PkgRadar

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
32Established · −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 update

Static 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"}'
Publisherdcmate
Artifact bytes28,916
Previous version0.1.8
Published2026-05-27T16:53:58.707Z
SHA-2562a1e1a1adfe7bb04b71126d992357d7336ab580deea752232cd0e7877331fadc

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

high
Last checked
highRisk
24Score
0.1.9Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="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)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try { require('./out-tsc/scripts/postinstall.js') } catch (e) { console.warn('⚠\u{fe0f} Skipping postinstall:', e.message) }\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="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:build
  • build:allnpm run rust:wasm:all && npm run ts:build
  • build:releasenpm run build:all && npm run rust:build:cli
  • cleancargo clean && npm run ts:clean
  • postinstallnode -e "try { require('./out-tsc/scripts/postinstall.js') } catch (e) { console.warn('⚠️ Skipping postinstall:', e.message) }"
  • preparenpm run ts:build
  • rust:buildcargo build --lib --release
  • rust:build:clicargo build --features cli --release
  • rust:checkcargo check --lib
  • rust:fmtcargo fmt
  • rust:testcargo test
  • rust:wasm:allnpm run rust:wasm:web && npm run rust:wasm:node
  • rust:wasm:nodewasm-pack build --target nodejs --out-dir pkg/node --no-default-features --features wasm
  • rust:wasm:webwasm-pack build --target web --out-dir pkg/web --no-default-features --features wasm
  • testnpm run rust:test
  • test:examplescargo run --features cli -- check --entry examples/
  • ts:buildtsc
  • ts:cleanrimraf out-tsc
  • ts:watchtsc --watch
  • types:buildtsc --emitDeclarationOnly
  • types:wasmnpm run rust:wasm:node && node out-tsc/scripts/copy-wasm-dts.js
  • version:bumptsx src/typescript/scripts/version/index.ts bump
  • version:fetchtsx src/typescript/scripts/version/index.ts fetch
  • version:synctsx src/typescript/scripts/version/index.ts sync