PkgRadar

Package evidence

@byzanteam/[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":["@byzanteam/[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":["@byzanteam/[email protected]"],"fail_on":"high"}'
Publishervanppo
Artifact bytes72,936
Previous version0.2.1
Published2019-11-21T06:38:37.389Z
SHA-256cddce330977e67f0214d99de1e193516786116faab3a54db148e6a4c48393342

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

vanppo

4 members · evidence strength 67

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.semaphore/semaphore.ymlmatched "NPM_TOKEN"30
mediumObfuscation Densitypackage/index.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.semaphore/semaphore.ymlmatched "NPM_TOKEN"30
mediumObfuscation Densitypackage/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/index.jsmatched "\\x00"3
lowObfuscationpackage/index.tsmatched "eval("3

Manifest

Package metadata

Scripts5
  • buildnode ./node_modules/.bin/webpack
  • dev:testmocha -w --extension ts -r ts-node/register tests/**/*.test.ts
  • linteslint src tests --ext=.ts,.js
  • prepackyarn build
  • testmocha -r ts-node/register tests/**/*.test.ts
Dependencies2
  • commander^3.0.0
  • lodash^4.17.15