PkgRadar

Package evidence

@idealinks/[email protected]

Install-time lifecycle script: postinstall="node ./scripts/postinstall.mjs"

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
1
First published
May 2026
Publisher
hamzapped

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@idealinks/[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":["@idealinks/[email protected]"],"fail_on":"review"}'
Publisherhamzapped
Artifact bytes55,675
Previous versionnone
Published2026-05-29T15:17:06.404Z
SHA-25610e99c8f5726af550159261bc3ca52e1459b4d46761bd1cf8ef247bfdd709aea

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./scripts/postinstall.mjs"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts11
  • buildnpm run clean && node ./scripts/bundle-npm-bin.mjs && node -e "const fs=require('fs'),p=require('path'),src=p.join('dist','npm-cli.mjs'),dst=p.join('dist',process.platform==='win32'?'meg.cmd':'meg');fs.copyFileSync(src,dst);if(process.platform!=='win32')fs.chmodSync(dst,0o755);"
  • bundle-npm-binnode ./scripts/bundle-npm-bin.mjs
  • cleannode -e "import { existsSync, readdirSync, rmSync, statSync } from 'node:fs'; import { join } from 'node:path'; const d='dist'; if(!existsSync(d)) process.exit(0); for(const e of readdirSync(d)){ if(e==='npm-cli.mjs') continue; const p=join(d,e); try{ const st=statSync(p); if(st.isDirectory()) rmSync(p,{recursive:true,force:true}); else rmSync(p,{force:true}); } catch(err){ if(err&&typeof err==='object'&&'code' in err&&err.code!=='ENOENT') throw err; } }"
  • devnode --watch dist/npm-cli.mjs
  • megnode dist/npm-cli.mjs
  • postinstallnode ./scripts/postinstall.mjs
  • prepublishOnlynode ./scripts/bundle-npm-bin.mjs
  • startnode dist/npm-cli.mjs
  • testbun test
  • test:watchbun test --watch
  • typechecknpx tsc -p tsconfig.json --noEmit
Dependencies8
  • @cursor/sdk^1.0.13
  • @dqbd/tiktoken^1.0.22
  • @vscode/ripgrep^1.17.1
  • commander^12.1.0
  • diff^9.0.0
  • execa^9.3.0
  • picocolors^1.1.1
  • zod^3.23.8