PkgRadar

Package evidence

@greenhouselabs/[email protected]

Suspicious Publish Context: {"package_age_days":1,"publisher":"greenhouselabs","burst_same_day":1,"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.

Versions published
3
First published
Jun 2026
Publisher
greenhouselabs

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":["@greenhouselabs/[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":["@greenhouselabs/[email protected]"],"fail_on":"review"}'
Artifact bytes361,243
Previous version1.0.1
Published2026-06-19T20:13:26.300Z
SHA-25636888782c1ada072e4ca7d2f7401f3bb5f2ef3c49a66d457b944a537074c6b79

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":1,"publisher":"greenhouselabs","burst_same_day":1,"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.0.2Version
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":1,"publisher":"greenhouselabs","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts16
  • buildtsc
  • devtsc --watch
  • generate:functionsnode scripts/generate-function-list.mjs
  • inspectornpx @modelcontextprotocol/inspector build/index.js
  • linteslint src/ test/ scripts/
  • lint:fixeslint src/ --fix
  • prebuildnode scripts/gen-build-info.mjs
  • preparenpm run build
  • pretestnode scripts/gen-build-info.mjs
  • pretypechecknode scripts/gen-build-info.mjs
  • startnode build/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integrationvitest run --config vitest.integration.config.ts
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.29.0
  • zod^3.22.4