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":["@blundergoat/[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":["@blundergoat/[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 228 · status changed
Related candidates
Linked campaigns and clusters
blundergoat
2 members · evidence strength 64Evidence
Static findings
19 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/scripts/npm-publish.sh | matched ".npmrc" | 30 |
| high | Credential file access | package/src/discovery.ts | matched ".npmrc" | 30 |
| high | Credential file access | package/src/rules.ts | matched ".aws" | 30 |
| high | Credential file access | package/src/sensitive-data-rules.ts | matched ".aws" | 30 |
| high | Credential file access | package/src/test-fixtures.ts | matched "AWS_ACCESS_KEY" | 30 |
| medium | Remote Payload | package/src/github-actions-rules.ts | matched "wget " | 12 |
| medium | Remote Payload | package/src/project-config-rules.ts | matched "wget " | 12 |
| medium | Remote Payload | package/src/fixtures/rule-catalogue-security-doctrine.ts | matched "curl " | 12 |
| medium | Remote Payload | package/src/test-fixtures.ts | matched "curl " | 12 |
Show all 19 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/scripts/npm-publish.sh | matched ".npmrc" | 30 |
| high | Credential file access | package/src/discovery.ts | matched ".npmrc" | 30 |
| high | Credential file access | package/src/rules.ts | matched ".aws" | 30 |
| high | Credential file access | package/src/sensitive-data-rules.ts | matched ".aws" | 30 |
| high | Credential file access | package/src/test-fixtures.ts | matched "AWS_ACCESS_KEY" | 30 |
| medium | Remote Payload | package/src/github-actions-rules.ts | matched "wget " | 12 |
| medium | Remote Payload | package/src/project-config-rules.ts | matched "wget " | 12 |
| medium | Remote Payload | package/src/fixtures/rule-catalogue-security-doctrine.ts | matched "curl " | 12 |
| medium | Remote Payload | package/src/test-fixtures.ts | matched "curl " | 12 |
| low | Obfuscation | package/scripts/test-performance.sh | matched "\\u0000" | 3 |
| low | Obfuscation | package/src/config.ts | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/src/dead-code-rules.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/doc-rules.ts | matched "\\x7b" | 3 |
| low | Obfuscation | package/src/line-rules.ts | matched "eval(" | 3 |
| low | Obfuscation | package/src/project-config-rules.ts | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/src/rule-list.ts | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/rules.ts | matched "eval(" | 3 |
| low | Obfuscation | package/fixtures/sample.ts | matched "eval(" | 3 |
| low | Obfuscation | package/src/test-fixtures.ts | matched "eval(" | 3 |
Manifest
Package metadata
Scripts3
checktsc --noEmit && npm teststart-devtsx src/cli.ts dashboardtestnode --import tsx --test src/**/*.test.ts
Dependencies2
commander^14.0.2tsx^4.21.0