PkgRadar

Package evidence

@decaf-ts/[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":["@decaf-ts/[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":["@decaf-ts/[email protected]"],"fail_on":"high"}'
Publishertvenceslau
Artifact bytes83,818
Previous version0.10.0
Published2026-05-14T21:19:55.130Z
SHA-25621d14f131afb28dea05834c158b8ed117b0ebd98479d1badebad2173940051d2

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

tvenceslau

8 members · evidence strength 84

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "NPM_TOKEN"30
mediumObfuscation Densitypackage/lib/cjs/banners.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/esm/banners.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "NPM_TOKEN"30
mediumObfuscation Densitypackage/lib/cjs/banners.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/esm/banners.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
lowObfuscationpackage/lib/cjs/banners.cjsmatched "\\x1b"3
lowObfuscationpackage/dist/cli.cjsmatched "\\u2588"3
lowObfuscationpackage/lib/cjs/CliWrapper.cjsmatched "\\x1b"3
lowObfuscationpackage/lib/esm/banners.jsmatched "\\x1b"3
lowObfuscationpackage/dist/cli.jsmatched "\\u2588"3
lowObfuscationpackage/lib/esm/CliWrapper.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts32
  • buildbuild-scripts --dev && sed -i -e '1i#!/usr/bin/env node\' lib/cjs/bin/cli.cjs && chmod +x lib/cjs/bin/cli.cjs
  • build:prodbuild-scripts --prod && sed -i -e '1i#!/usr/bin/env node\' lib/cjs/bin/cli.cjs && chmod +x lib/cjs/bin/cli.cjs
  • clean-publishnpx clean-publish
  • coveragerimraf ./workdocs/reports/data/*.json && npm run test:all -- --coverage --config=./workdocs/reports/jest.coverage.config.cjs
  • do-installNPM_TOKEN=$(cat .npmtoken) npm install
  • docsnpx rimraf ./docs && mkdir docs && node ./node_modules/@decaf-ts/utils/lib/cjs/bin/build-scripts.cjs --docs
  • drawingsfor FILE in workdocs/drawings/*.drawio; do echo "converting $FILE to image..." && docker run --rm -v $(pwd):/data rlespinasse/drawio-export --format png $FILE; done && cp -rf workdocs/drawings/export/* workdocs/resources/
  • flash-forwardnpx npm-check-updates -u && npm run do-install
  • linteslint .
  • lint-fixeslint --fix .
  • on-first-runnpx update-scripts --boot
  • prepare-prnpm run lint-fix && npm run build:prod && npm run coverage && npm run docs
  • prepare-releasenpm run lint-fix && npm run build:prod && npm run coverage && npm run docs
  • publish-docsdocker run -it --rm --user $(id -u):$(id -g) -v "$(pwd)/workdocs/confluence:/content" -e ATLASSIAN_API_TOKEN=$(cat .confluence-token) ghcr.io/markdown-confluence/publish:latest
  • release./bin/tag-release.sh
  • repo:doccodex exec "$(cat ./.codex/prompts/doc.md) $(cat ./.codex/prompts/bulk-docs.md) base_path is ./"
  • repo:initcodex exec "$(cat ./.codex/prompts/repo-setup.md) base_path is `./`, initialize the repository"
  • repo:prnpm run repo:doc && npm run repo:tests && npm run repo:readme
  • repo:readmecodex exec "$(cat ./.codex/prompts/update-readme.md) base_path is ./"
  • repo:setupcodex exec "$(cat ./.codex/prompts/repo-setup.md) base_path is ./"
  • repo:testscodex exec "$(cat ./.codex/prompts/bulk-tests.md) base_path is ./ and coverage is 95%" -s workspace-write
  • resetrm -rf * && git checkout . && git pull && npm run do-install
  • set-git-authgit config url."https://api:$(cat .token)@github.com/".insteadOf "https://github.com/" && git config url."https://ssh:$(cat .token)@github.com/".insteadOf "ssh://[email protected]/" && git config url."https://git:$(cat .token)@github.com/".insteadOf "[email protected]:"
  • sync-codex./bin/sync-codex.sh
  • testjest --runInBand --coverage --detectOpenHandles
  • test:alljest --testPathPatterns="/tests" --passWithNoTests
  • test:circulardpdm -T --no-warning --no-tree ./src/index.ts
  • test:integrationjest --testPathPatterns="/tests/(integration)" --passWithNoTests --detectOpenHandles
  • test:unitjest --testPathPatterns="/tests/unit" --passWithNoTests --detectOpenHandles
  • umlcd workdocs/uml && for FILE in ./*.puml; do docker run --rm -v $(pwd):/work -w /work miy4/plantuml -DPLANTUML_LIMIT_SIZE=8192 -tpng $FILE; done && cd ../.. && cp -fr workdocs/uml/*.png workdocs/resources/
  • …and 2 more.
Dependencies2
  • @decaf-ts/logginglatest
  • commander^13.1.0