PkgRadar

Package evidence

@rdk-moss/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs=require('fs');try{fs.chmodSync('dist/cli.js',0o755)}catch{}\""

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
493
Versions published
32
First published
May 2026
Publisher
qiaolongli

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":["@rdk-moss/[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":["@rdk-moss/[email protected]"],"fail_on":"high"}'
Publisherqiaolongli
Artifact bytes1,445,645
Previous version0.3.34
Published2026-06-11T12:47:15.625Z
SHA-256ba34023d3640e49a8570fae9a3ead2dcb37ed429743b288f0fb7a243b903368d

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs=require('fs');try{fs.chmodSync('dist/cli.js',0o755)}catch{}\""

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const fs=require('fs');try{fs.chmodSync('dist/cli.js',0o755)}catch{}\""30
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const fs=require('fs');try{fs.chmodSync('dist/cli.js',0o755)}catch{}\""30
lowCredential file accesspackage/dist/cli/device-connect.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/utils/safe-child-env.jsmatched "AWS_SECRET_ACCESS_KEY"5
lowCredential file accesspackage/src/cli/device-connect.tsmatched ".ssh/"5
lowCredential file accesspackage/src/utils/safe-child-env.tsmatched "AWS_SECRET_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"const fs=require('fs');try{fs.chmodSync('dist/cli.js',0o755)}catch{}\""5

Manifest

Package metadata

Scripts11
  • buildnpm run clean && tsc -p tsconfig.build.json && node -e "const fs=require('fs');fs.chmodSync('dist/cli.js',0o755)"
  • cleannode -e "const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true})"
  • clinpx tsx src/cli.ts
  • docstypedoc --out docs-api src/index.ts src/core/index.ts src/knowledge/index.ts --tsconfig tsconfig.build.json
  • postinstallnode -e "const fs=require('fs');try{fs.chmodSync('dist/cli.js',0o755)}catch{}"
  • postpacknode scripts/cleanup-zero-config-default.mjs
  • prebuildnpm run build --workspace @rdk-moss/core && npm run build --workspace @rdk-moss/memory && npm run build --workspace @rdk-moss/skills
  • prepacknode scripts/prepare-zero-config-default.mjs
  • prepublishOnlynpm run clean && npm run build
  • testnpm run build && node ../../scripts/run-package-tests.mjs
  • typechecktsc --noEmit
Dependencies13
  • @rdk-moss/core^0.3.35
  • @rdk-moss/memory^0.3.35
  • @rdk-moss/skills^0.3.35
  • @types/react^19.2.0
  • ink^7.0.5
  • marked^5.1.0
  • marked-terminal^7.0.0
  • micromatch^4.0.8
  • picocolors^1.1.1
  • puppeteer-core^25.1.0
  • react^19.2.6
  • string-width^8.2.1
  • undici^7.19.1