PkgRadar

Package evidence

@cutcode/[email protected]

no findings

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.

Weekly downloads
48
Versions published
3
First published
Apr 2026
Publisher
cutcode

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@cutcode/[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":["@cutcode/[email protected]"],"fail_on":"review"}'
Publishercutcode
Artifact bytes50,557
Previous version0.2.0
Published2026-05-25T13:19:08.021Z
SHA-2561b2b1804156ba48dd20b86c5edd7e2847482e2902b6e53a1f88acfc78d5dd57b

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
0.5.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • auditnpm audit --omit=dev --audit-level=high
  • buildtsc
  • cleanrm -rf dist
  • formatprettier --write "src/**/*.ts" "scripts/**/*.mjs" "tests/**/*.mjs"
  • format:checkprettier --check "src/**/*.ts" "scripts/**/*.mjs" "tests/**/*.mjs"
  • linttsc --noEmit
  • prepublishOnlynpm run clean && npm run build && npm run test:unit && node scripts/smoke.mjs
  • smokenpm run build && node scripts/smoke.mjs
  • startnode bin/ai-tester.js
  • testnpm run build && npm run test:unit && node scripts/smoke.mjs
  • test:unitnode --test tests/util/regex.test.mjs tests/skill/allowed-tools.test.mjs tests/scenario/schema.test.mjs tests/sandbox/worktree.test.mjs
  • watchtsc -w
Dependencies7
  • @anthropic-ai/claude-agent-sdk^0.2.90
  • @openai/codex-sdk^0.118.0
  • chalk^5.3.0
  • commander^12.1.0
  • gray-matter^4.0.3
  • yaml^2.6.1
  • zod^4.0.0