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 "GITHUB_TOKEN"
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 258 · status changed
Related candidates
Linked campaigns and clusters
jorgemorais
2 members · evidence strength 64Evidence
Static findings
11 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/audit.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/code-analysis.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/registry.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/script-analysis.js | matched "NPM_TOKEN" | 30 |
| high | Credential file access | package/dist/transitive.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/data/advisory-db.json | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/data/advisory-db.json | matched ".npmrc" | 30 |
| high | Credential file access | package/src/data/advisory-db.json | matched ".npmrc" | 30 |
| medium | Remote Payload | package/dist/script-analysis.js | matched "curl " | 12 |
Show all 11 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/audit.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/code-analysis.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/registry.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/script-analysis.js | matched "NPM_TOKEN" | 30 |
| high | Credential file access | package/dist/transitive.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/dist/data/advisory-db.json | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/data/advisory-db.json | matched ".npmrc" | 30 |
| high | Credential file access | package/src/data/advisory-db.json | matched ".npmrc" | 30 |
| medium | Remote Payload | package/dist/script-analysis.js | matched "curl " | 12 |
| low | Obfuscation | package/dist/native-alternatives.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/sbom.js | matched "Buffer.from(b64, 'base64" | 3 |
Manifest
Package metadata
Scripts7
audit:securitynpm audit --audit-level=high --omit=devbuildtsc && cp -r src/data dist/data && chmod 755 dist/cli.jschecknpm run check-version && npm run build && npm run lint && npm test && npm run audit:securitycheck-versionnode --import tsx scripts/check-version.tslinteslint src/ tests/prepublishOnlynpm run checktestnode --import tsx --test tests/*.test.ts