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
- 60
- Versions published
- 14
- First published
- Mar 2026
- Publisher
- pierre_oucif
Recommended action
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
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":["@heal-dev/[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":["@heal-dev/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_ACCESS_KEY"
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 review · score 13 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/infrastructure/code-execution-adapter/codeExecutionWorker.cjs | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/bundles/public-cli.bundle.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/package.json | matched ".npmrc" | 3 |
Manifest
Package metadata
Scripts25
buildnpm run build-lib-browser && tsc && npm run copy-resources && npm run make-cli-executablebuild-lib-browsernode src/infrastructure/lib-browser-adapter/build-browser-bundle.jsbuild:publicOBFUSCATE_BROWSER_BUNDLE=1 npm run build && node validate-reserved-strings.js && node build-full-bundle.js && node prepare-public-package.js && cp PUBLIC_README.md README.mdbuild:public-ideOBFUSCATE_BROWSER_BUNDLE=1 npm run build && node validate-reserved-strings.js && node build-ide-extension-bundle.js && node prepare-public-ide-package.js && cp PUBLIC_README.md README.mdbuild:with-mock-sdknpm run build && npm run type-check:mock-sdkcopy-resourcesnode copy-resources.jsformatprettier --write .format:checkprettier --check .linteslint .lint:fixeslint . --fixmake-cli-executablechmod +x dist/bootstrap/cli/cli.jspack:publicnpm run build:public && npm pack --ignore-scripts && git checkout package.json README.mdpack:public-idenpm run build:public-ide && npm pack --ignore-scripts && git checkout package.json README.mdpostpacknpm linkprepacknpm run buildpreparehusky || trueprepublishOnlynpm run buildpublish:npmnpm run build:public && echo '@heal-dev:registry=https://registry.npmjs.org' > .npmrc && npm publish --access public --ignore-scripts --tag latest; git checkout .npmrc package.json README.mdtestnpm run build:with-mock-sdk && vitesttest:setupabilityvitest -c vitest.setupability.config.ts --test:timesnode scripts/vitest/compute-test-execution-times.jstype-checktsc --noEmit -p tsconfig.test.jsontype-check:mock-sdktsc -p tests/bootstrap/e2e/mock-sdk/tsconfig.json --noEmittype-check:srctsc --noEmitvalidate:obfuscatornode validate-reserved-strings.js
Dependencies49
@aws-sdk/client-s3^3.1000.0@aws-sdk/client-sqs^3.1000.0@jimp/core^1.6.0@jimp/file-ops^1.6.0@jimp/utils^1.6.0@langchain/anthropic1.3.19@langchain/core1.1.27@langchain/openai1.2.9@logtail/pino^0.5.7@modelcontextprotocol/sdk^1.29.0@mozilla/readability^0.6.0@types/yauzl^2.10.3@vscode/ripgrep^1.17.0axe-core^4.10.3cli-highlight^2.1.11commander^14.0.2consola^3.4.2diff^8.0.3dotenv^17.2.3esbuild^0.27.1eslint^9.39.0eslint-config-prettier^10.1.8fast-glob^3.3.3gpt-tokenizer^2.9.0jimp^1.6.0jsdom^25.0.1langfuse^3.38.6linkedom^0.18.12mailinator-client^1.0.6mailslurp-client^15.21.0- …and 19 more.
Optional dependencies2
bufferutil^4.0.8utf-8-validate^6.0.4