PkgRadar

Package evidence

@sean.holung/[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
69
Versions published
23
First published
Mar 2026
Publisher
sean.holung

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":["@sean.holung/[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":["@sean.holung/[email protected]"],"fail_on":"review"}'
Publishersean.holung
Artifact bytes10,699,694
Previous version0.4.1
Published2026-05-19T05:27:31.384Z
SHA-256e280147deb91b92b2cbe3f7b5d88b334c02d9e973780488a27744837e33204eb

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.4.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • benchmarknode --import tsx scripts/run-benchmarks.ts
  • benchmark:ccbench:js-tsbash ./scripts/run-ccbench-js-ts.sh
  • benchmark:swebenchbash ./scripts/run-swebench-verified.sh
  • benchmark:ts-benchbash ./scripts/run-ts-bench.sh
  • buildnpm run build:workspaces && tsc -p tsconfig.json && node scripts/build-web.mjs && chmod +x dist/src/index.js
  • build:webnode scripts/build-web.mjs
  • build:workspacesnpm run build --workspace=packages/agent-sdk && npm run build --workspace=packages/minicode-plugin-python
  • devnpm run build:workspaces && node scripts/build-web.mjs && node --import tsx src/index.ts
  • dev:inknpm run build:workspaces && node scripts/build-web.mjs && CLI_UI_MODE=ink node --import tsx src/index.ts
  • install:globalnpm run build && npm link
  • linteslint "src/**/*.ts" "src/**/*.tsx" "tests/**/*.ts" --max-warnings=0
  • pretestnpm run build:workspaces && node scripts/build-web.mjs
  • startnode dist/src/index.js
  • testnode --test --import tsx "tests/**/*.test.ts" "packages/*/tests/**/*.test.ts"
  • verify-indexnode --import tsx test-programs/verify-index/verify.ts
Dependencies16
  • @anthropic-ai/sdk^0.76.0
  • @inkjs/ui^2.0.0
  • @modelcontextprotocol/sdk^1.29.0
  • @sean.holung/minicode-sdk*
  • ajv^8.18.0
  • dotenv^17.3.1
  • ink^6.8.0
  • marked^17.0.5
  • minicode-plugin-python*
  • picocolors^1.1.1
  • react^19.2.4
  • tree-sitter^0.25.0
  • tree-sitter-python^0.25.0
  • typescript^5.9.3
  • ws^8.19.0
  • zod^3.25.76