PkgRadar

Package evidence

@eroforze-systems/[email protected]

Credential file access: matched ".npmrc"

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
1
First published
Jun 2026
Publisher
eroforze-systems

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":["@eroforze-systems/[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":["@eroforze-systems/[email protected]"],"fail_on":"review"}'
Artifact bytes298,020
Previous versionnone
Published2026-06-06T13:12:32.242Z
SHA-256adc4fd4989a2c20ff82cc85a314f7eedf838bfe19b6c94a1c452893ceb6c4305

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/utils/package-manager.test.tsmatched ".npmrc"10
mediumCredential file accesspackage/src/utils/package-manager.tsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/utils/package-manager.test.tsmatched ".npmrc"10
mediumCredential file accesspackage/src/utils/package-manager.tsmatched ".npmrc"10
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts7
  • buildtsup && node scripts/copy-assets.mjs
  • devtsx src/index.ts
  • prepacknpm run build
  • preparenode scripts/prepare-if-needed.mjs
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
Dependencies8
  • @inquirer/prompts^7.5.0
  • chalk^5.4.1
  • commander^13.1.0
  • convex^1.17.0
  • fs-extra^11.3.0
  • handlebars^4.7.8
  • open^11.0.0
  • ora^8.2.0