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
16
First published
May 2026
Publisher
codeble.dev

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"}'
Publishercodeble.dev
Artifact bytes88,371
Previous version0.2.4
Published2026-05-26T02:04:39.963Z
SHA-256a56f72642958cdcf7fc69a625e61d53488f8a0e2bfcec540d4b4c30a90248d71

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched "github_token"5

Manifest

Package metadata

Scripts11
  • buildtsup src/index.ts --out-dir dist --format esm --clean --dts --external playwright --external ink --external react --external react-dom --external @modelcontextprotocol/sdk
  • devtsup src/index.ts --out-dir dist --format esm --watch
  • formatprettier --write 'src/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts'
  • linteslint src/
  • lint:fixeslint src/ --fix
  • prepublishOnlynpm run build
  • startnode bin/lovecode.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies13
  • @modelcontextprotocol/sdk^1.29.0
  • @types/react^19.2.15
  • chalk^5.3.0
  • commander^12.0.0
  • conf^12.0.0
  • dotenv^17.4.2
  • ink^7.0.4
  • inquirer^9.2.0
  • js-yaml^4.1.1
  • marked^18.0.4
  • ora^8.0.0
  • react^19.2.6
  • simple-git^3.22.0