Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"high"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk high · score 60 · status changed
Related candidates
Linked campaigns and clusters
tranvansi6302
2 members · evidence strength 56Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/commands/create.js | matched ".npmrc" | 30 |
| medium | Remote Payload | package/dist/templates/ejsc-ma-template-app/src/constants/apiGroups.ts | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/templates/ejsc-ma-template-blank/src/constants/apiGroups.ts | matched "raw.githubusercontent.com" | 12 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/commands/create.js | matched ".npmrc" | 30 |
| medium | Remote Payload | package/dist/templates/ejsc-ma-template-app/src/constants/apiGroups.ts | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/templates/ejsc-ma-template-blank/src/constants/apiGroups.ts | matched "raw.githubusercontent.com" | 12 |
| low | Obfuscation | package/dist/simulator-assets/assets/index-BWUTSROM.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/dist/utils/vite-server.js | matched "\\u001b" | 3 |
Manifest
Package metadata
Scripts5
buildnode scripts/clean.mjs && tsc && node scripts/copy-assets.mjsdevtsc --watchdev:directtsx src/index.tsrelease-devnpm version patch --no-git-tag-version && pnpm build && pnpm publish --registry http://localhost:4873 --no-git-checksrelease-prodnpm version patch --no-git-tag-version && pnpm build && pnpm publish --no-git-checks
Dependencies15
@clack/prompts^1.2.0archiver^7.0.1chalk^5.6.2commander^14.0.3cross-spawn^7.0.6fs-extra^11.3.4jiti^2.6.1pathe^2.0.3picocolors^1.1.1prompts^2.4.2proper-lockfile^4.1.2qrcode-terminal^0.12.0vite^8.0.9write-file-atomic^7.0.1ws^8.20.0