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 monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts28
buildtsup && node scripts/copy-assets.mjsbuild:dxtnode scripts/build-dxt.mjsbuild:dxt:checknode scripts/build-dxt.mjs --checkbuild:mcpbnode scripts/build-dxt.mjscomplexityeslint --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/AbletonMinddeps:graphdepcruise --config .dependency-cruiser.cjs --output-type dot src | dot -T svg > docs/dependency-graph.svgdeps:validatedepcruise --config .dependency-cruiser.cjs src tests scriptsdevtsup --watchdocs:buildvitepress build docsdocs:devvitepress dev docsdocs:previewvitepress preview docsextract:devicesnode scripts/extract-device-schemas.mjsformatbiome format --write src testsinstall:remote-scriptnode scripts/install-remote-script.mjslintbiome check src testslint:fixbiome check --write src testslint:pyuvx ruff check live/AbletonMindlint:py:fixuvx ruff check live/AbletonMind --fix-onlyprepublishOnlynpm 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=devstartnode dist/index.jstestvitest runtest:bridgepython3 -m unittest discover -s live/AbletonMind/tests -t live -vtest:watchvitesttypechecktsc --noEmitvalidate:recipesvitest run tests/phase5-6-recipes.test.tsversionnode scripts/sync-manifest-version.mjs && git add dxt/manifest.json server.json safeskill.manifest.json
Dependencies2
@modelcontextprotocol/sdk^1.0.4zod^3.23.8