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
- yuujin33
Recommended action
Looks clean — keep monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts19
agent:devnode packages/catty-agent/dist/cli.jsbenchmark:reviewtsx scripts/review-benchmark.tsbuildnpm run build:api && npm run build:webbuild:agentnpm run build -w catty-coding-agentbuild:apitsc -p tsconfig.build.jsonbuild:webnpm run build -w @cattybug/webclitsx src/cli.tsdb:migratetsx src/store/migrate.tsdevconcurrently "npm run dev:api" "npm run dev:web"dev:apitsx watch src/server.tsdev:dockerdocker compose up --builddev:docker:downdocker compose downdev:webnpm run dev -w @cattybug/webprepacknpm run build:apistartnode dist/src/server.jstestvitest run && npm run test -w @cattybug/webtypechecknpm run typecheck:api && npm run typecheck:webtypecheck:apitsc --noEmit -p tsconfig.jsontypecheck:webnpm run typecheck -w @cattybug/web
Dependencies8
@fastify/cors^11.1.0@octokit/auth-app^8.1.1@octokit/rest^22.0.0dotenv^17.4.2fastify^5.6.2pg^8.21.0yaml^2.8.1zod^4.1.13