PkgRadar

Package evidence

[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
dpantani

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherdpantani
Artifact bytes275,392
Previous version0.1.0
Published2026-06-11T09:00:49.697Z
SHA-256326b3b091acb5e251c646dbc0316ed02da2e5c355fa05a5496c048775d214a86

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

Scripts28
  • buildtsup && node scripts/copy-assets.mjs
  • build:dxtnode scripts/build-dxt.mjs
  • build:dxt:checknode scripts/build-dxt.mjs --check
  • build:mcpbnode scripts/build-dxt.mjs
  • complexityeslint --config eslint.config.js "src/**/*.{ts,tsx}" "tests/**/*.{ts,tsx}" "scripts/**/*.{js,mjs,cjs,ts}"
  • complexity:alleslint --config eslint.config.js --rule "{\"complexity\":[\"warn\",1]}" "src/**/*.{ts,tsx}" "tests/**/*.{ts,tsx}" "scripts/**/*.{js,mjs,cjs,ts}"
  • complexity:pyruff check --select C901 --statistics live/AbletonMind
  • deps:graphdepcruise --config .dependency-cruiser.cjs --output-type dot src | dot -T svg > docs/dependency-graph.svg
  • deps:validatedepcruise --config .dependency-cruiser.cjs src tests scripts
  • devtsup --watch
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • extract:devicesnode scripts/extract-device-schemas.mjs
  • formatbiome format --write src tests
  • install:remote-scriptnode scripts/install-remote-script.mjs
  • lintbiome check src tests
  • lint:fixbiome check --write src tests
  • lint:pyuvx ruff check live/AbletonMind
  • lint:py:fixuvx ruff check live/AbletonMind --fix-only
  • prepublishOnlynpm run typecheck && npm run lint && npm run test && npm run test:bridge && npm run docs:build && npm run build && npm run build:dxt:check && npm audit --omit=dev
  • startnode dist/index.js
  • testvitest run
  • test:bridgepython3 -m unittest discover -s live/AbletonMind/tests -t live -v
  • test:watchvitest
  • typechecktsc --noEmit
  • validate:recipesvitest run tests/phase5-6-recipes.test.ts
  • versionnode scripts/sync-manifest-version.mjs && git add dxt/manifest.json server.json safeskill.manifest.json
Dependencies2
  • @modelcontextprotocol/sdk^1.0.4
  • zod^3.23.8