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.

Weekly downloads
254
Versions published
6
First published
May 2026
Publisher
valoriz

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"}'
Publishervaloriz
Artifact bytes851,120
Previous version2.1.21
Published2026-05-27T08:29:45.477Z
SHA-25687d572ef1756d052e88f0fa18171c73d560d5a59995f1f8a7e324c0733475f83

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
2.1.22-beta.0Version
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/cli/main.jsmatched ".azure"5

Manifest

Package metadata

Scripts12
  • buildbun run build:js && bun run build:types
  • build:jscross-env NODE_ENV=production bun bun.build.ts
  • build:typestsup --config tsup.config.ts
  • cleanrm -rf dist build && echo '✅ Cleaned build artifacts.'
  • devcross-env NODE_ENV=development bun --watch ./src/dev-server.ts
  • formatprettier --write .
  • linteslint . --ext .ts,.tsx
  • lint:fixeslint . --ext .ts,.tsx --fix
  • startcross-env NODE_ENV=production bun dist/src/index.js
  • t-build./cli/main.js build
  • t-dev./cli/main.js dev
  • t-pre-build./cli/main.js pre-build
Dependencies17
  • @clack/prompts^0.11.0
  • @fullhuman/postcss-purgecss^7.0.2
  • @tailwindcss/postcss^4.1.11
  • bun^1.2.21
  • chokidar^5.0.0
  • cssnano^7.1.0
  • dotenv^17.2.2
  • esbuild^0.27.0
  • node-html-parser^7.0.1
  • nodemon^3.1.10
  • postcss^8.5.6
  • postcss-nesting^13.0.2
  • react^19.1.1
  • react-dom^19.1.1
  • tailwindcss^3.4.17
  • tailwindcss4npm:tailwindcss@^4.1.18
  • terser^5.43.1