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
200,199Ubiquitous · −70% score
Versions published
255Established · −30% score
First published
Jun 2025
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 bytes418,209
Previous version8.22.0
Published2026-05-29T02:04:51.425Z
SHA-256820e6242a75b6c72b9e2664c17613e4fcfdd30155d8ec2731de3ccb3f1981a2e

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
1Score
8.23.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/cli/index.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts30
  • buildtsup src/cli/index.ts src/index.ts --format cjs,esm --dts --clean
  • checkpnpm run fmt:check && pnpm run oxlint && pnpm run eslint && pnpm run typecheck
  • check:sync-skill-docstsx scripts/check-skill-docs-sync.ts
  • cicheckpnpm run cicheck:code && pnpm run cicheck:content
  • cicheck:codepnpm run check && pnpm run test
  • cicheck:contentpnpm run check:sync-skill-docs && pnpm run cspell && pnpm run secretlint
  • cspellcspell --no-progress --gitignore .
  • devtsx src/cli/index.ts
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • eslinteslint . --max-warnings 0 --cache
  • eslint:fixeslint . --fix --max-warnings 0 --cache
  • fixpnpm run fmt && pnpm run oxlint:fix && pnpm run eslint:fix
  • fmtoxfmt .
  • fmt:checkoxfmt --check .
  • generatepnpm run dev generate
  • generate:schematsx scripts/generate-json-schema.ts
  • knipknip
  • oxlintoxlint . --max-warnings 0
  • oxlint:fixoxlint . --fix --max-warnings 0
  • pr-continuationtsx scripts/pr-continuation.ts
  • secretlintsecretlint --secretlintignore .gitignore "**/*"
  • sortsort-package-json
  • tasktsx scripts/run-tasks.ts
  • testvitest run --silent=true
  • test:coveragevitest run --coverage --silent=true
  • test:e2evitest run --config vitest.e2e.config.ts --silent=false
  • test:watchvitest --silent=true
  • typechecktsgo --noEmit
Dependencies16
  • @modelcontextprotocol/sdk1.27.1
  • @octokit/request-error7.1.0
  • @octokit/rest22.0.1
  • @toon-format/toon2.1.0
  • @valibot/to-json-schema1.6.0
  • commander14.0.3
  • effect3.20.0
  • es-toolkit1.45.1
  • fastmcp3.34.0
  • globby16.1.1
  • gray-matter4.0.3
  • js-yaml4.1.1
  • jsonc-parser3.3.1
  • smol-toml1.6.1
  • sury10.0.4
  • zod4.3.6