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
- 7
- First published
- May 2026
- Publisher
- inegm
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":["@untitled-devs/[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":["@untitled-devs/[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
Scripts80
allnpm run clean && npm run build && npm run check && npm testbuildnpm run visualizer:build && npm run build:clibuild:clinpm run check && node -e "require('fs').rmSync('dist', { recursive: true, force: true })" && tsc && node -e "require('fs').cpSync('apps/visualizer/dist', 'dist/visualizer', { recursive: true })"changelognode scripts/release.mjs changelogchecknpm run type:check && npm run format:checkcleannode -e "['dist', '.nyc_output', 'output', 'coverage'].forEach(p => require('fs').rmSync(p, { recursive: true, force: true }))"coverage:openopen-cli output/index.htmldevtsc --watchdocscd docs && npm run startdocs:buildcd docs && npm run builddocs:installnpm --prefix docs installfixnpm run format && npm run lint:fixformatprettier --write "apps/cli/src/**/*.ts" "apps/visualizer/src/**/*.{ts,tsx}" "packages/**/*.ts" "tests/**/*.ts" ".prettierrc"format:checkprettier --check "apps/cli/src/**/*.ts" "apps/visualizer/src/**/*.{ts,tsx}" "packages/**/*.ts" "tests/**/*.ts" ".prettierrc"linttsc --noEmitlint:checktsc --noEmitlint:fixtsc --noEmit && prettier --write "apps/cli/src/**/*.ts" "apps/visualizer/src/**/*.{ts,tsx}" "packages/**/*.ts" "tests/**/*.ts"postbuildnode -e "require('fs').chmodSync('dist/apps/cli/src/index.js', 0o755)"prepublishOnlynpm run buildreleasenode scripts/release.mjs releasestartnode dist/apps/cli/src/index.jssyncnpm run build && node dist/apps/cli/src/index.js syncsync:claude:cursornpm run build && node dist/apps/cli/src/index.js sync-to --from claude --to cursorsync:claude:gemininpm run build && node dist/apps/cli/src/index.js sync-to --from claude --to geminisync:claude:github-copilotnpm run build && node dist/apps/cli/src/index.js sync-to --from claude --to github-copilotsync:claude:github-copilot-clinpm run build && node dist/apps/cli/src/index.js sync-to --from claude --to github-copilot-clisync:claude:openclawnpm run build && node dist/apps/cli/src/index.js sync-to --from claude --to openclawsync:claude:opencodenpm run build && node dist/apps/cli/src/index.js sync-to --from claude --to opencodesync:cursor:claudenpm run build && node dist/apps/cli/src/index.js sync-to --from cursor --to claudesync:cursor:gemininpm run build && node dist/apps/cli/src/index.js sync-to --from cursor --to gemini- …and 50 more.
Dependencies4
chokidar^3.5.3commander^11.1.0prompts^2.4.2ws^8.21.0