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
- 14
- First published
- Apr 2026
- Publisher
- mikemikula
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":["@mikemikula/[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":["@mikemikula/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "curl "
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 22 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/commands/install.js | matched "curl " | 12 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/commands/install.js | matched "curl " | 12 |
| low | Credential file access | package/dist/constants.js | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.js" | 5 |
Manifest
Package metadata
Scripts24
buildtsc -p tsconfig.build.json && chmod +x dist/cli.js && pnpm run build:webbuild:webcd web && pnpm run buildconfiguretsx src/cli.ts configuredevtsx src/cli.ts ui --dev & API_PID=$!; cd web && pnpm run dev; kill $API_PID 2>/dev/nulldev:apitsx src/cli.ts ui --devdev:webcd web && pnpm run devdoctortsx src/cli.ts doctorgenerate-contexttsx src/cli.ts generate-contexthardentsx src/cli.ts hardeninstall-toolstsx src/cli.ts installlintbiome check srclint:fixbiome check --write srcmigratetsx src/cli.ts migratepostinstallnode scripts/postinstall.jspreparelefthook installprepublishOnlypnpm run build && pnpm run publish-guardpublish-guardtsx src/cli.ts publish-guardreleasetsx scripts/release.tssetuptsx src/cli.ts setupsetup:checktsx src/cli.ts setup --dry-runsnapshottsx src/cli.ts snapshottestvitest runtest:watchvitesttypechecktsc --noEmit
Dependencies3
@inquirer/prompts^8.4.2execa^9.6.0yaml^2.8.3