PkgRadar

Package evidence

@reportforge/[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.

Weekly downloads
409
Versions published
5
First published
May 2026
Publisher
muralidharan92

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":["@reportforge/[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":["@reportforge/[email protected]"],"fail_on":"review"}'
Artifact bytes689,672
Previous version0.2.1
Published2026-06-06T17:15:26.666Z
SHA-25623826f221a4b9812808623598c8617197431c3265d8524d730176ae9eeaeec76

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

Scripts19
  • buildtsup && npm run copy-templates
  • bundle-chartjstsx scripts/build/bundle-chartjs.ts
  • bundle-fontstsx scripts/build/bundle-fonts.ts
  • bundle-pubkeytsx scripts/build/bundle-license-pubkey.ts
  • check:docstsx scripts/docs/sync-docs.ts --check
  • copy-templatesnode -e "const fs=require('fs');const path=require('path');fs.cpSync('src/templates',path.join('dist','templates'),{recursive:true,filter:p=>!p.endsWith('.ts')});"
  • devtsup --watch
  • docs:gentsx scripts/docs/sync-docs.ts --write
  • generate-licensetsx scripts/generate-license.ts
  • linteslint src tests --ext .ts
  • prebuildnpm run bundle-chartjs && npm run bundle-fonts && npm run bundle-pubkey && npm run precompile-templates
  • precompile-templatestsx scripts/build/precompile-templates.ts
  • prepublishOnlynpm run typecheck && npm run test && npm run build
  • snapshot-pngtsx scripts/snapshot-png.ts
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integrationvitest run --config vitest.integration.config.ts
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies6
  • chrome-finder^1.0.7
  • framer-motion^12.40.0
  • glob^13.0.6
  • handlebars^4.7.8
  • sharp^0.34.5
  • zod^3.23.8