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
- 3
- First published
- Oct 2022
- Publisher
- tobytailor
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":["@cubicleai/[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":["@cubicleai/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: install="twine install"
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 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | install="twine install" | 5 |
Manifest
Package metadata
Scripts28
buildtsc -bbuild:nativenode scripts/build-from-source.jsbuild:native:debugnpm run configure:debug && ncmake build --debug -j 12build:native:releasenpm run configure && ncmake build -j 12cleanncmake cleanconfigurencmake configureconfigure:debugncmake configure --debuginstalltwine installinstall-examplenode scripts/install-example.jslinteslint lib/*.js lib/**/*.js test/*.js test/**/*.js karma/*.js scripts/*.jspublish:binarytwine publishtestnpm run build && node --expose-gc --enable-source-maps dist/nodejs/test/test.jstest:browserscross-env BROWSER=chrome node scripts/karma.js && cross-env BROWSER=firefox node scripts/karma.jstest:cppnpm run build && node --expose-gc --enable-source-maps dist/nodejs/test/cpp-test.jstest:debugnpm run build && node --expose-gc --enable-source-maps --trace-exit --inspect-brk dist/nodejs/test/test.js --verbosetest:debug:nativenpm run build && node --expose-gc --enable-source-maps --trace-exit dist/nodejs/test/test.js --verbose --native-debugtest:electronelectron test/electrontest:gdbnpm run build && cd build/external/libwebrtc/build/Debug && gdb --args node ../../../../../dist/nodejs/test/test.jstest:gdb:verbosenpm run build && cd build/external/libwebrtc/build/Debug && gdb --args node ../../../../../dist/nodejs/test/test.js --verbosetest:verbosenpm run build && node --expose-gc --enable-source-maps --trace-exit dist/nodejs/test/test.js --verbosetest:vgdbnpm run build && cd build/external/libwebrtc/build/Debug && vgdb --args node ../../../../../dist/nodejs/test/test.jswpt:initgit submodule update --init --recursivewpt:resetrimraf ./web-platform-tests && npm run wpt:initwpt:testnpm run build && node dist/nodejs/test/web-platform-tests/run-wpts.jswpt:test:debugnpm run build && node --inspect-brk dist/nodejs/test/web-platform-tests/run-wpts.jswpt:test:debug:nativenpm run build && node dist/nodejs/test/web-platform-tests/run-wpts.js --native-debugwpt:test:gdbnpm run build && cd build/external/libwebrtc/build/Debug && gdb --args node ../../../../../dist/nodejs/test/web-platform-tests/run-wpts.jswpt:updategit submodule update --recursive --remote --force && cd web-platform-tests && python wpt.py manifest --path ../lib/nodejs/test/web-platform-tests/wpt-manifest.json
Dependencies5
@astronautlabs/twine^1.1.2bindings^1.5.0nan^2.3.2node-addon-api^5.0.0node-cmake2.3.2
Optional dependencies1
domexception^1.0.1