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
- f3rnox
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 -p tsconfig.jsondevNODE_ENV=development NODE_PATH=./src ts-node src/cli.tsformatprettier --write .format:checkprettier --check .lintpnpm lint:markdownlint && pnpm lint:eslint && pnpm lint:tsclint:eslinteslint package.json src/**/*lint:eslint:fixeslint package.json src/**/*lint:fixpnpm lint:markdownlint:fix && pnpm lint:eslint:fix && pnpm lint:tsclint:markdownlintmarkdownlint README.mdlint:markdownlint:fixmarkdownlint --fix README.mdlint:tsctsc --noEmit -p tsconfig.jsonpreparehuskyprepare-releasepnpm format:check && pnpm lint && pnpm test && pnpm buildprepublishOnlypnpm build && node -e "require('node:fs').accessSync('dist/cli.js')"releasepnpm prepare-release && pnpm update-version && git push --follow-tags originstartnode dist/cli.jstestNODE_PATH=./src NODE_ENV=test FORCE_COLOR=1 vitest runtest:coverageNODE_PATH=./src NODE_ENV=test FORCE_COLOR=1 vitest run --coveragetest:watchNODE_PATH=./src NODE_ENV=test FORCE_COLOR=1 vitestupdate-depsupdates -u -gupdate-versionstandard-versionverify-packnode -e "const{execSync}=require('node:child_process');const o=execSync('npm pack --dry-run 2>&1',{encoding:'utf8',shell:true});if(!o.includes('dist/cli.js'))throw new Error('dist/cli.js missing from npm pack output')"
Dependencies16
colors^1.4.0consonant^0.0.2date-fns^4.1.0format-duration^3.0.2humanize-duration^3.33.2lodash^4.18.1open^11.0.0p-iteration^1.1.8s-ago^2.2.0signale^1.4.0simple-update-notifier^2.0.0strip-ansi^7.2.0time-speak^1.9.0tslib^2.8.1weekday^3.0.1yargs^18.0.0