PkgRadar

Package evidence

@therocketcode/[email protected]

Suspicious Publish Context: {"package_age_days":3,"publisher":"bricemaciasrocket","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.

Weekly downloads
318
Versions published
16
First published
Jun 2026
Publisher
bricemaciasrocket

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":["@therocketcode/[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":["@therocketcode/[email protected]"],"fail_on":"review"}'
Artifact bytes1,709,752
Previous version1.8.3
Published2026-06-12T22:17:39.722Z
SHA-25692848abc8b3bf765cb0b98599ac17044f2c224de18d08629bfce25bf437b61eb

Why flagged

What the scanner saw

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

Manifest

Package metadata

Scripts39
  • buildnpm run generate:identity && npm run build:lib && npm run build:hooks
  • build:hooksnode scripts/build-hooks.js
  • build:libtsc -p tsconfig.build.json
  • changelog:rendernode scripts/changeset/cli.cjs render
  • changesetnode scripts/changeset/new.cjs
  • check:alias-driftnode scripts/check-alias-drift.cjs
  • check:envnode scripts/check-env.cjs
  • check:identity-driftnode scripts/lint-package-identity-drift.cjs
  • check:integritynode scripts/check-npm-integrity.cjs
  • ci:test-scopenode scripts/ci-test-scope.cjs
  • generate:identitynode scripts/generate-package-identity.cjs
  • linteslint . --cache --cache-location node_modules/.cache/eslint/
  • lint:changesetnode scripts/changeset/lint.cjs
  • lint:descriptionsnode scripts/lint-descriptions.cjs
  • lint:docsnode scripts/lint-docs-required.cjs
  • lint:fixeslint . --fix
  • lint:legacy-namenode scripts/lint-legacy-dir-name.cjs
  • lint:pr-checksnode scripts/lint-pr-check-project-dir.cjs
  • lint:skill-depsnode scripts/lint-skill-deps.cjs
  • lint:test-file-countnode scripts/lint-test-file-count.cjs
  • prepacknpm run build:lib
  • preparenpm run build:lib
  • prepublishOnlynpm run build:lib && npm run build:hooks
  • pretestnpm run build:lib && npm run lint:skill-deps
  • pretest:coveragenpm run build:lib && npm run lint:skill-deps
  • sync:launchernode scripts/sync-runtime-launcher.cjs
  • testnode scripts/run-tests.cjs
  • test:affectednode scripts/run-affected-tests.cjs
  • test:coveragec8 --check-coverage --lines 70 --reporter text --include 'gsd-core/bin/lib/*.cjs' --exclude 'tests/**' --all node scripts/run-tests.cjs
  • test:coverage:allnpm run test:coverage
  • …and 9 more.
Dependencies2
  • @anthropic-ai/claude-agent-sdk^0.2.84
  • ws8.20.1
Optional dependencies1
  • fallow^2.70.0