Anti-trojan-source scan detects potential glassworm threat
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
Hello
Following this articles,
https://www.aikido.dev/blog/glassworm-returns-unicode-attack-github-npm-vscode
https://snyk.io/fr/articles/defending-against-glassworm/
We're working in my organization to detect the potential threats in our tools.
We get 2 critical alerts with the scan results in browser extension, and especially with vuejs extension:
npx anti-trojan-source --files="$HOME/Library/Application Support/Google/Chrome/Profile 1/Extensions/nhdogjmejiglipccpnnnanhbledajbpd/7.7.7_0/client/*.js"
(65 issues) ❌ /$HOME/Library/Application Support/Google/Chrome/Profile 1/Extensions/nhdogjmejiglipccpnnnanhbledajbpd/7.7.7_0/client/index-B-XIiefs.js
(65 issues) ❌ /$HOME/Library/Application Support/Google/Chrome/Profile 1/Extensions/nhdogjmejiglipccpnnnanhbledajbpd/7.7.7_0/client/index-C7XPmmLS.js
┌───────────────── SCAN SUMMARY ─────────────────┐
│ Files Scanned: 2 │
│ Files with Issues: 2 │
│ Total Issues: 130 │
│ Critical: 2 │
│ Warnings: 128 │
└────────────────────────────────────────────────┘
When I open one of two files with vim (to see the bidi unicode characters), I get a weird sequence of characters:
Is it possible to check on your side and tell us if there is no risk to use this extension ?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked Glassworm articles and the two reported client/*.js bundles from the Vue Devtools browser extension. Inspect the reported Unicode sequences and compare them with the extension source or build output available in this repository. Done means determining whether the scan findings are malicious or generated artifacts and documenting the evidence and any required follow-up.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- devtools, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100