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
- 5
- First published
- May 2026
- Publisher
- macieju-opera
Recommended action
Looks clean — keep monitoringNo 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":["[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":["[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts22
buildtsc && node --experimental-strip-types --no-warnings=ExperimentalWarning scripts/post-build.tsbundlenpm run clean && npm run build && rollup -c rollup.config.mjs && node -e "require('fs').rmSync('build/node_modules', {recursive: true, force: true})" && node --experimental-strip-types scripts/append-lighthouse-notices.tscheck-formateslint --cache . && prettier --check --cache .;cleannode -e "require('fs').rmSync('build', {recursive: true, force: true})"cli:generatenode --experimental-strip-types scripts/generate-cli.tscount-tokensnode --experimental-strip-types scripts/count_tokens.tsdocs:generatenode --experimental-strip-types scripts/generate-docs.tsevalnpm run build && node --experimental-strip-types scripts/eval_gemini.tsformateslint --cache --fix . && prettier --write --cache .gennpm run build && npm run docs:generate && npm run cli:generate && npm run update-tool-call-metrics && npm run formatpreparenode --experimental-strip-types scripts/prepare.tsstartnpm run build && node build/src/bin/chrome-devtools-mcp.jsstart-debugDEBUG=mcp:* DEBUG_COLORS=false npm run build && node build/src/bin/chrome-devtools-mcp.jstestnpm run build && node scripts/test.mjstest:no-buildnode scripts/test.mjstest:onlynpm run build && node scripts/test.mjs --test-onlytest:update-snapshotsnpm run build && node scripts/test.mjs --test-update-snapshotstypechecktsc --noEmitupdate-lighthousenode --experimental-strip-types scripts/update-lighthouse.tsupdate-tool-call-metricsnode --experimental-strip-types scripts/update_tool_call_metrics.tsverify-npm-packagenode scripts/verify-npm-package.mjsverify-server-json-versionnode --experimental-strip-types scripts/verify-server-json-version.ts