PkgRadar

Package evidence

@theclawlab/[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
286
Versions published
12
First published
Mar 2026
Publisher
theclawlab

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":["@theclawlab/[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":["@theclawlab/[email protected]"],"fail_on":"review"}'
Publishertheclawlab
Artifact bytes139,791
Previous version2.2.0
Published2026-05-20T17:13:55.208Z
SHA-256d1a5ca66d0a12b04d6f2f03dc6baf23c1e87df71a9038f93ba59a1fa816edae9

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli.jsmatched ".azure"5
lowCredential file accesspackage/dist/index.jsmatched ".azure"5
lowObfuscationpackage/dist/cli.jsmatched "\\u2014"3
lowObfuscationpackage/dist/index.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts8
  • buildtsup
  • devtsup --watch --onSuccess 'node dist/index.js'
  • dev-oldtsx watch src/index.ts
  • release:localnpm run build && npm link
  • release:publicnpm test && npm run build && npm publish --access public
  • release:public:skip-testnpm run build && npm publish --access public
  • testvitest run
  • test:coveragevitest run --coverage
Dependencies2
  • @mariozechner/pi-ai^0.57.1
  • commander^14.0.3