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
24Established · −30% score
First published
Aug 2025
Publisher
lmecham

Effective trust discount applied: 30% (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"}'
Publisherlmecham
Artifact bytes116,293
Previous version1.5.0
Published2026-03-09T21:32:02.753Z
SHA-2561b24abbec442b943bb9888ab8eb87bdb6c1f9a38346cbeddc3681d7c2c43bf94

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

Scripts18
  • buildtsup
  • build:watchtsup --watch
  • cleanrm -rf dist
  • devtsup --watch
  • formatprettier --write .
  • linteslint src --ext .ts
  • release:drypnpm publish --dry-run
  • release:majorpnpm run version:major && pnpm publish && git push && git push --tags
  • release:minorpnpm run version:minor && pnpm publish && git push && git push --tags
  • release:patchpnpm run version:patch && pnpm publish && git push && git push --tags
  • startnode dist/index.js
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
  • type-checktsc --noEmit
  • version:majorpnpm version major --git-tag-version=true
  • version:minorpnpm version minor --git-tag-version=true
  • version:patchpnpm version patch --git-tag-version=true
Dependencies12
  • chalk^5.4.1
  • commander^14.0.0
  • diff^8.0.2
  • fs-extra^11.3.0
  • glob^11.0.2
  • ignore^5.3.2
  • inquirer^12.6.3
  • minimatch^10.0.3
  • mustache^4.2.0
  • ora^8.2.0
  • semver^7.7.2
  • yaml^2.8.0