PkgRadar

Package evidence

@reportforge/[email protected]

Credential file access: matched ".azure"

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
1
First published
May 2026
Publisher
muralidharan92

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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 bytes679,584
Previous versionnone
Published2026-05-26T06:15:06.335Z
SHA-256af3ae79faa73bb356e4568005fdff437ef8878b0d1355174fa15f21ddeec7ec3

Why flagged

What the scanner saw

Credential file access: matched ".azure"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".azure"5
lowCredential file accesspackage/dist/index.mjsmatched ".azure"5

Manifest

Package metadata

Scripts17
  • 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
  • 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
  • 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