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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="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.mjscleannode -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.mjsmegnode dist/npm-cli.mjspostinstallnode ./scripts/postinstall.mjsprepublishOnlynode ./scripts/bundle-npm-bin.mjsstartnode dist/npm-cli.mjstestbun testtest:watchbun test --watchtypechecknpx tsc -p tsconfig.json --noEmit
Dependencies8
@cursor/sdk^1.0.13@dqbd/tiktoken^1.0.22@vscode/ripgrep^1.17.1commander^12.1.0diff^9.0.0execa^9.3.0picocolors^1.1.1zod^3.23.8