PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":6,"publisher":"vincent06220","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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
625
Versions published
5
First published
Jun 2026
Publisher
vincent06220

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"}'
Publishervincent06220
Artifact bytes594,749
Previous version1.0.3
Published2026-06-14T10:51:03.038Z
SHA-256ca5f922f9c8b81a03ad6ed70c666ba387aae3f9c565c2c208e1bc17f595571cb

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":6,"publisher":"vincent06220","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":6,"publisher":"vincent06220","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts14
  • buildnpm run build:hash && tsup && npm run build:index && npm run build:archive
  • build:archivetsx scripts/build-archive-bundle.ts
  • build:hashtsx scripts/inject-meta-hash.ts
  • build:indextsx scripts/build-search-index.ts
  • devtsup --watch
  • inspect:httpmcp-inspector http://localhost:3000/api/mcp
  • inspect:stdiomcp-inspector node ./dist/transport/stdio.js
  • keygen:doctrinetsx scripts/generate-doctrine-keypair.ts
  • sign-doctrinetsx scripts/sign-doctrine.ts
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • validate-contenttsx scripts/validate-content.ts
  • verify-doctrinetsx scripts/verify-doctrine.ts
Dependencies6
  • @modelcontextprotocol/sdk^1.0.0
  • gray-matter^4.0.3
  • lunr^2.3.9
  • remark^15.0.1
  • remark-stringify^11.0.0
  • zod^3.23.8