PkgRadar

Package evidence

@aiworkbench/[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.

Weekly downloads
201
Versions published
22
First published
Feb 2026
Publisher
admin.aiworkbench

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":["@aiworkbench/[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":["@aiworkbench/[email protected]"],"fail_on":"review"}'
Artifact bytes132,970
Previous version0.0.21
Published2026-05-26T10:26:05.079Z
SHA-256456121b2592e304c592b26d1badbfd9aed1ac5ab2e67f56115f9f4a1a02c0025

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
5Score
0.0.22Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/index.jsmatched ".azure"5

Manifest

Package metadata

Scripts6
  • buildbun build ./src/index.ts --outfile ./dist/index.js --target=node --external eslint --external @typescript-eslint/parser --external vue-eslint-parser --external typescript
  • cleanrm -rf dist
  • devbun --watch ./src/index.ts
  • prepublishOnlybun run build
  • testbun test
  • type-checktsc --noEmit
Dependencies7
  • @aiworkbench/vibe-project-generator^0.0.1
  • @aiworkbench/vibe-types^0.0.9
  • @inquirer/prompts^8.2.0
  • @typescript-eslint/parser^8.0.0
  • eslint^9.29.0
  • vue-eslint-parser^10.0.0
  • zod^3.22.4