PkgRadar

Package evidence

@cadraos/[email protected]

Credential file access: matched "NPM_TOKEN"

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":["@cadraos/[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":["@cadraos/[email protected]"],"fail_on":"high"}'
Publishercafesean
Artifact bytes744,640
Previous version0.1.18
Published2026-05-18T06:20:14.818Z
SHA-256bfe29a0a3ca99aff01c0a8ed2b6d36d898427117ec618d2f186d8310e79f0388

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
42Score
0.1.19Version
Status history (1 event)
  1. newavailable · risk high · score 42 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

cafesean

2 members · evidence strength 52

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "NPM_TOKEN"30
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "NPM_TOKEN"30
lowObfuscationpackage/dist/chat/index.cjsmatched "\\u2026"3
lowObfuscationpackage/dist/teams/index.cjsmatched "\\u2014"3
lowObfuscationpackage/dist/chat/index.jsmatched "\\u2026"3
lowObfuscationpackage/dist/teams/index.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts11
  • buildtsup
  • cleanrm -rf dist
  • devtsup --watch
  • ipnpm i --filter .
  • linteslint src --ext .ts,.tsx
  • publish:npmsource ../cadra-web/.env.local && npm publish --access public --//registry.npmjs.org/:_authToken=$NPM_TOKEN
  • releasepnpm build && source ../cadra-web/.env.local && npm publish --access public --//registry.npmjs.org/:_authToken=$NPM_TOKEN
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies1
  • @microsoft/fetch-event-source^2.0.1