PkgRadar

Package evidence

@blamejs/[email protected]

Credential file access: matched "aws_access_key"

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
2,191Niche · −30% score
Versions published
295
First published
May 2026
Publisher
dotcoocoo

Effective trust discount applied: 30% (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":["@blamejs/[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":["@blamejs/[email protected]"],"fail_on":"review"}'
Publisherdotcoocoo
Artifact bytes6,085,737
Previous version0.16.29
Published2026-06-13T06:37:54.377Z
SHA-256c44acdebc6300bbd14802f0e8c53e642834e2ddddb6bdac2070723b414809465

Why flagged

What the scanner saw

Credential file access: matched "aws_access_key"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/collectors/cred-stores.jsmatched "aws_access_key"10
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/collectors/cred-stores.jsmatched "aws_access_key"10
lowCredential file accesspackage/lib/collectors/ai-api.jsmatched "aws_access_key"5
lowCredential file accesspackage/lib/collectors/secrets.jsmatched ".npmrc"5
lowCredential file accesspackage/data/playbooks/ai-api.jsonmatched ".aws/"3
lowCredential file accesspackage/data/playbooks/cred-stores.jsonmatched ".aws/"3
lowCredential file accesspackage/data/d3fend-catalog.jsonmatched ".ssh/"3
lowCredential file accesspackage/data/playbooks/sbom.jsonmatched ".npmrc"3
lowCredential file accesspackage/data/playbooks/secrets.jsonmatched ".npmrc"3
lowObfuscation Densitypackage/manifest.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts54
  • audit-catalog-gap-budgetnode scripts/check-catalog-gap-budget.js
  • audit-catalog-gapsnode scripts/audit-catalog-gaps.js --pretty
  • audit-catalog-gaps:jsonnode scripts/audit-catalog-gaps.js
  • audit-catalog-gaps:strictnode scripts/audit-catalog-gaps.js --pretty --strict
  • audit-cross-skillnode scripts/audit-cross-skill.js
  • audit-perfnode scripts/audit-perf.js
  • bootstrapnode scripts/bootstrap.js
  • build-indexesnode scripts/build-indexes.js
  • check-codebase-patternsnode scripts/check-codebase-patterns.js
  • check-codebase-patterns-currencynode scripts/check-codebase-patterns-currency.js
  • check-snapshotnode scripts/check-manifest-snapshot.js
  • check-version-tagsnode scripts/check-version-tags.js
  • check-version-tags:updatenode scripts/check-version-tags.js --update-baseline
  • currencynode orchestrator/index.js currency
  • diff-coveragenode scripts/check-test-coverage.js
  • dispatchnode orchestrator/index.js dispatch
  • lintnode lib/lint-skills.js
  • predeploynode scripts/predeploy.js
  • prefetchnode lib/prefetch.js
  • prefetch:drynode lib/prefetch.js --no-network
  • prepublishOnlynode -e "if(process.env.EXCEPTD_SKIP_PREPUBLISH_PREDEPLOY!=='1'){const r=require('child_process').spawnSync(process.execPath,['scripts/predeploy.js'],{stdio:'inherit'});if(r.status){process.exit(r.status)}}" && node lib/validate-package.js
  • refreshnode lib/refresh-external.js
  • refresh-mitre-atlasnode scripts/refresh-mitre-atlas.js
  • refresh-mitre-attacknode scripts/refresh-mitre-attack.js
  • refresh-mitre-d3fendnode scripts/refresh-mitre-d3fend.js
  • refresh-mitre-ics-attacknode scripts/refresh-mitre-ics-attack.js
  • refresh-reverse-refsnode scripts/refresh-reverse-refs.js
  • refresh-rfc-indexnode scripts/refresh-rfc-index.js
  • refresh-sbomnode scripts/refresh-sbom.js
  • refresh-snapshotnode scripts/refresh-manifest-snapshot.js
  • …and 24 more.