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
haruhunab1320

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"}'
Publisherharuhunab1320
Artifact bytes142,738
Previous version0.4.4
Published2026-03-30T21:55:09.700Z
SHA-25688204516e00e402f7e34190c33a2fcd5d09170917c84ae43a293a3e1597a94e7

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

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

Manifest

Package metadata

Scripts10
  • buildtsup
  • cleanrm -rf dist
  • demotsx demo/demo.ts
  • demo:oauthtsx demo/oauth-demo.ts
  • demo:workflowtsx demo/full-workflow.ts
  • testvitest run
  • test:integrationtsx demo/integration-test.ts
  • test:watchvitest
  • test:worktreetsx demo/worktree-integration-test.ts
  • typechecktsc --noEmit
Dependencies3
  • @octokit/auth-app^6.0.0
  • @octokit/rest^20.0.0
  • pino^9.0.0