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.
- 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
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":["@askjo/[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":["@askjo/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
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 111 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/scripts/postinstall.js | matched "GITHUB_TOKEN" | 30 |
| high | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.js" | 30 |
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node scripts/postinstall.js" | 30 |
| medium | Remote Payload | package/plugins/youtube/post-install.sh | matched "curl " | 12 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/scripts/postinstall.js | matched "GITHUB_TOKEN" | 30 |
| high | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.js" | 30 |
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node scripts/postinstall.js" | 30 |
| medium | Remote Payload | package/plugins/youtube/post-install.sh | matched "curl " | 12 |
| low | Obfuscation | package/lib/cookies.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/lib/downloads.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/lib/reporter.js | matched "\\u2022" | 3 |
Manifest
Package metadata
Scripts14
buildtsc -p . || true; mkdir -p dist && cp plugin.js dist/plugin.jsfetch-binnpx camoufox-js fetchgenerate-openapinode scripts/generate-openapi.jspluginnode scripts/plugin.jspostinstallnode scripts/postinstall.jsprepublishOnlynpm run buildstartnode server.jstestNODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExittest:debugDEBUG_SERVER=1 NODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExittest:e2eNODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit tests/e2etest:liveRUN_LIVE_TESTS=1 NODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit tests/livetest:pluginsNODE_OPTIONS='--experimental-vm-modules' jest --forceExit plugins/versionnode scripts/sync-version.js && node scripts/generate-openapi.js && git add openclaw.plugin.json openapi.jsonversion:syncnode scripts/sync-version.js
Dependencies5
camoufox-js>=0.10.0express^4.18.2playwright-core^1.58.0prom-client^15.1.3swagger-jsdoc^6.2.8