Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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 ".ssh"
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 42 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/core/skillSecurityScanner.js | matched ".ssh" | 30 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/core/skillSecurityScanner.js | matched ".ssh" | 30 |
| low | Obfuscation | package/dist/utils/colors.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/core/mcpClient.js | matched "Buffer.from(content.blob, 'base64" | 3 |
| low | Obfuscation | package/dist/commands/rules.js | matched "\\u00b1" | 3 |
| low | Obfuscation | package/dist/core/skillSecurityScanner.js | matched "\\u202A" | 3 |
Manifest
Package metadata
Scripts12
buildrm -rf dist && npx tsc -p tsconfig.build.json && cp -r src/templates dist/ && bun build dist/cli.js --outfile dist/cli-bundled.js --target node --external contextcalc --external tiktoken --external jsonc-parser && mv dist/cli-bundled.js dist/cli.jscanary:publishednode scripts/canary-published-cli.mjscleanrm -rf distdevbun run src/cli.tslinttsc --noEmitpacknpm pack --dry-runprepublishOnlynpm run build && npm run smoke:cli && npm run smoke:pack && npm run lint && npm testsmoke:clinode scripts/smoke-cli.mjs dist/cli.jssmoke:packnode scripts/smoke-packed-cli.mjstestvitest runtest:watchvitesttest_allvitest run && tsc --noEmit
Dependencies9
@iarna/toml^2.2.5@modelcontextprotocol/sdk^1.18.0commander^12.1.0gray-matter^4.0.3js-yaml^4.1.0jsonc-parser^3.3.1kleur^4.1.5ora^8.1.0prompts^2.4.2