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
4
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 bytes252,829
Previous version0.1.2
Published2026-05-31T02:40:46.377Z
SHA-256dd83edb83d6a6c29d844185dbf2e6c6c318d53f86f4d38bd42730581fbbfe2bc

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.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts79
  • 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
  • changelognode scripts/release.mjs changelog
  • 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"
  • postbuildnode -e "require('fs').chmodSync('dist/cli/index.js', 0o755)"
  • prepublishOnlynpm run visualizer:build && npm run build
  • releasenode scripts/release.mjs release
  • startnode dist/cli/index.js
  • syncnpm run build && node dist/cli/index.js sync
  • sync:claude:cursornpm run build && node dist/cli/index.js sync-to --from claude --to cursor
  • sync:claude:gemininpm run build && node dist/cli/index.js sync-to --from claude --to gemini
  • sync:claude:github-copilotnpm run build && node dist/cli/index.js sync-to --from claude --to github-copilot
  • sync:claude:github-copilot-clinpm run build && node dist/cli/index.js sync-to --from claude --to github-copilot-cli
  • sync:claude:openclawnpm run build && node dist/cli/index.js sync-to --from claude --to openclaw
  • sync:claude:opencodenpm run build && node dist/cli/index.js sync-to --from claude --to opencode
  • sync:cursor:claudenpm run build && node dist/cli/index.js sync-to --from cursor --to claude
  • sync:cursor:gemininpm run build && node dist/cli/index.js sync-to --from cursor --to gemini
  • sync:cursor:github-copilotnpm run build && node dist/cli/index.js sync-to --from cursor --to github-copilot
  • …and 49 more.
Dependencies4
  • chokidar^3.5.3
  • commander^11.1.0
  • prompts^2.4.2
  • ws^8.21.0