PkgRadar

Package evidence

@futdevpro/[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":["@futdevpro/[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":["@futdevpro/[email protected]"],"fail_on":"high"}'
Publisheritharen
Artifact bytes796,973
Previous version1.15.33
Published2026-05-24T14:18:17.359Z
SHA-256207a465aab4a0d50b16f89169478839a8bf04c0958f7bf77d4eae8ad9521dd86

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/pipeline.cicd.config.jsonmatched "NPM_TOKEN"30
highCredential file accesspackage/.github/workflows/main.ymlmatched "NPM_TOKEN"30
mediumRemote Payloadpackage/package.jsonmatched "iwr "12
mediumRemote Payloadpackage/.github/workflows/main.ymlmatched "curl "12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/pipeline.cicd.config.jsonmatched "NPM_TOKEN"30
highCredential file accesspackage/.github/workflows/main.ymlmatched "NPM_TOKEN"30
mediumRemote Payloadpackage/package.jsonmatched "iwr "12
mediumRemote Payloadpackage/.github/workflows/main.ymlmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4
lowObfuscationpackage/build/_services/server/app.server.jsmatched "fromCharCode"3
lowObfuscationpackage/build/_modules/logs/file-log.service.jsmatched "\\x1b"3
lowObfuscationpackage/src/_services/server/app.server.tsmatched "fromCharCode"3
lowObfuscationpackage/src/_modules/logs/file-log.service.spec.tsmatched "\\x1b"3
lowObfuscationpackage/src/_modules/logs/file-log.service.tsmatched "\\x1b"3

Manifest

Package metadata

Scripts29
  • audit:eslintrcdynamo-eslintrc-audit
  • buildnpm run build-base && jasmine && npm publish
  • build-allnpm run build-tgz && npm run build-base
  • build-baserimraf ./build && npx tsc
  • build-cleannpm run clean && npm run build-base
  • build-n-testpnpm i && pnpm run build-tgz
  • build-simplenpx tsc && jasmine
  • build-tgznpm run build-base && jasmine && npm pack && move ./*.tgz ../tgz-collection/dynamo-nts
  • build-tgz-cheappnpm i && npx tsc && npm pack && move ./*.tgz ../tgz-collection/dynamo-nts
  • cleanrimraf ./build && rimraf package-lock.json && rimraf ./node_modules
  • clean-deploynpm run clean && npm run build-all
  • deploynpm run build
  • fixdynamo-fix
  • fix:return-typesdynamo-fix-return-types
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • nodemon-runnpm run build-tgz
  • prepnpm i -g pnpm rimraf nodemon && pnpm i
  • preparehusky
  • preprep-setup-safechain-linuxcurl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.sh | sh
  • preprep-setup-safechain-windowsiex (iwr "https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.ps1" -UseBasicParsing)
  • startnpm run prep && nodemon
  • start-cleannpm run clean && npm run start
  • start-firstnpm run prep && nodemon
  • testnpm run build-base && jasmine
  • test-cleannpm run build-clean && jasmine
  • test:coveragenpx c8 --reporter=html --reporter=text --reporter=lcov node scripts/run-coverage-tests.js
  • validate:importsdynamo-validate-imports
  • validate:namingdynamo-validate-naming