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
42
First published
Mar 2026
Publisher
alchemy_lab

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"}'
Publisheralchemy_lab
Artifact bytes936,964
Previous version1.4.13
Published2026-06-04T14:41:40.981Z
SHA-25606599dc73387daa0a515ab0d57cbbf50c1ff8a9593ce128702efd070164549eb

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildnpm run build:dev
  • build:analyzeANALYZE=true webpack --mode=production
  • build:devtsc -p tsconfig.json && chmod +x dist-dev/*.js
  • build:prodnpm run build:dev && webpack --mode=production && chmod +x dist/*.js && npm run copy:plugins
  • copy: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 --watch
  • prepublishOnlynpm run build:prod
  • testnpm run build:dev && mocha --require ts-node/register test/**/*.test.ts
  • test:watchmocha --require ts-node/register test/**/*.test.ts --watch --watch-files src/**/*.ts,test/**/*.ts
Dependencies11
  • @modelcontextprotocol/sdk^1.7.0
  • alchemylab-opencode^1.0.17
  • chalk^4.1.2
  • cors^2.8.5
  • express^4.18.2
  • micromatch^4.0.5
  • simple-git^3.19.0
  • winston^3.8.2
  • ws^8.14.2
  • zod^3.22.4
  • zod-to-json-schema^3.22.3