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
- 1,248Niche · −30% score
- Versions published
- 10
- First published
- May 2026
- Publisher
- inegm
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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
Scripts48
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 apps/docs && npm run startdocs:buildcd apps/docs && npm run builddocs:installnpm --prefix apps/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"landingcd apps/landing && npm run devlanding:buildcd apps/landing && npm run buildlanding:installnpm --prefix apps/landing installlinttsc --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 releasesetupnpm run build && node dist/apps/cli/src/index.js setupsetup:claudenpm run build && node dist/apps/cli/src/index.js setup claude --scope workspacesetup:cursornpm run build && node dist/apps/cli/src/index.js setup cursor --scope workspacesetup:gemininpm run build && node dist/apps/cli/src/index.js setup gemini --scope workspacesetup:github-copilotnpm run build && node dist/apps/cli/src/index.js setup github-copilot --scope workspacesetup:github-copilot-clinpm run build && node dist/apps/cli/src/index.js setup github-copilot-cli --scope workspacesetup:openclawnpm run build && node dist/apps/cli/src/index.js setup openclaw --scope workspace- …and 18 more.
Dependencies4
chokidar^3.5.3commander^11.1.0prompts^2.4.2ws^8.21.0