PkgRadar

Package evidence

[email protected]

Credential file access: matched ".azure"

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
3
First published
May 2026
Publisher
acanzaima

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheracanzaima
Artifact bytes116,187
Previous version1.0.0
Published2026-05-25T09:32:33.933Z
SHA-25628fb2d7b16f8917c0acea22412bdb25222ef31f99421e174b823a477a8bd9c69

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

review
Last checked
reviewRisk
20Score
1.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 20 · 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/llm/providers.jsmatched ".azure"5
lowObfuscationpackage/dist/commands/config.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/learn.jsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/main.jsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/select.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/status.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts5
  • buildnode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})" && tsc
  • devtsc --watch
  • prepublishOnlynpm test
  • startnode dist/cli/main.js
  • testnpm run build && node test/config-manager.test.mjs && node test/llm-client.test.mjs && node test/evidence.test.mjs && node test/learn-e2e.test.mjs