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
1,235Niche · −30% score
Versions published
192Established · −30% score
First published
Nov 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 bytes64,061
Previous version2.2.115
Published2026-06-15T03:19:36.767Z
SHA-25610113898c6a376b2fe4bf1f9e51ef32876a0a2d51a01d66d27f4da3de0c6fa86

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bin/cli-functions.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts24
  • analyzenode scripts/analysis/analyze-collections.js
  • generate-manifestnode scripts/generation/generate-manifest.js
  • linteslint .
  • lint:fixeslint . --fix
  • migrate-collectionsnode scripts/generation/migrate-collections-format.js
  • prepublishOnlynpm run generate-manifest
  • publish:localnpm run release && npm publish --registry http://localhost:4873
  • releaserelease-it
  • start:registryverdaccio --config verdaccio/config.yaml
  • syncnode scripts/sync-repo.js
  • sync-agentsnode scripts/sync-repo.js agents
  • sync-allnode scripts/sync-repo.js all
  • sync-collectionsnode scripts/sync-repo.js collections
  • sync-hooksnode scripts/sync-repo.js hooks
  • sync-instructionsnode scripts/sync-repo.js instructions
  • sync-pluginsnode scripts/sync-repo.js plugins
  • sync-promptsnode scripts/sync-repo.js prompts
  • sync-skillsnode scripts/sync-repo.js skills
  • testvitest run
  • test:coveragevitest run --coverage
  • test:localnode bin/cli.js list && node bin/cli.js download instructions a11y --dry-run
  • test:watchvitest
  • validate-assetsnode scripts/analysis/validate-assets.js
  • validate-skillsnode scripts/analysis/validate-skills.js
Dependencies7
  • chalk^5.3.0
  • commander^12.0.0
  • fs-extra^11.2.0
  • gray-matter^4.0.3
  • inquirer^9.2.15
  • minimatch^10.1.1
  • yaml^2.8.2