PkgRadar

Package evidence

[email protected]

no findings

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"}'
Publisherpilafmon
Artifact bytes5,976
Previous version1.3.4
Published2026-02-28T05:33:15.223Z
SHA-256ddf90a8f7165e1cefe7510cb0c3a2a1fb3edc6f05431488e202e0f9a1d25ecb4

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.3.5Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • devtsc && add-dist-header build dist && mocha spec/*.spec.js --grep serial
  • pretestnpm-run-all step:*
  • sleepnode --eval 'setTimeout(() => {}, 500)'
  • step:01rimraf build dist spec/target
  • step:02jshint . --exclude-path .gitignore
  • step:03eslint --max-warnings 0
  • step:10tsc
  • step:20add-dist-header build dist
  • testmocha spec/*.spec.js --timeout 7000
Dependencies3
  • chalk~5.6
  • cli-argv-util~1.5
  • fancy-log~2.0