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 138 · status changed
Evidence
Static findings
13 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/core/release/preflight.py | matched ".npmrc" | 30 |
| high | Credential file access | package/core/cognition/reorganizer.py | matched ".ssh" | 30 |
| medium | Remote Payload | package/installer/system-tools.js | matched "curl " | 12 |
| medium | Remote Payload | package/departments/kb/scripts/kb-worker.sh | matched "curl " | 12 |
| medium | Remote Payload | package/departments/kb/skills/knowledge/scripts/kb-worker.sh | matched "curl " | 12 |
| medium | Remote Payload | package/departments/brand/scripts/provider-call.sh | matched "curl\n" | 12 |
| medium | Remote Payload | package/scripts/start-dashboard.sh | matched "curl " | 12 |
Show all 13 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/core/release/preflight.py | matched ".npmrc" | 30 |
| high | Credential file access | package/core/cognition/reorganizer.py | matched ".ssh" | 30 |
| medium | Remote Payload | package/installer/system-tools.js | matched "curl " | 12 |
| medium | Remote Payload | package/departments/kb/scripts/kb-worker.sh | matched "curl " | 12 |
| medium | Remote Payload | package/departments/kb/skills/knowledge/scripts/kb-worker.sh | matched "curl " | 12 |
| medium | Remote Payload | package/departments/brand/scripts/provider-call.sh | matched "curl\n" | 12 |
| medium | Remote Payload | package/scripts/start-dashboard.sh | matched "curl " | 12 |
| low | Obfuscation | package/installer/doctor.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/installer/keys.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/installer/python-resolver.js | matched "\\u26a0" | 3 |
| low | Obfuscation | package/installer/update.js | matched "\\u26a0" | 3 |
| low | Obfuscation | package/core/forge/renderer.py | matched "\\u2692" | 3 |
| low | Obfuscation | package/scripts/skill_validator.py | matched "\\u2713" | 3 |
Manifest
Package metadata
Scripts3
linteslint installer/prepublishOnlynode scripts/check-version.js && npm testtestnode --test "tests/installer/**/*.test.js"