Package evidence
@devaloop/[email protected]
Install Lifecycle Remote Or Exec: postinstall="node -e \"try { require('./out-tsc/scripts/postinstall.js') } catch (e) { console.warn('⚠\u{fe0f} Skipping postinstall:', e.message) }\""
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
- 242
- Versions published
- 33Established · −30% score
- First published
- Jun 2025
- Publisher
- dcmate
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@devaloop/[email protected]"],"fail_on":"high"}'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":["@devaloop/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install Lifecycle Remote Or Exec: postinstall="node -e \"try { require('./out-tsc/scripts/postinstall.js') } catch (e) { console.warn('⚠\u{fe0f} Skipping postinstall:', e.message) }\""
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 high · score 24 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"try { require('./out-tsc/scripts/postinstall.js') } catch (e) { console.warn('⚠\u{fe0f} Skipping postinstall:', e.message) }\"" | 30 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"try { require('./out-tsc/scripts/postinstall.js') } catch (e) { console.warn('⚠\u{fe0f} Skipping postinstall:', e.message) }\"" | 30 |
| low | Install-time lifecycle script | package.json | postinstall="node -e \"try { require('./out-tsc/scripts/postinstall.js') } catch (e) { console.warn('⚠\u{fe0f} Skipping postinstall:', e.message) }\"" | 5 |
Manifest
Package metadata
Scripts24
buildnpm run ts:build && npm run rust:buildbuild:allnpm run rust:wasm:all && npm run ts:buildbuild:releasenpm run build:all && npm run rust:build:clicleancargo clean && npm run ts:cleanpostinstallnode -e "try { require('./out-tsc/scripts/postinstall.js') } catch (e) { console.warn('⚠️ Skipping postinstall:', e.message) }"preparenpm run ts:buildrust:buildcargo build --lib --releaserust:build:clicargo build --features cli --releaserust:checkcargo check --librust:fmtcargo fmtrust:testcargo testrust:wasm:allnpm run rust:wasm:web && npm run rust:wasm:noderust:wasm:nodewasm-pack build --target nodejs --out-dir pkg/node --no-default-features --features wasmrust:wasm:webwasm-pack build --target web --out-dir pkg/web --no-default-features --features wasmtestnpm run rust:testtest:examplescargo run --features cli -- check --entry examples/ts:buildtscts:cleanrimraf out-tscts:watchtsc --watchtypes:buildtsc --emitDeclarationOnlytypes:wasmnpm run rust:wasm:node && node out-tsc/scripts/copy-wasm-dts.jsversion:bumptsx src/typescript/scripts/version/index.ts bumpversion:fetchtsx src/typescript/scripts/version/index.ts fetchversion:synctsx src/typescript/scripts/version/index.ts sync