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.

Weekly downloads
4,977Niche · −30% score
Versions published
29
First published
Jun 2026
Publisher
x12i

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":["@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 bytes215,568
Previous version2.7.0
Published2026-06-12T11:57:31.538Z
SHA-25649a4fd384353e7138b0b010e4836394750f5bd4ba32f18b938917c2f1a4ce307

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":3,"publisher":"x12i","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"pnpm"},"version_anomaly":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":3,"publisher":"x12i","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"pnpm"},"version_anomaly":false}10
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":3,"publisher":"x12i","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"pnpm"},"version_anomaly":false}10
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/rollback/*.test.js dist-test/safety/*.test.js dist-test/upstream/*.test.js dist-test/validate/*.test.js tests/scripts/*.test.mjs
Dependencies1
  • @x12i/ask-cli^1.0.0