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
29
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 bytes13,045
Previous version0.2.4
Published2026-06-10T13:03:33.094Z
SHA-2567a731404a928e6ff6aa8807c85bb6b764f63307ee9fc79a9f0393cf771759df5

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

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