PkgRadar

Package evidence

@diagrammo/[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
30
First published
Mar 2026
Publisher
demian0311

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":["@diagrammo/[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":["@diagrammo/[email protected]"],"fail_on":"review"}'
Publisherdemian0311
Artifact bytes32,169
Previous version0.2.5
Published2026-06-13T13:05:51.691Z
SHA-256a52bc01707390da7e3b304c35fbd40f92eb3a47fcf5ec2cbb639700ff4b27d1b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildtsup src/index.ts src/suggest/scoring.ts --format cjs,esm --dts
  • bundlebash scripts/bundle.sh
  • check:allpnpm check:deadcode && pnpm check:duplication && pnpm check:deps && pnpm test
  • check:deadcodeknip
  • check:depsdepcheck --ignores='jsdom,@anthropic-ai/mcpb'
  • check:duplicationjscpd ./src
  • devtsup src/index.ts src/suggest/scoring.ts --format cjs,esm --dts --watch
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • preparegit config core.hooksPath .githooks 2>/dev/null || true
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • @diagrammo/dgmo^0.29.0
  • @modelcontextprotocol/sdk^1.29.0
  • @resvg/resvg-js^2.6.2
  • jsdom^29.1.1
  • zod^3.25.76