PkgRadar

Package evidence

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

Weekly downloads
1,152Niche · −30% score
Versions published
310Mature · −50% score
First published
Oct 2024
Publisher
tvenceslau

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"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":["@decaf-ts/[email protected]"],"fail_on":"review"}'
Publishertvenceslau
Artifact bytes825,691
Previous version0.25.5
Published2026-05-26T22:40:11.722Z
SHA-256c0d348a5206a6d13edcaa92daf2446a5886dc75e2bc72acd01ca2598afce4595

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

review
Last checked
reviewRisk
1Score
0.25.6Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/package.jsonmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts33
  • buildbuild-scripts --dev
  • build:prodbuild-scripts --prod
  • 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 && build-scripts --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
  • testnpm run build && jest --runInBand --coverage --detectOpenHandles
  • test:alljest --testPathPatterns="/tests" --passWithNoTests
  • test:circulardpdm -T --no-warning --no-tree ./src/index.ts
  • test:e2ejest --testPathPatterns="/tests/(e2e)" --passWithNoTests --detectOpenHandles
  • test:integrationjest --testPathPatterns="/tests/(integration)" --passWithNoTests --detectOpenHandles
  • test:unitjest --testPathPatterns="/tests/unit" --passWithNoTests --detectOpenHandles
  • …and 3 more.
Dependencies6
  • @decaf-ts/db-decoratorslatest
  • @decaf-ts/decorationlatest
  • @decaf-ts/decorator-validationlatest
  • @decaf-ts/injectable-decoratorslatest
  • @decaf-ts/transactional-decoratorslatest
  • @types/semver^7.7.1
Optional dependencies1
  • semver^7.7.2