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
110
Versions published
86
First published
Jan 2026
Publisher
tako-cli

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"}'
Publishertako-cli
Artifact bytes313,364
Previous version0.2.56
Published2026-05-18T09:26:00.807Z
SHA-2565b82016fe4e23ddeba0691c989e85b07335944928c6485f035fd80a14e61fc8e

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.2.57Version
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
  • buildbun run scripts/build.ts
  • bumpbun scripts/bump.ts
  • prepublishOnlybun run build
  • releasebun run test:pre-release && bun scripts/bump.ts patch && npm publish --registry https://registry.npmjs.org && ./scripts/sync-gitee.sh
  • testbun test
  • test:coveragebun test --coverage
  • test:e2ebash scripts/test-install.sh
  • test:integrationbun test tests/integration.*.test.ts
  • test:platformbun test tests/platform.*.test.ts
  • test:pre-releasebun test tests/pre-release.test.ts
  • test:unitbun test tests/unit.*.test.ts
  • test:watchbun test --watch
Dependencies6
  • @inkjs/ui^2.0.0
  • @openpanel/sdk^1.0.4
  • ink^6.6.0
  • qrcode-terminal^0.12.0
  • react^19.2.3
  • smol-toml^1.3.1