PkgRadar

Package evidence

@bitseek/[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.

Versions published
10
First published
Jun 2026
Publisher
aaron_toto

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":["@bitseek/[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":["@bitseek/[email protected]"],"fail_on":"review"}'
Publisheraaron_toto
Artifact bytes243,672
Previous version0.1.8
Published2026-06-06T05:12:20.907Z
SHA-256544e1b2d258220cdb050d77b2b1df165f2ff3e9cd3833225b9f6393f19be0c1d

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.1.9-beta.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

Scripts16
  • checkfind ./bin ./src ./test/compose/scripts \( -name '*.js' -o -name '*.mjs' \) -print0 | xargs -0 -n1 node --check
  • pack:dry-runnpm pack --dry-run
  • prepublishOnlynpm run release:check
  • release:checknpm run check && npm run pack:dry-run
  • startnode ./bin/hermes-agent-pack.js
  • testnpm run check && npm run test:wizard
  • test:compose:bootstrapdocker compose -f test/compose/compose.yaml run --build --rm fake-bootstrap
  • test:compose:e2ebash test/compose/scripts/prepare-official-fixtures.sh && docker compose -f test/compose/compose.yaml run --build --rm official-e2e
  • test:compose:e2e:livebash test/compose/scripts/prepare-official-fixtures.sh && docker compose -f test/compose/compose.yaml run --build --rm official-e2e-live
  • test:compose:fulldocker compose -f test/compose/compose.yaml run --build --rm fresh-linux
  • test:compose:npm-default-pack:livedocker compose -f test/compose/compose.yaml run --build --rm npm-default-pack-live
  • test:compose:officialbash test/compose/scripts/prepare-official-fixtures.sh && docker compose -f test/compose/compose.yaml run --build --rm official-installer
  • test:compose:smokedocker compose -f test/compose/compose.yaml run --build --rm node-linux
  • test:compose:webui-chat:livedocker compose -f test/compose/compose.yaml run --build --rm official-webui-chat-live
  • test:provider:livebash test/compose/scripts/run-provider-live-flow.sh
  • test:wizardbash test/compose/scripts/run-wizard-flow.sh
Dependencies2
  • semver^7.7.1
  • yaml^2.7.0