PkgRadar

Package evidence

@epicai/[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
200
Versions published
7
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":["@epicai/[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":["@epicai/[email protected]"],"fail_on":"review"}'
Artifact bytes9,492,697
Previous version3.0.7
Published2026-05-29T09:41:10.989Z
SHA-256eb8cffc38e11d55718c212410bbf1adcc6e33d40dc20945115e79094071570ae

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/engine/types/canonical-credentialed-brands.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/engine/mcp-servers/digitalocean.jsmatched "kubeconfig"5

Manifest

Package metadata

Scripts15
  • buildtsc
  • build:allnpm run build:native && npm run build
  • build:nativecd native && napi build --platform --release
  • eval:ainode test/ai-evals/run-all.mjs
  • eval:ai:regen-paid-baselinesnode test/ai-evals/run-paid-baseline-regen.mjs
  • eval:kappanode test/ai-evals/kappa-calibration/measure-kappa.mjs
  • integrity:signnode scripts/sign-integrity.mjs
  • integrity:verifynode scripts/verify-manifest-coverage.mjs
  • leak:scannode scripts/leak-scan.mjs
  • linteslint src/
  • prepacknode -e "const fs=require('node:fs'),p=require('node:path'),d='./dist/bin';if(!fs.existsSync(d)){console.error('prepack: dist/bin missing — run `npm run build` before `npm pack`');process.exit(1);}for(const f of fs.readdirSync(d))if(f.endsWith('.js'))fs.chmodSync(p.join(d,f),0o755);"
  • prepublishOnlynode -e "const s=require('node:child_process').execSync('git status --porcelain --untracked-files=normal',{encoding:'utf-8'}); if(s.trim().length){console.error('refusing to publish: dirty working tree\n'+s); process.exit(1)}" && npm audit --omit=dev --audit-level=high && npm run build && npm run typecheck && node -e "import('./scripts/release.mjs').then(m=>m.stripInternalTelemetry('./dist')).catch(e=>{console.error('internal-telemetry strip failed:',e.message);process.exit(1)})" && npm run leak:scan -- src dist && node scripts/verify-manifest-version.mjs && node scripts/verify-manifest-coverage.mjs && node scripts/verify-catalog-signature-prepublish.mjs && node scripts/verify-dependency-provenance.mjs && (if [ -d test ]; then npm test; else echo 'evals run via CI from private repo'; fi)
  • releasenode scripts/release.mjs
  • testnode scripts/run-all-tests.mjs
  • typechecktsc --noEmit
Dependencies12
  • @clack/prompts^1.2.0
  • @modelcontextprotocol/sdk^1.29.0
  • @node-saml/node-saml^5.1.0
  • express^5.2.1
  • jose^6.2.3
  • jsonwebtoken^9.0.2
  • mongodb^7.1.1
  • openid-client^6.8.3
  • otplib^13.4.0
  • picocolors^1.1.1
  • redis^5.12.1
  • zod^4.3.6
Optional dependencies4
  • @epicai/chariot-bin-darwin-arm643.1.0
  • @epicai/chariot-bin-darwin-x643.1.0
  • @epicai/chariot-bin-linux-x64-gnu3.1.0
  • @epicai/chariot-bin-win32-x64-msvc3.1.0