PkgRadar

Package evidence

@brutalist/[email protected]

Remote Payload: matched "curl "

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 promoting

Mixed 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"}'
Artifact bytes296,513
Previous version1.11.2
Published2026-05-17T14:01:28.348Z
SHA-256114591f110844b88308be521dd311e893f6177f57b47eb9e0f8fe0f9874c14b2

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

review
Last checked
reviewRisk
34Score
1.12.0Version
Status history (1 event)
  1. newavailable · risk review · score 34 · status changed

Evidence

Static findings

8 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli-adapters/claude-adapter.jsmatched "curl "12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli-adapters/claude-adapter.jsmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/dist/cli-agents.jsmatched "\\u2705"3
lowObfuscationpackage/dist/cli-adapters/codex-adapter.jsmatched "\\u2705"3
lowObfuscationpackage/dist/cli-adapters/gemini-adapter.jsmatched "\\u2705"3
lowObfuscationpackage/dist/logger.jsmatched "\\x1b"3
lowObfuscationpackage/dist/utils/response-cache.jsmatched "Buffer.from(content, 'base64"3
lowObfuscationpackage/dist/test-utils/streaming-fuzz.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts18
  • buildtsc && chmod +x dist/index.js
  • cleanrm -rf dist
  • debugDEBUG=true node --trace-warnings dist/index.js
  • devnpm run build && npm start
  • inspectornpx @modelcontextprotocol/inspector dist/index.js
  • prebuildnpm run clean
  • preparenpm run build
  • prepublishOnlynpm test -- tests/unit tests/integration/pagination-e2e.test.ts tests/integration/cache.integration.test.ts && npm run build
  • startnode dist/index.js
  • testjest
  • test:allnpm run test:unit && npm run test:integration
  • test:coveragejest --coverage
  • test:fastnpm run test:unit
  • test:integrationjest --config jest.integration.config.js --detectOpenHandles
  • test:integration:watchjest --config jest.integration.config.js --watch
  • test:unitjest --config jest.config.js
  • test:watchjest --watch
  • watchtsc --watch
Dependencies3
  • @modelcontextprotocol/sdk1.18.1
  • express^4.18.2
  • zod^3.24.2