PkgRadar

Package evidence

@ideascol/[email protected]

Credential file access: matched "NPM_TOKEN"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@ideascol/[email protected]"],"fail_on":"high"}'

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":["@ideascol/[email protected]"],"fail_on":"high"}'
Artifact bytes55,676
Previous version2.2.1
Published2026-05-24T22:41:31.805Z
SHA-25605ecf13e02f16f75e246c77867153daa741ea985a661ae731bf27c25228b6d29

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
57Score
2.2.2Version
Status history (1 event)
  1. newavailable · risk high · score 57 · status changed

Evidence

Static findings

10 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/bin/templates.jsmatched "NPM_TOKEN"30
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/bin/templates.jsmatched "NPM_TOKEN"30
lowObfuscationpackage/dist/colors.jsmatched "\\x1b"3
lowObfuscationpackage/dist/command/command.jsmatched "\\x1b"3
lowObfuscationpackage/dist/common.jsmatched "\\u001b"3
lowObfuscationpackage/dist/session/markdown.jsmatched "\\u001b"3
lowObfuscationpackage/dist/rotate-passphrase.jsmatched "Buffer.from(value.value, 'base64"3
lowObfuscationpackage/dist/session/session.jsmatched "\\x1B"3
lowObfuscationpackage/dist/setup.jsmatched "\\x1b"3
lowObfuscationpackage/dist/session/slash-commands.jsmatched "\\x1B"3
lowObfuscationpackage/dist/session/ui.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts9
  • buildtsc
  • devbun run src/bin/commands/index.ts
  • examplebun run examples/index.js
  • example:chatbun examples/interactive-session.js chat
  • example:setupbun examples/index.js setup
  • example:streambun examples/interactive-session.js stream-chat
  • prepublishOnlynpm run build && npm test
  • publish:provenancenpm publish --provenance --access public
  • testbun test