PkgRadar

Package evidence

@futdevpro/[email protected]

Remote Payload: matched "iwr "

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.

Versions published
295Mature · −50% score
First published
Jul 2022
Publisher
itharen

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":["@futdevpro/[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":["@futdevpro/[email protected]"],"fail_on":"review"}'
Publisheritharen
Artifact bytes661,127
Previous version1.15.15
Published2026-05-27T10:21:26.012Z
SHA-256faf973498ccc4b032e12ee679bf579eabd4ab1b427bfd9f3b11549e186dabb8a

Why flagged

What the scanner saw

Remote Payload: matched "iwr "

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "iwr "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "iwr "12
lowCredential file accesspackage/pipeline.cicd.config.jsonmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts29
  • audit:eslintrcdynamo-eslintrc-audit
  • buildpnpm run build-base && jasmine && npm publish
  • build-allpnpm run build-tgz && pnpm run build
  • build-baserimraf ./build && npx tsc
  • build-cleanpnpm run clean && pnpm run build-base
  • build-n-testpnpm i && npm run build-tgz
  • build-simplenpx tsc && jasmine
  • build-tgzpnpm run build-base && jasmine && pnpm pack && move ./*.tgz ../tgz-collection/dynamo-fsm
  • build-tgz-cheappnpm i && npx tsc && pnpm pack && move ./*.tgz ../tgz-collection/dynamo-fsm
  • cleanpnpm run prep && rimraf ./build && rimraf package-lock.json && rimraf pnpm-lock.yaml && rimraf ./node_modules
  • crypto-testnode ./scripts/crypto/stress-test-crypto.js
  • crypto-test-cleanpnpm run build-clean && node ./scripts/crypto/stress-test-crypto.js
  • deploynpm run build
  • deploy-cleanpnpm run clean && pnpm run build-all
  • 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 jasmine && 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
  • testpnpm run build-base && jasmine
  • test-cleanpnpm run build-clean && jasmine
  • test:coveragenpx c8 --reporter=html --reporter=text --reporter=lcov node scripts/run-coverage-tests.js --config=spec/support/jasmine.coverage.json
  • validate:importsdynamo-validate-imports
  • validate:namingdynamo-validate-naming
Dependencies7
  • @types/node~24.1.0
  • socket.io~4.8.1
  • socket.io-client~4.8.1
  • ts-node~10.9.1
  • tslib~2.6.2
  • typescript~5.5.4
  • uuid11.1.0