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
- 261
- Versions published
- 43Mature · −50% score
- First published
- Feb 2025
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@bldrs-ai/[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":["@bldrs-ai/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Obfuscation Density: high encoded/escaped-token density
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 30 · status changed
Evidence
Static findings
10 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/compiled/src/step/parsing/step_string_parser.js | high encoded/escaped-token density | 12 |
| medium | Large Javascript Payload | package/compiled/examples/browser-bundled.cjs | 2569611 bytes | 10 |
| medium | Large Javascript Payload | package/compiled/examples/cli-bundled.cjs | 5511801 bytes | 10 |
| medium | Large Javascript Payload | package/compiled/examples/validator-bundled.cjs | 2568949 bytes | 10 |
| medium | Large Javascript Payload | package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js | 2233165 bytes | 10 |
| medium | Large Javascript Payload | package/compiled/Dist/ConwayGeomWasmNode.js | 2233165 bytes | 10 |
| medium | Large Javascript Payload | package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNodeMT.js | 2263191 bytes | 10 |
| medium | Large Javascript Payload | package/compiled/Dist/ConwayGeomWasmNodeMT.js | 2263191 bytes | 10 |
| medium | Large Javascript Payload | package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js | 2223381 bytes | 10 |
| medium | Large Javascript Payload | package/compiled/Dist/ConwayGeomWasmWeb.js | 2223381 bytes | 10 |
Manifest
Package metadata
Scripts83
browsernode ./compiled/examples/browser-bundled.cjsbuildyarn clean && yarn update-version && yarn build-all-release-node && yarn build-all-release-node-MT && yarn build-all-release-web && yarn build-all-release-web-MT && yarn bundle-examplesbuild-GHA-MTyarn run build-GHA-base ConwayGeomWasmNodeMTbuild-GHA-allyarn run build-GHA-base ConwayGeomWasmNode ConwayGeomWasmNodeMT ConwayGeomWasmWeb ConwayGeomWasmWebMT && yarn bumpMinorbuild-GHA-basescripts/build-gha.shbuild-MTyarn clean && yarn update-version && yarn build-all-release-node-MT && yarn build-all-release-web-MTbuild-all-profile-nodeyarn build-profile-conway_geom-node && yarn build-incrementalbuild-all-profile-webyarn build-profile-conway_geom-web && yarn build-incrementalbuild-all-release-nodeyarn build-conway_geom-node && yarn build-incrementalbuild-all-release-node-MTyarn build-conway_geom-node-MT && yarn build-incrementalbuild-all-release-webyarn build-conway_geom-web && yarn build-incrementalbuild-all-release-web-MTyarn build-conway_geom-web-MT && yarn build-incrementalbuild-and-serveyarn build-incremental && yarn build-conway_geom-web && yarn build-conway_geom-web-MT && yarn servebuild-codex-MTyarn run build-codex-base ConwayGeomWasmNodeMTbuild-codex-allyarn run build-codex-base ConwayGeomWasmNode ConwayGeomWasmNodeMT ConwayGeomWasmWeb ConwayGeomWasmWebMT && yarn bumpMinorbuild-codex-basescripts/build-codex.shbuild-conway_geom-noderun-script-osbuild-conway_geom-node-MTrun-script-osbuild-conway_geom-node-MT:darwincd ./dependencies/conway-geom/ && ./build_osx.sh release wasmNodeMT && mkdir -p Dist && cp ./bin/release/* Dist/ && cp ConwayGeomWasm.d.ts Dist/ && mkdir -p ../../compiled/dependencies/conway-geom/Dist && cp ./bin/release/* ../../compiled/dependencies/conway-geom/Distbuild-conway_geom-node-MT:defaultcd ./dependencies/conway-geom/ && ./build_osx.sh release wasmNodeMT && mkdir -p Dist && cp ./bin/release/* Dist/ && cp ConwayGeomWasm.d.ts Dist/ && mkdir -p ../../compiled/dependencies/conway-geom/Dist && cp ./bin/release/* ../../compiled/dependencies/conway-geom/Distbuild-conway_geom-node-MT:win32cd .\dependencies\conway-geom\ && call .\build_win.bat release wasmNodeMT && (if not exist Dist (mkdir Dist)) && xcopy .\bin\release\* Dist\ /Y/r && copy /Y ConwayGeomWasm.d.ts Dist\ && (if not exist ..\..\compiled\dependencies\conway-geom\Dist (mkdir ..\..\compiled\dependencies\conway-geom\Dist)) && xcopy .\bin\release\* ..\..\compiled\dependencies\conway-geom\Dist\ /Y/rbuild-conway_geom-node:darwincd ./dependencies/conway-geom/ && ./build_osx.sh release wasmNode && mkdir -p Dist && cp ./bin/release/* Dist/ && cp ConwayGeomWasm.d.ts Dist/ && mkdir -p ../../compiled/dependencies/conway-geom/Dist && cp ./bin/release/* ../../compiled/dependencies/conway-geom/Distbuild-conway_geom-node:defaultcd ./dependencies/conway-geom/ && ./build_osx.sh release wasmNode && mkdir -p Dist && cp ./bin/release/* Dist/ && cp ConwayGeomWasm.d.ts Dist/ && mkdir -p ../../compiled/dependencies/conway-geom/Dist && cp ./bin/release/* ../../compiled/dependencies/conway-geom/Distbuild-conway_geom-node:win32cd .\dependencies\conway-geom\ && call .\build_win.bat release wasmNode && (if not exist Dist (mkdir Dist)) && xcopy .\bin\release\* Dist\ /Y/r && copy /Y ConwayGeomWasm.d.ts Dist\ && (if not exist ..\..\compiled\dependencies\conway-geom\Dist (mkdir ..\..\compiled\dependencies\conway-geom\Dist)) && xcopy .\bin\release\* ..\..\compiled\dependencies\conway-geom\Dist\ /Y/rbuild-conway_geom-webrun-script-osbuild-conway_geom-web-MTrun-script-osbuild-conway_geom-web-MT:darwincd ./dependencies/conway-geom/ && ./build_osx.sh release wasmWebMT && mkdir -p Dist && cp ./bin/release/* Dist/ && cp ConwayGeomWasm.d.ts Dist/ && mkdir -p ../../compiled/dependencies/conway-geom/Dist && cp ./bin/release/* ../../compiled/dependencies/conway-geom/Distbuild-conway_geom-web-MT:defaultcd ./dependencies/conway-geom/ && ./build_osx.sh release wasmWebMT && mkdir -p Dist && cp ./bin/release/* Dist/ && cp ConwayGeomWasm.d.ts Dist/ && mkdir -p ../../compiled/dependencies/conway-geom/Dist && cp ./bin/release/* ../../compiled/dependencies/conway-geom/Distbuild-conway_geom-web-MT:win32cd .\dependencies\conway-geom\ && call .\build_win.bat release wasmWebMT && (if not exist Dist (mkdir Dist)) && xcopy .\bin\release\* Dist\ /Y/r && copy /Y ConwayGeomWasm.d.ts Dist\ && (if not exist ..\..\compiled\dependencies\conway-geom\Dist (mkdir ..\..\compiled\dependencies\conway-geom\Dist)) && xcopy .\bin\release\* ..\..\compiled\dependencies\conway-geom\Dist\ /Y/rbuild-conway_geom-web:darwincd ./dependencies/conway-geom/ && ./build_osx.sh release wasmWeb && mkdir -p Dist && cp ./bin/release/* Dist/ && cp ConwayGeomWasm.d.ts Dist/ && mkdir -p ../../compiled/dependencies/conway-geom/Dist && cp ./bin/release/* ../../compiled/dependencies/conway-geom/Dist- …and 53 more.
Dependencies3
seedrandom3.0.5three^0.173.0yargs17.7.1