PkgRadar

Package evidence

[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
208
Versions published
3
First published
Jun 2026
Publisher
foo-ogawa

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherfoo-ogawa
Artifact bytes203,903
Previous version0.3.1
Published2026-06-14T09:25:47.583Z
SHA-2569edca5847c6903ac5b972917bacb89ee4dbc3c8606253a255fea99e5af95ecba

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.3.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

Scripts9
  • buildtsup
  • cli:generatecli-contracts generate
  • cli:validatecli-contracts validate
  • linttsc --noEmit
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest
  • update-binnpm run install-bin --prefix ../aidev-skeleton/agent-kit-lite -- bin
  • versionnode -e "const fs=require('fs');const f='cli-contract.yaml';fs.writeFileSync(f,fs.readFileSync(f,'utf8').replace(/^ version: .*/m,' version: '+process.env.npm_package_version))" && git add cli-contract.yaml
Dependencies10
  • @anthropic-ai/claude-agent-sdk^0.3.161
  • agent-contracts^0.34.2
  • artifact-contracts^0.33.6
  • commander^14.0.3
  • minimatch^10.2.5
  • picomatch^4.0.4
  • tinyglobby^0.2.17
  • typescript^5.7.0
  • yaml^2.9.0
  • zod^4.4.3