PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
162
Versions published
78
First published
Mar 2026
Publisher
leokuang

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"}'
Publisherleokuang
Artifact bytes1,106,318
Previous version1.8.0
Published2026-05-09T11:38:31.997Z
SHA-256602dc1ea450df4ea517db00f272ac7661b5511fd6f05c9742a07e51d9b749892

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
17Score
1.8.1Version
Status history (1 event)
  1. newavailable · risk review · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/cli/version-reminder.jsmatched "raw.githubusercontent.com"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/cli/version-reminder.jsmatched "raw.githubusercontent.com"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/postinstall.js"5

Manifest

Package metadata

Scripts17
  • buildnpm pack --dry-run
  • docs:runtime-catalognode scripts/generate-runtime-capability-catalog.js
  • lint:skill-entrypointsnode scripts/lint-skill-entrypoints.js
  • postinstallnode bin/postinstall.js
  • release:publishnode scripts/release-publish.cjs
  • testnpm run test:unit && npm run test:smoke && npm run test:integration
  • test:ai-dev:gatenode scripts/run-ai-dev-quality-gate.js
  • test:graph-bootstrapbash tests/unit/spec-graph-bootstrap.sh
  • test:integrationnpx jest tests/integration/verification-gate.integration.test.js --runInBand && bash tests/integration/e2e.sh
  • test:jestjest
  • test:mcp-setupbash tests/unit/mcp-setup.sh
  • test:releasenpm run test:release:governance && npm run test:release:install
  • test:release:governancebash tests/smoke/release-dual-host-governance.sh
  • test:release:installbash tests/smoke/install-tarball.sh
  • test:smokebash tests/smoke/install-local.sh && bash tests/smoke/cli.sh
  • test:unitbash tests/unit/developer.sh && bash tests/unit/lang-policy.sh && npm run test:mcp-setup && npm run test:graph-bootstrap && bash tests/unit/version-reminder.sh && npx jest tests/unit --runInBand
  • typechecknode scripts/typecheck-js.js
Dependencies2
  • ignore^5.0.0
  • simple-git~3.0.0