PkgRadar

Package evidence

@epilot/[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
3
First published
Sep 2025
Publisher
julian.maurer

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":["@epilot/[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":["@epilot/[email protected]"],"fail_on":"review"}'
Publisherjulian.maurer
Artifact bytes39,393
Previous version2025.1.0
Published2025-11-06T12:38:44.818Z
SHA-25672bc8c270c0d07ff9e2842f60c4a472de63c1e494a549ab3ca5120167ae617b9

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
2025.1.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

Scripts11
  • buildpnpm run clean && tsc && pnpm run bundle-definition
  • bundle-definitionnode esbuild.config.js
  • cleanrimraf dist coverage
  • gen-docsrm -rf docs && typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts && echo '{ "label": "Switching Deadlines Library", "position": 0 }' > docs/_category_.json
  • linteslint src --ext js,ts,tsx --cache --color
  • lint:fixeslint src --ext js,ts,tsx --cache --color --fix
  • testvitest run --coverage
  • test:uivitest --ui
  • test:watchvitest --coverage
  • typechecktsc --noEmit
  • typecheck:watchtsc --noEmit --watch
Dependencies2
  • date-easter^1.0.3
  • date-fns^4.1.0