PkgRadar

Package evidence

[email protected]

Credential file access: matched ".ssh/"

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
10
First published
Apr 2026
Publisher
tomatreides

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishertomatreides
Artifact bytes1,318,656
Previous version23.12.0
Published2026-06-10T04:01:07.324Z
SHA-256aeaf19398d98574a11cc99c8489fe727bbeb51c39bfcef83e3cd13ccd1a57f18

Why flagged

What the scanner saw

Credential file access: matched ".ssh/"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/wizard/lib/provisioners/aws-ec2.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/wizard/lib/provisioners/aws-vps.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/wizard/lib/ci-generator.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/wizard/ui/deploy.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/wizard/lib/github.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/wizard/lib/headless-deploy.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/wizard/lib/codegen/integrations.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/wizard/api/provision.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts11
  • buildtsc && bash scripts/copy-assets.sh
  • deploynpx tsx scripts/voidforge.ts deploy
  • prepackbash scripts/prepack-patterns.sh && npm run build
  • prepublishOnlybash scripts/check-methodology-pin.sh
  • testvitest run --pool forks
  • test:coveragevitest run --pool forks --coverage
  • test:e2eplaywright test
  • test:e2e:localplaywright test --project=chromium
  • test:watchvitest --pool forks
  • typechecknpx tsc --noEmit
  • wizardnpx tsx scripts/voidforge.ts init
Dependencies8
  • @aws-sdk/client-ec2^3.700.0
  • @aws-sdk/client-elasticache^3.700.0
  • @aws-sdk/client-rds^3.700.0
  • @aws-sdk/client-s3^3.700.0
  • @aws-sdk/client-sts^3.700.0
  • node-pty^1.2.0-beta.12
  • voidforge-build-methodology^23.12.1
  • ws^8.19.0