PkgRadar

Package evidence

@askjo/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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 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":["@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"}'
Artifact bytes139,222
Previous version1.11.0
Published2026-05-24T06:11:27.428Z
SHA-256ede786adc489dffb1e5de3c22f59661ebe542e43bf81c8b47d07066f69738257

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/scripts/postinstall.jsmatched "GITHUB_TOKEN"30
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/postinstall.js"30
mediumRemote Payloadpackage/plugins/youtube/post-install.shmatched "curl "12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/scripts/postinstall.jsmatched "GITHUB_TOKEN"30
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/postinstall.js"30
mediumRemote Payloadpackage/plugins/youtube/post-install.shmatched "curl "12
lowObfuscationpackage/lib/cookies.jsmatched "\\uFEFF"3
lowObfuscationpackage/lib/downloads.jsmatched "\\u0000"3
lowObfuscationpackage/lib/reporter.jsmatched "\\u2022"3

Manifest

Package metadata

Scripts14
  • buildtsc -p . || true; mkdir -p dist && cp plugin.js dist/plugin.js
  • fetch-binnpx camoufox-js fetch
  • generate-openapinode scripts/generate-openapi.js
  • pluginnode scripts/plugin.js
  • postinstallnode scripts/postinstall.js
  • prepublishOnlynpm run build
  • startnode server.js
  • testNODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit
  • test:debugDEBUG_SERVER=1 NODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit
  • test:e2eNODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit tests/e2e
  • test:liveRUN_LIVE_TESTS=1 NODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit tests/live
  • test:pluginsNODE_OPTIONS='--experimental-vm-modules' jest --forceExit plugins/
  • versionnode scripts/sync-version.js && node scripts/generate-openapi.js && git add openclaw.plugin.json openapi.json
  • version:syncnode scripts/sync-version.js
Dependencies5
  • camoufox-js>=0.10.0
  • express^4.18.2
  • playwright-core^1.58.0
  • prom-client^15.1.3
  • swagger-jsdoc^6.2.8