PkgRadar

Package evidence

@untitled-devs/[email protected]

no findings

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
2
First published
May 2026
Publisher
inegm

Recommended action

Looks clean — keep monitoring

No 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"}'
Publisherinegm
Artifact bytes268,802
Previous version0.1.0
Published2026-05-30T21:08:53.211Z
SHA-2568d6637bf47dbeb46a9f34177b6210b9adbc7acdc7b51896ca1c9d6901d10b644

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

low
Last checked
lowRisk
0Score
0.1.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts76
  • allnpm run clean && npm run build && npm run check && npm test
  • buildnpm run check && node -e "require('fs').rmSync('dist', { recursive: true, force: true })" && tsc
  • checknpm run type:check && npm run format:check
  • cleannode -e "['dist', '.nyc_output', 'output', 'coverage'].forEach(p => require('fs').rmSync(p, { recursive: true, force: true }))"
  • coverage:openopen output/index.html
  • devtsc --watch
  • docscd docs && npm run start
  • docs:buildcd docs && npm run build
  • docs:installnpm --prefix docs install
  • fixnpm run format && npm run lint:fix
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts" ".prettierrc"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts" ".prettierrc"
  • linttsc --noEmit
  • lint:checktsc --noEmit
  • lint:fixtsc --noEmit && prettier --write "src/**/*.ts" "tests/**/*.ts"
  • prepublishOnlynpm run visualizer:build && npm run build
  • startnode dist/cli/index.js
  • syncnpm run build && node dist/cli/index.js sync --scope workspace
  • sync:claude:cursornpm run build && node dist/cli/index.js sync-to --from claude --to cursor --scope workspace
  • sync:claude:gemininpm run build && node dist/cli/index.js sync-to --from claude --to gemini --scope workspace
  • sync:claude:github-copilotnpm run build && node dist/cli/index.js sync-to --from claude --to github-copilot --scope workspace
  • sync:claude:github-copilot-clinpm run build && node dist/cli/index.js sync-to --from claude --to github-copilot-cli --scope workspace
  • sync:claude:openclawnpm run build && node dist/cli/index.js sync-to --from claude --to openclaw --scope workspace
  • sync:claude:opencodenpm run build && node dist/cli/index.js sync-to --from claude --to opencode --scope workspace
  • sync:cursor:claudenpm run build && node dist/cli/index.js sync-to --from cursor --to claude --scope workspace
  • sync:cursor:gemininpm run build && node dist/cli/index.js sync-to --from cursor --to gemini --scope workspace
  • sync:cursor:github-copilotnpm run build && node dist/cli/index.js sync-to --from cursor --to github-copilot --scope workspace
  • sync:cursor:github-copilot-clinpm run build && node dist/cli/index.js sync-to --from cursor --to github-copilot-cli --scope workspace
  • sync:cursor:openclawnpm run build && node dist/cli/index.js sync-to --from cursor --to openclaw --scope workspace
  • sync:cursor:opencodenpm run build && node dist/cli/index.js sync-to --from cursor --to opencode --scope workspace
  • …and 46 more.
Dependencies4
  • chokidar^3.5.3
  • commander^11.1.0
  • prompts^2.4.2
  • ws^8.21.0