PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

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
34
First published
Feb 2026
Publisher
flow_aka_wolf

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"}'
Publisherflow_aka_wolf
Artifact bytes262,306
Previous version0.1.2-43
Published2026-06-06T20:50:42.342Z
SHA-25679388e3282741ca381ac0e0d6cf51be55d6b15e5a47f863d1d72ca470a7f5cca

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.2-48Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/template/.cursor/hooks/hook.pymatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/postinstall.js"5

Manifest

Package metadata

Scripts15
  • guard:installerpython scripts/guard_installer_publish.py
  • postinstallnode bin/postinstall.js
  • prepublishOnlynpm run guard:installer
  • release:allpowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1
  • release:all:betapowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1 -Bump prerelease -NpmTag beta
  • release:all:drypowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1 -DryRun
  • release:all:majorpowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1 -Bump major
  • release:all:minorpowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1 -Bump minor
  • release:all:patchpowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1 -Bump patch
  • release:brew-onlypowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1 -SkipNpm -SkipChoco
  • release:choco-onlypowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1 -SkipNpm -SkipBrew
  • release:majornpm version major && npm publish
  • release:minornpm version minor && npm publish
  • release:npm-onlypowershell -ExecutionPolicy Bypass -File scripts/release-all.ps1 -SkipChoco -SkipBrew
  • release:patchnpm version patch && npm publish