PkgRadar

Package evidence

[email protected]

no findings

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
13
First published
Apr 2026
Publisher
f3rnox

Recommended action

Looks clean — keep monitoring

No 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"}'
Publisherf3rnox
Artifact bytes96,960
Previous version1.55.0
Published2026-05-28T18:13:44.574Z
SHA-256374b76afe935d0a9bfb10ede28280e1152e3d014fda60a9b13329234ec46449f

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

low
Last checked
lowRisk
0Score
1.55.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts22
  • buildtsc -p tsconfig.json
  • devNODE_ENV=development NODE_PATH=./src ts-node src/cli.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • lintpnpm lint:markdownlint && pnpm lint:eslint && pnpm lint:tsc
  • lint:eslinteslint package.json src/**/*
  • lint:eslint:fixeslint package.json src/**/*
  • lint:fixpnpm lint:markdownlint:fix && pnpm lint:eslint:fix && pnpm lint:tsc
  • lint:markdownlintmarkdownlint README.md
  • lint:markdownlint:fixmarkdownlint --fix README.md
  • lint:tsctsc --noEmit -p tsconfig.json
  • preparehusky
  • prepare-releasepnpm format:check && pnpm lint && pnpm test && pnpm build
  • prepublishOnlypnpm build && node -e "require('node:fs').accessSync('dist/cli.js')"
  • releasepnpm prepare-release && pnpm update-version && git push --follow-tags origin
  • startnode dist/cli.js
  • testNODE_PATH=./src NODE_ENV=test FORCE_COLOR=1 vitest run
  • test:coverageNODE_PATH=./src NODE_ENV=test FORCE_COLOR=1 vitest run --coverage
  • test:watchNODE_PATH=./src NODE_ENV=test FORCE_COLOR=1 vitest
  • update-depsupdates -u -g
  • update-versionstandard-version
  • verify-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.0
  • consonant^0.0.2
  • date-fns^4.1.0
  • format-duration^3.0.2
  • humanize-duration^3.33.2
  • lodash^4.18.1
  • open^11.0.0
  • p-iteration^1.1.8
  • s-ago^2.2.0
  • signale^1.4.0
  • simple-update-notifier^2.0.0
  • strip-ansi^7.2.0
  • time-speak^1.9.0
  • tslib^2.8.1
  • weekday^3.0.1
  • yargs^18.0.0