PkgRadar

Package evidence

[email protected]

no findings

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publisheralok-19
Artifact bytes51,225
Previous version0.1.0
Published2026-05-24T10:15:48.663Z
SHA-25631843a3e8aff317a77f68f0542aacbbcbe5d9ed8a09bb59f8d75fc0aa55e0bf2

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.1.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildrm -rf dist && tsc -p tsconfig.json
  • cleanrm -rf dist coverage
  • devtsx src/server.ts
  • linteslint .
  • pack:checknpm_config_cache=./.npm-cache npm pack --dry-run
  • prepublishOnlynpm run clean && npm run lint && npm run test && npm run build
  • testvitest run --coverage
  • typechecktsc -p tsconfig.json --noEmit
Dependencies8
  • @modelcontextprotocol/sdk^1.23.0
  • better-sqlite3^12.4.1
  • cheerio^1.1.0
  • lru-cache^11.2.2
  • luxon^3.7.1
  • pino^10.1.0
  • robots-parser^3.0.1
  • zod^3.25.76