PkgRadar

Package evidence

@x12i/[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
27
First published
Jun 2026
Publisher
x12i

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":["@x12i/[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":["@x12i/[email protected]"],"fail_on":"review"}'
Publisherx12i
Artifact bytes161,610
Previous version2.6.0
Published2026-06-09T17:54:19.184Z
SHA-2561699c66c7146640cbdc74f5c9fdbbc5022cd411827cddca83e346c0494cc3418

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
30Score
2.6.2Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/map/buildPackageGraphMap.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/safety/ensureGitignore.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/safety/ensureNpmignore.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/discovery/findNpmrc.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/instructions/renderPackageGraphInstructions.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts4
  • buildtsc && rm -rf dist/catalog && cp -r src/catalog dist/catalog && cp docs/troubleshooting.md dist/docs/troubleshooting.md
  • postinstallnode scripts/postinstall.mjs
  • prepublishOnlynpm run build
  • testnpm run build && tsc -p tsconfig.test.json && node --test dist-test/ask/*.test.js dist-test/args/*.test.js dist-test/config/*.test.js dist-test/creation/*.test.js dist-test/discovery/*.test.js dist-test/docs/*.test.js dist-test/execution/*.test.js dist-test/list/*.test.js dist-test/lifecycle/*.test.js dist-test/map/*.test.js dist-test/package-graph/*.test.js dist-test/passthrough/*.test.js dist-test/progress/*.test.js dist-test/publish/*.test.js dist-test/safety/*.test.js dist-test/validate/*.test.js tests/scripts/*.test.mjs
Dependencies1
  • @x12i/ask-cli^1.0.0