PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4657068 bytes

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
4,033Niche · −30% score
Versions published
40
First published
Mar 2026
Publisher
thisrohangupta

Effective trust discount applied: 30% (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 bytes1,731,446
Previous version3.0.7
Published2026-05-27T04:19:44.840Z
SHA-2566b436a0570f2fc3b8828e58e83ec54557954c1648243552fbdbf086199df465d

Why flagged

What the scanner saw

Large Javascript Payload: 4657068 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/build/data/schemas/pipeline.js4657068 bytes10
mediumLarge Javascript Payloadpackage/build/data/schemas/v0/pipeline.js5810924 bytes10
mediumLarge Javascript Payloadpackage/build/data/schemas/template.js5808316 bytes10
mediumLarge Javascript Payloadpackage/build/data/schemas/v0/template.js7186827 bytes10

Manifest

Package metadata

Scripts16
  • buildtsc
  • check-schema-coveragenode scripts/check-schema-coverage.js
  • devtsc --watch
  • docker:builddocker build -t harness-mcp-server .
  • docker:rundocker run --rm -p 3000:3000 --env-file .env harness-mcp-server
  • docs:checknode scripts/generate-docs.js --check
  • docs:generatenode scripts/generate-docs.js
  • inspectnpx @modelcontextprotocol/inspector node build/index.js stdio
  • prepare:mcpbnode scripts/prepare-mcpb.js
  • prepublishOnlypnpm build
  • startnode build/index.js stdio
  • start:httpnode build/index.js http
  • sync-schemasnode scripts/sync-schemas.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies9
  • @hono/node-server^2.0.0
  • @modelcontextprotocol/sdk^1.27.1
  • @resvg/resvg-js^2.6.2
  • dotenv^17.3.1
  • express^5.2.1
  • hono^4.12.15
  • jsonwebtoken^9.0.3
  • yaml^2.8.3
  • zod^4.0.0