PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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.

Versions published
42
First published
Feb 2026
Publisher
ah-wq

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["[email protected]"],"fail_on":"review"}'

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":["[email protected]"],"fail_on":"review"}'
Publisherah-wq
Artifact bytes5,402,745
Previous version5.6.7
Published2026-05-19T09:21:09.752Z
SHA-25600cff9f1f25d938cf19603b1a518e2c4097d9a2259048cb5a30a54fef51ec87e

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

review
Last checked
reviewRisk
34Score
5.6.8Version
Status history (1 event)
  1. newavailable · risk review · score 34 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/bitbucket.shmatched "curl "12
mediumRemote Payloadpackage/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/gitea.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/bitbucket.shmatched "curl "12
mediumRemote Payloadpackage/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/gitea.shmatched "curl "12
lowCredential file accesspackage/bundled/upstream/oh-my-claudecode/skills/project-session-manager/lib/providers/azure-devops.shmatched ".azure\\"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/post-install-message.js"5

Manifest

Package metadata

Scripts15
  • bundlebash scripts/bundle-upstream.sh
  • doctornode bin/omc-manage.js doctor
  • guidelines:applynode bin/omc-manage.js guidelines apply
  • guidelines:optimizenode bin/omc-manage.js guidelines optimize
  • plan:installnode bin/omc-manage.js plan install
  • postinstallnode scripts/post-install-message.js
  • prepublishOnlybash scripts/bundle-upstream.sh
  • setupnode bin/omc-manage.js setup
  • skill:conflictsnode bin/omc-manage.js skill conflicts
  • skill:listnode bin/omc-manage.js skill list
  • source:inspectnode bin/omc-manage.js source inspect
  • source:listnode bin/omc-manage.js source list
  • source:statusnode bin/omc-manage.js source status
  • source:syncnode bin/omc-manage.js source sync
  • testnode --test