PkgRadar

Package evidence

@shbernal/[email protected]

Suspicious Publish Context: {"package_age_days":7,"publisher":"GitHub Actions","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"pptxgenjs"},"version_anomaly":true,"new_account":false}

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
1,044Niche · −30% score
Versions published
8
First published
Jun 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@shbernal/[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":["@shbernal/[email protected]"],"fail_on":"review"}'
Artifact bytes1,225,069
Previous version5.4.0
Published2026-06-14T21:15:58.069Z
SHA-256939a9e9de085db34ae23210cfd59be316acadd09dc303ee46bdb5ded27ce7eac

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":7,"publisher":"GitHub Actions","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"pptxgenjs"},"version_anomaly":true,"new_account":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":7,"publisher":"GitHub Actions","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"pptxgenjs"},"version_anomaly":true,"new_account":false}10

Manifest

Package metadata

Scripts43
  • buildtsdown
  • check-validatornode tools/ooxml-validator/check-updates.js
  • docs:apinode scripts/docs-api.mjs
  • docs:buildpnpm run docs:prepare && python3 scripts/docs-check.py && vitepress build docs
  • docs:checkpnpm run docs:api && python3 scripts/docs-check.py
  • docs:devpnpm run docs:prepare && vitepress dev docs
  • docs:initpython3 scripts/docs-init.py
  • docs:listpython3 scripts/docs-list.py
  • docs:llmsnode scripts/generate-llms-docs.mjs
  • docs:newpython3 scripts/docs-new.py
  • docs:preparepnpm run docs:api && pnpm run docs:llms
  • docs:previewvitepress preview docs
  • formatprettier package.json pnpm-workspace.yaml typedoc.docs.json tsconfig*.json docs/docs.json docs/tsconfig.json docs/.vitepress/config.mts eslint.config.mjs tsdown.config.ts "scripts/**/*.mjs" "test/**/*.mjs" "test/**/*.js" ".github/**/*.yml" --write
  • format:checkprettier package.json pnpm-workspace.yaml typedoc.docs.json tsconfig*.json docs/docs.json docs/tsconfig.json docs/.vitepress/config.mts eslint.config.mjs tsdown.config.ts "scripts/**/*.mjs" "test/**/*.mjs" "test/**/*.js" ".github/**/*.yml" --check
  • linteslint . --no-warn-ignored
  • lint:fixpnpm run lint -- --fix
  • pack:checkpnpm pack --dry-run --json
  • package:lintnode scripts/package-lint.mjs
  • prepackpnpm run build
  • preparelefthook install
  • startpnpm run watch
  • strict:checktsc -p tsconfig.strict.json --noEmit
  • strict:null:checktsc -p tsconfig.strict-null.json --noEmit
  • testpnpm run build && vitest run test/regression test/schema-validation.test.mjs
  • test:coveragepnpm run build && vitest run --coverage test/regression
  • test:demo:nodenode scripts/demo-smoke.mjs node
  • test:demo:vitenode scripts/demo-smoke.mjs vite
  • test:demosnode scripts/demo-smoke.mjs
  • test:packagenode scripts/package-smoke.mjs
  • test:readpnpm run build && vitest run test/read
  • …and 13 more.
Dependencies3
  • @xmldom/xmldom^0.9.10
  • fast-xml-parser^5.8.0
  • jszip^3.10.1