PkgRadar

Package evidence

@domstack/[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
bret

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":["@domstack/[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":["@domstack/[email protected]"],"fail_on":"review"}'
Publisherbret
Artifact bytes82,190
Previous versionnone
Published2026-06-07T16:09:17.799Z
SHA-2567673eb7830a5cec1411feb1063a39ad62d0ce7a97e2569c96ee8b6e7c1899f77

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildnpm run clean && run-p build:*
  • build:declarationtsc -p declaration.tsconfig.json
  • cleanrun-p clean:*
  • clean:declarations-librm -rf $(find lib -type f -name '*.d.ts*' ! -name '*-types.d.ts')
  • clean:declarations-toprm -rf $(find . -maxdepth 1 -type f -name '*.d.ts*')
  • postpublishnpm run clean
  • prepublishOnlyreleasearoni
  • testrun-s test:*
  • test:linteslint
  • test:node-testnode --test --experimental-test-coverage "--test-coverage-exclude=fixtures/**" "--test-coverage-exclude=*.test.js" "--test-coverage-exclude=**/*.test.js" --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=lcov.info --test-concurrency=1
  • test:tsctsc
  • versionreleasearoni version
Dependencies24
  • async-folder-walker^3.0.5
  • chokidar^4.0.0
  • cpx2^8.0.0
  • esbuild^0.27.1
  • fastify-plugin^5.0.0
  • fragtml^0.0.9
  • handlebars^4.7.8
  • js-yaml^4.1.0
  • markdown-it^14.1.0
  • markdown-it-abbr^2.0.0
  • markdown-it-anchor^9.0.1
  • markdown-it-attrs^4.1.6
  • markdown-it-deflist^3.0.0
  • markdown-it-emoji^3.0.0
  • markdown-it-footnote^4.0.0
  • markdown-it-highlightjs^4.1.0
  • markdown-it-ins^4.0.0
  • markdown-it-mark^4.0.0
  • markdown-it-sub^2.0.0
  • markdown-it-sup^2.0.0
  • markdown-it-table-of-contents^1.1.0
  • markdown-it-task-lists^2.1.1
  • p-map^7.0.2
  • pretty^2.0.0