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
14
First published
Feb 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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"}'
Artifact bytes1,463,958
Previous version1.7.5
Published2026-05-19T11:34:12.125Z
SHA-256b9291bd8e8f38ddb7873d9954255036841b3565e1879ef6ff4d836b08e11f028

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/index.jsmatched ".azure"5

Manifest

Package metadata

Scripts22
  • audit:archivetsx scripts/audit-archive.ts
  • audit:findtsx scripts/audit-find.ts
  • audit:migratetsx scripts/migrate-finding-registry.ts
  • audit:resettsx scripts/clean-audit-workspace.ts
  • audit:validate-registrytsx scripts/validate-finding-registry.ts
  • buildtsup
  • devtsup --watch
  • generate:cli-skillstsx scripts/generate-cli-skills.ts
  • inventorytsx scripts/inventory.ts
  • inventory:check-docstsx scripts/inventory.ts --check-docs
  • linteslint src/
  • lockfile:checklockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https
  • mcp:cve-checktsx scripts/check-mcp-cves.ts
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • validatenpm run validate:rule-parity && npm run validate:efficiency && npm run validate:cli-skills && npm run validate:wiring
  • validate:cli-skillstsx scripts/validate-cli-skills.ts
  • validate:efficiencytsx scripts/validate-efficiency-invariants.ts && tsx scripts/validate-bridge-budget.ts && tsx scripts/validate-fanout-emission.ts
  • validate:rule-paritytsx scripts/validate-rule-parity.ts && tsx scripts/validate-rule-pillar-currency.ts
  • validate:wiringtsx scripts/validate-wiring.ts
Dependencies9
  • boxen^8.0.1
  • chalk^5.4.0
  • commander^14.0.3
  • inquirer^13.3.2
  • ora^9.3.0
  • p-limit^3.1.0
  • proper-lockfile^4.1.2
  • update-notifier^7.3.1
  • yaml^2.8.3