PkgRadar

Package evidence

@spinajs/[email protected]

Credential file access: matched ".aws"

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
739
Versions published
397Mature · −50% score
First published
Jan 2023
Publisher
gben-spina

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":["@spinajs/[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":["@spinajs/[email protected]"],"fail_on":"review"}'
Publishergben-spina
Artifact bytes145,436
Previous version2.0.472
Published2026-05-27T13:26:28.848Z
SHA-25604d12f3aedc7c5230c54f9d077c54ae91e1c5013612cfdd8edf6bae8646a710f

Why flagged

What the scanner saw

Credential file access: matched ".aws"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/lib/cjs/index.jsmatched ".aws"5
lowCredential file accesspackage/lib/mjs/index.jsmatched ".aws"5

Manifest

Package metadata

Scripts12
  • buildnpm run clean && npm run compile
  • build-docsrimraf docs && typedoc --options typedoc.json src/
  • cleanrimraf lib/ && rimraf tsconfig.tsbuildinfo
  • compiletsc -b tsconfig.mjs.json
  • compile:cjstsc -b tsconfig.cjs.json
  • coveragenyc npm run test
  • formatprettier --write "src/**/*.ts"
  • linteslint -c .eslintrc.cjs --ext .ts src --fix
  • preversionnpm run lint
  • rimraf./node_modules/rimraf/bin.js
  • testts-mocha -p tsconfig.json test/**/*.test.ts
  • versionnpm run format && git add -A src
Dependencies7
  • @spinajs/configuration^2.0.473
  • @spinajs/di^2.0.473
  • @spinajs/exceptions^2.0.473
  • @spinajs/log^2.0.473
  • @spinajs/rbac^2.0.473
  • @spinajs/util^2.0.473
  • aws-sdk^2.1299.0