PkgRadar

Package evidence

@joguel63/[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
5
Versions published
5
First published
Mar 2026
Publisher
joguel63

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":["@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"}'
Publisherjoguel63
Artifact bytes244,420
Previous version0.1.0-alpha.4
Published2026-06-12T03:38:14.127Z
SHA-256366e73336d025033c5a788bd383f886e5f56605251c325282ed2c1cafcde8cd2

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
5Score
0.1.0-alpha.5Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/runtime.jsmatched ".npmrc"5
lowObfuscation Densitypackage/dist/cli/runtime.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/blueprints/react-library/default/template/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts13
  • buildnode ./scripts/build.mjs
  • devtsx ./bin/sx.ts
  • release:validatepnpm run build && pnpm run typecheck && pnpm run test:e2e:pr && pnpm run test:installed-bin && pnpm run test:windows-global-bin
  • testnode ./run-vitest.mjs
  • test:e2e:negativenode ./run-vitest.mjs ./tests/e2e/source-cli-negative.test.ts
  • test:e2e:nightlypnpm run test:e2e:packaged-full
  • test:e2e:packaged-fullnode ./run-vitest.mjs ./tests/e2e/packaged-cli-offers.test.ts
  • test:e2e:packaged-smokenode ./run-vitest.mjs ./tests/e2e/packaged-cli-smoke.test.ts
  • test:e2e:prpnpm run test:e2e:source && pnpm run test:e2e:negative && pnpm run test:e2e:packaged-smoke
  • test:e2e:sourcenode ./run-vitest.mjs ./tests/e2e/source-cli-offers.test.ts
  • test:installed-binnode ./run-vitest.mjs ./tests/bin/installed-bin.test.ts
  • test:windows-global-binnode ./scripts/test-windows-global-bin.mjs
  • typechecktsc --project tsconfig.json --noEmit
Dependencies4
  • commander^12.1.0
  • prettier^3.6.2
  • update-notifier^7.3.1
  • zod^4.3.6