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 bytes73,801
Previous version0.0.1
Published2026-06-01T19:51:51.618Z
SHA-256c7a0342375715ae35fa5275bbeae4e4d5c8832fd2c2d4da83ce1dd560c130c65

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

Scripts19
  • buildnpm run clean && run-p build:*
  • build:clientesbuild lib/client/index.ts --bundle --platform=browser --target=es2020 --format=iife --global-name=BrowserSyncClient --minify --outfile=lib/client/dist/browser-sync-client.js
  • build:declarationtsc -p declaration.tsconfig.json
  • build:ui-cssesbuild lib/ui/app/styles/index.css --bundle --minify --outfile=lib/ui/public/app.css
  • build:ui-jsesbuild lib/ui/client.ts --bundle --platform=browser --target=es2020 --format=esm --minify --outfile=lib/ui/public/app.js
  • cleanrun-p clean:*
  • clean:declarations-librm -rf $(find lib -type f -name '*.d.ts*' ! -path 'lib/ui/htmx-types.d.ts')
  • clean:declarations-toprm -rf $(find . -maxdepth 1 -type f -name '*.d.ts*')
  • clean:js-librm -rf $(find lib -type f -name '*.js' ! -path 'lib/client/dist/*' ! -path 'lib/ui/public/*')
  • clean:js-toprm -rf $(find . -maxdepth 1 -type f -name '*.js' ! -name '*.config.js')
  • postpublishnpm run clean
  • prepacknpm run build
  • prepublishOnlyreleasearoni
  • testrun-s test:*
  • test:linteslint .
  • test:node-testnode --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=lcov.info --test-timeout=10000 --test
  • test:playwrightnpm run build && playwright test --timeout=10000
  • test:tsctsc
  • versionreleasearoni version
Dependencies14
  • @fastify/cors^10.0.0
  • @fastify/formbody^8.0.2
  • @fastify/middie^9.3.2
  • @fastify/static^8.0.0
  • argsclopts^1.0.5
  • chokidar^4.0.0
  • fastify^5.0.0
  • fastify-fragtml^0.0.3
  • fragtml^0.0.9
  • htmx.org^4.0.0-beta4
  • picomatch^4.0.0
  • pino^9.0.0
  • pino-pretty^13.0.0
  • ws^8.0.0