PkgRadar

Package evidence

[email protected]

Credential file access: matched ".azure"

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"}'
Publishergyso
Artifact bytes276,642
Previous version0.14.2
Published2026-05-25T06:08:38.253Z
SHA-256df3e05549f4f37b57e49563af9707e50463bc97bbb2e197bae56e750d7a38f7f

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/utils/validate-args.jsmatched ".azure"5
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/dist/wiki/repowikiIndexer.jsmatched "\\uFEFF"3
lowObfuscationpackage/dist/wiki/repowikiStructureNav.jsmatched "\\uFEFF"3
lowObfuscationpackage/dist/wiki/wikiStructureXml.jsmatched "\\x00"3

Manifest

Package metadata

Scripts5
  • buildtsc
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • preparenpm run build
  • prepublishOnlynpm run build
  • rebuildnpm run clean && npm run build
Dependencies10
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • commander^12.1.0
  • ejs^3.1.10
  • fs-extra^11.2.0
  • js-yaml^4.1.0
  • picocolors^1.1.1
  • prompts^2.4.2
  • repomix^1.14.0
  • tar^7.5.15