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
- 5
- Versions published
- 6
- First published
- Mar 2026
- Publisher
- joguel63
Recommended action
Review before promotingMixed 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":["@joguel63/[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":["@joguel63/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk review · score 5 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cli/runtime.js | matched ".npmrc" | 5 |
| low | Obfuscation Density | package/dist/cli/runtime.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/dist/blueprints/react-library/default/template/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts13
buildnode ./scripts/build.mjsdevtsx ./bin/sx.tsrelease:validatepnpm run build && pnpm run typecheck && pnpm run test:e2e:pr && pnpm run test:installed-bin && pnpm run test:windows-global-bintestnode ./run-vitest.mjstest:e2e:negativenode ./run-vitest.mjs ./tests/e2e/source-cli-negative.test.tstest:e2e:nightlypnpm run test:e2e:packaged-fulltest:e2e:packaged-fullnode ./run-vitest.mjs ./tests/e2e/packaged-cli-offers.test.tstest:e2e:packaged-smokenode ./run-vitest.mjs ./tests/e2e/packaged-cli-smoke.test.tstest:e2e:prpnpm run test:e2e:source && pnpm run test:e2e:negative && pnpm run test:e2e:packaged-smoketest:e2e:sourcenode ./run-vitest.mjs ./tests/e2e/source-cli-offers.test.tstest:installed-binnode ./run-vitest.mjs ./tests/bin/installed-bin.test.tstest:windows-global-binnode ./scripts/test-windows-global-bin.mjstypechecktsc --project tsconfig.json --noEmit
Dependencies4
commander^12.1.0prettier^3.6.2update-notifier^7.3.1zod^4.3.6