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
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
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":["@brutalist/[email protected]"],"fail_on":"review"}'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":["@brutalist/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "curl "
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 review · score 34 · status changed
Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli-adapters/claude-adapter.js | matched "curl " | 12 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli-adapters/claude-adapter.js | matched "curl " | 12 |
| low | Install-time lifecycle script | package.json | prepare="npm run build" | 4 |
| low | Obfuscation | package/dist/cli-agents.js | matched "\\u2705" | 3 |
| low | Obfuscation | package/dist/cli-adapters/codex-adapter.js | matched "\\u2705" | 3 |
| low | Obfuscation | package/dist/cli-adapters/gemini-adapter.js | matched "\\u2705" | 3 |
| low | Obfuscation | package/dist/logger.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/utils/response-cache.js | matched "Buffer.from(content, 'base64" | 3 |
| low | Obfuscation | package/dist/test-utils/streaming-fuzz.js | matched "fromCharCode" | 3 |
Manifest
Package metadata
Scripts18
buildtsc && chmod +x dist/index.jscleanrm -rf distdebugDEBUG=true node --trace-warnings dist/index.jsdevnpm run build && npm startinspectornpx @modelcontextprotocol/inspector dist/index.jsprebuildnpm run cleanpreparenpm run buildprepublishOnlynpm test -- tests/unit tests/integration/pagination-e2e.test.ts tests/integration/cache.integration.test.ts && npm run buildstartnode dist/index.jstestjesttest:allnpm run test:unit && npm run test:integrationtest:coveragejest --coveragetest:fastnpm run test:unittest:integrationjest --config jest.integration.config.js --detectOpenHandlestest:integration:watchjest --config jest.integration.config.js --watchtest:unitjest --config jest.config.jstest:watchjest --watchwatchtsc --watch
Dependencies3
@modelcontextprotocol/sdk1.18.1express^4.18.2zod^3.24.2