PkgRadar

Package evidence

@treeseed/[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
2
First published
Jun 2026
Publisher
adrianwebb

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":["@treeseed/[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":["@treeseed/[email protected]"],"fail_on":"review"}'
Publisheradrianwebb
Artifact bytes62,842
Previous version0.1.1
Published2026-06-09T17:49:10.262Z
SHA-25646348c284aa9221d345efc7ae114e7e3e949964f1867f70cd5c53abe986a23f0

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

Scripts15
  • buildvite build && node ./scripts/copy-assets.mjs
  • checktsc --noEmit && astro check --root sandbox
  • devastro dev --root sandbox
  • prepacknpm run build
  • previewastro preview --root sandbox
  • release:check-tagnode ./scripts/assert-release-tag-version.mjs
  • release:publishnode ./scripts/publish-package.mjs
  • release:setupnpm ci
  • release:verifynode ./scripts/release-verify.mjs
  • testvitest run
  • test:allnpm run build && npm run test && npm run test:e2e
  • test:e2eplaywright test
  • test:unitvitest run tests/unit tests/component tests/package
  • verifynpm run verify:direct
  • verify:directnpm run release:verify
Dependencies12
  • @codemirror/lang-markdown^6.5.0
  • @codemirror/language^6.12.3
  • @codemirror/view^6.43.0
  • @lezer/highlight^1.2.3
  • @mdxeditor/editor^4.0.2
  • codemirror^6.0.2
  • rehype-stringify^10.0.1
  • remark-gfm^4.0.1
  • remark-parse^11.0.0
  • remark-rehype^11.1.2
  • unified^11.0.5
  • yaml^2.8.1