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.

Versions published
7
First published
Apr 2026
Publisher
sardorm

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"}'
Publishersardorm
Artifact bytes104,707
Previous version0.1.4
Published2026-05-07T13:41:16.368Z
SHA-256304401cd538ce972ca46d4d8d79aab97d8bbac5572c521a4db5e3d758f145847

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
10Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/cli.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/server-HHWV4523.jsmatched "github_token"5

Manifest

Package metadata

Scripts17
  • benchtsx ../../benchmarks/runner/all.ts
  • bench:adversarialtsx ../../benchmarks/runner/adversarial.ts
  • bench:graphtsx ../../benchmarks/runner/graph-ops.ts
  • bench:ingesttsx ../../benchmarks/runner/ingest.ts
  • bench:latencytsx ../../benchmarks/runner/search-latency.ts
  • bench:mcptsx ../../benchmarks/runner/mcp-contract.ts
  • bench:searchtsx ../../benchmarks/runner/search-quality.ts
  • buildtsup src/cli.ts --format esm --dts --clean
  • cleanrm -rf dist
  • devtsx src/cli.ts
  • formatprettier --write src/
  • format:checkprettier --check src/
  • linteslint src/ && tsc --noEmit
  • prepublishOnlynpm run build
  • startnode dist/cli.js
  • testvitest run
  • test:watchvitest
Dependencies13
  • @anthropic-ai/sdk^0.39.0
  • @extractus/article-extractor^8.0.14
  • @extractus/feed-extractor^7.1.7
  • @modelcontextprotocol/sdk^1.29.0
  • @noble/ciphers^1.0.0
  • @noble/curves^1.6.0
  • better-sqlite3^12.0.0
  • chalk^5.4.1
  • commander^13.1.0
  • ora^8.2.0
  • pdf-parse^1.1.1
  • sqlite-vec^0.1.9
  • zod^4.3.6