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
156
Versions published
81
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,323,862
Previous version1.11.1
Published2026-06-16T04:12:00.359Z
SHA-256ae4418b3b70088560fc212b585718af6dff09397980fad807fac37f41cd3b3d0

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
15Score
1.11.2Version
Status history (1 event)
  1. newavailable · risk review · score 15 · 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
lowCredential file accesspackage/src/cli/contracts/security/secret-deny-patterns.jsonmatched "id_rsa"3

Manifest

Package metadata

Scripts20
  • buildnpm pack --dry-run
  • docs:runtime-catalognode scripts/generate-runtime-capability-catalog.js
  • lintnpm run lint:skill-entrypoints
  • lint:skill-entrypointsnode scripts/lint-skill-entrypoints.js
  • release:publishnode scripts/release-publish.cjs
  • sync:instructionsnode scripts/sync-instruction-files.js
  • testnode scripts/run-test-suite.cjs all
  • test:ai-dev:benchmarksnode scripts/run-ai-dev-benchmark-fixtures.js
  • test:ai-dev:gatenode scripts/run-ai-dev-quality-gate.js
  • test:eval-fixturesjest --runTestsByPath tests/unit/eval-fixture-contracts.test.js tests/unit/workflow-eval-readiness-contracts.test.js tests/unit/skill-audit-scripts.test.js tests/unit/prompt-examples-contracts.test.js tests/unit/spec-prd-contracts.test.js tests/unit/spec-write-tasks-contracts.test.js tests/unit/agent-native-architecture-eval-readiness.test.js tests/unit/fresh-source-eval-contracts.test.js --runInBand
  • test:integrationnode scripts/run-test-suite.cjs integration
  • test:jestjest
  • test:mcp-setupnode scripts/run-test-suite.cjs mcp-setup
  • test:releasenode scripts/run-test-suite.cjs release
  • test:release:governancenode scripts/run-test-suite.cjs release-governance
  • test:release:installnode scripts/run-test-suite.cjs release-install
  • test:release:websitenode scripts/check-website-sync.cjs --required
  • test:smokenode scripts/run-test-suite.cjs smoke
  • test:unitnode scripts/run-test-suite.cjs unit
  • typechecknode scripts/typecheck-js.js