PkgRadar

Package evidence

@gh3ttoniga/[email protected]

Suspicious Publish Context: {"package_age_days":2,"publisher":"gh3ttoniga","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
361
Versions published
4
First published
Jun 2026
Publisher
gh3ttoniga

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":["@gh3ttoniga/[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":["@gh3ttoniga/[email protected]"],"fail_on":"review"}'
Publishergh3ttoniga
Artifact bytes193,229
Previous version0.7.4
Published2026-06-20T10:55:19.821Z
SHA-256893b24517df05f8ba6b985b948a97af21e42f7bef12ce7c906671fa294e7ae48

Why flagged

What the scanner saw

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

Manifest

Package metadata

Scripts14
  • buildtsc
  • devtsx src/cli.ts
  • prepublishOnlynpm run typecheck && npm test && npm run build
  • pretagbash tools/pre-tag-check.sh
  • release-cutbash scripts/release-cut.sh
  • smoketsx tools/smoke.ts
  • smoke:certifytsx tools/certify-smoke.ts
  • smoke:retrytsx tools/retry-smoke.ts
  • smoke:sessiontsx tools/session-smoke.ts
  • smoke:thinkbash tools/live-think-smoke.sh
  • startnode dist/cli.js
  • testnode --import tsx --test tests/*.test.ts
  • test:watchnode --import tsx --test --watch tests/*.test.ts
  • typechecktsc --noEmit
Dependencies4
  • @anthropic-ai/sdk^0.104.2
  • @modelcontextprotocol/sdk^1.29.0
  • dotenv^17.4.2
  • openai^4.78.0