PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
461
Versions published
19
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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"}'
Artifact bytes435,663
Previous version0.1.31
Published2026-05-22T21:27:53.699Z
SHA-256e6382ffbd2b34fa2aec8b0dc64f1c95b14d39216f90cfbc1bdf99ccbe4c125f2

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
6Score
0.1.32Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/node_modules/pilotswarm-ui-react/src/components.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/assets/pilotswarm-YuM3vGxR.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/node_modules/pilotswarm-ui-core/src/selectors.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/node_modules/pilotswarm-ui-react/src/web-app.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts6
  • buildvite build
  • cleanrm -rf dist
  • devvite --host 0.0.0.0
  • dev:servernode server.js
  • prepacknpm run build && node -e "const fs=require('fs');const cp=(s,d)=>{fs.mkdirSync(d,{recursive:true});for(const e of fs.readdirSync(s,{withFileTypes:true})){const sp=s+'/'+e.name,dp=d+'/'+e.name;e.isDirectory()?cp(sp,dp):fs.copyFileSync(sp,dp)}};for(const p of ['pilotswarm-ui-core','pilotswarm-ui-react']){const src='../'+p.replace('pilotswarm-','');const dst='node_modules/'+p;fs.rmSync(dst,{recursive:true,force:true});fs.mkdirSync(dst,{recursive:true});fs.copyFileSync(src+'/package.json',dst+'/package.json');fs.copyFileSync(src+'/README.md',dst+'/README.md');cp(src+'/src',dst+'/src')}"
  • startnode server.js
Dependencies9
  • @azure/msal-browser^4.26.1
  • express^5.1.0
  • jose^6.2.2
  • pilotswarm-cli^0.1.32
  • pilotswarm-ui-core0.1.0
  • pilotswarm-ui-react0.1.0
  • react^19.2.4
  • react-dom^19.2.4
  • ws^8.18.2