PkgRadar

Package evidence

[email protected]

Credential file access: matched ".azure"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherliaoxinjie
Artifact bytes393,938
Previous version3.2.0
Published2026-05-24T04:52:16.900Z
SHA-25647abfeb52c8b4a270eb346eb940ade04a49e05ef8ba6ce0f859db8fcd1b346a2

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

high
Last checked
highRisk
138Score
3.3.0Version
Status history (1 event)
  1. newavailable · risk high · score 138 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

liaoxinjie

4 members · evidence strength 83

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/public/app.jsmatched ".azure"30
highCredential file accesspackage/lib/proxy-server.jsmatched ".azure"30
highCredential file accesspackage/server.jsmatched ".azure"30
mediumObfuscation Densitypackage/public/app.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/lib/exec-policy.jsmatched "curl "12
mediumRemote Payloadpackage/skills/preset/anysearch/scripts/anysearch_cli.shmatched "curl "12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/public/app.jsmatched ".azure"30
highCredential file accesspackage/lib/proxy-server.jsmatched ".azure"30
highCredential file accesspackage/server.jsmatched ".azure"30
mediumObfuscation Densitypackage/public/app.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/lib/exec-policy.jsmatched "curl "12
mediumRemote Payloadpackage/skills/preset/anysearch/scripts/anysearch_cli.shmatched "curl "12
lowObfuscationpackage/public/app.jsmatched "\\u263E"3
lowObfuscationpackage/server.jsmatched "Buffer.from(content, 'base64"3
lowObfuscationpackage/lib/skill-store.jsmatched "Buffer.from(skillMd.content, 'base64"3
lowObfuscationpackage/skills/preset/anysearch/scripts/anysearch_cli.shmatched "\\x27"3

Manifest

Package metadata

Scripts3
  • buildpkg . --out-path=dist
  • devnode --watch server.js
  • startnode server.js
Dependencies4
  • @modelcontextprotocol/sdk^1.29.0
  • cors^2.8.5
  • express^4.19.2
  • ws^8.20.1