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.
- Weekly downloads
- 865
- Versions published
- 41
- First published
- Mar 2026
- Publisher
- alchemy_lab
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
Scripts9
buildnpm run build:devbuild:analyzeANALYZE=true webpack --mode=productionbuild:devtsc -p tsconfig.json && chmod +x dist-dev/*.jsbuild:prodnpm run build:dev && webpack --mode=production && chmod +x dist/*.js && npm run copy:pluginscopy:pluginsmkdir -p dist/plugins/hooks/lib && cp dist-dev/plugins/hooks/plugin.js dist/plugins/hooks/ && cp dist-dev/plugins/hooks/lib/*.js dist/plugins/hooks/lib/ && cp dist-dev/plugins/inject-session.js dist/plugins/ && cp dist-dev/plugins/system-logger.js dist/plugins/dev:watchtsc -p tsconfig.json --watchprepublishOnlynpm run build:prodtestnpm run build:dev && mocha --require ts-node/register test/**/*.test.tstest:watchmocha --require ts-node/register test/**/*.test.ts --watch --watch-files src/**/*.ts,test/**/*.ts
Dependencies11
@modelcontextprotocol/sdk^1.7.0alchemylab-opencode^1.0.17chalk^4.1.2cors^2.8.5express^4.18.2micromatch^4.0.5simple-git^3.19.0winston^3.8.2ws^8.14.2zod^3.22.4zod-to-json-schema^3.22.3