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
10
Versions published
33Established · −30% score
First published
Oct 2025
Publisher
moesaif

Effective trust discount applied: 30% (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"}'
Publishermoesaif
Artifact bytes607,825
Previous version0.6.26
Published2026-05-26T21:33:03.480Z
SHA-25648439bb17af1351b9801bbb3660f87f005418ee6e40118bf4cba68188307439f

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
7Score
0.6.27Version
Status history (1 event)
  1. newavailable · risk review · score 7 · 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/mcp/config.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/mcp.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json
  • devtsx src/index.ts
  • prepublishOnlynpm run build
  • release./scripts/release.sh
  • testtsx scripts/verify-agent-tools.ts && tsx scripts/verify-slash-commands.ts && tsx scripts/verify-agent-queue.ts && tsx scripts/verify-agent-session.ts && tsx scripts/verify-session-branches.ts && tsx scripts/verify-session-compaction.ts && tsx scripts/verify-skills.ts && tsx scripts/verify-plan-panel.ts && tsx scripts/verify-composer-wrap.ts && tsx scripts/verify-agent-loop-limits.ts && tsx scripts/verify-error-context.ts
Dependencies39
  • @babel/parser^7.28.4
  • @babel/traverse^7.28.4
  • @inkjs/ui^2.0.0
  • @modelcontextprotocol/sdk^1.19.1
  • @types/inquirer^9.0.9
  • @types/react^19.2.2
  • ansi-escapes^7.1.1
  • boxen^8.0.1
  • chalk^5.3.0
  • cli-boxes^4.0.1
  • cli-highlight^2.1.11
  • cli-table3^0.6.5
  • commander^12.0.0
  • diff^5.2.0
  • dotenv^16.4.0
  • glob^11.0.0
  • gpt-tokenizer^3.0.1
  • ink^6.6.0
  • ink-big-text^2.0.0
  • ink-box^2.0.0
  • ink-gradient^3.0.0
  • ink-select-input^6.2.0
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • inquirer^12.9.6
  • marked^15.0.12
  • marked-terminal^7.3.0
  • node-fetch^3.3.2
  • open^10.2.0
  • ora^8.0.0
  • …and 9 more.