PkgRadar

Package evidence

@qoder-ai/[email protected]

New Account With Lifecycle Hook: package first published 23 day(s) ago, 4 total version(s), has lifecycle hook

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
234
Versions published
4
First published
May 2026
Publisher
qoder-dev

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":["@qoder-ai/[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":["@qoder-ai/[email protected]"],"fail_on":"high"}'
Publisherqoder-dev
Artifact bytes87,469
Previous versionnone
Published2026-05-19T16:37:02.375Z
SHA-256eb4ac1bc120b3762da7d6de0bfae10425ae6608c8915e5ed0f143dfc36876dee

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 23 day(s) ago, 4 total version(s), has lifecycle hook

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 23 day(s) ago, 4 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 23 day(s) ago, 4 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts49
  • buildtsc
  • build:obfuscatednpm run bundle
  • bundlenpm run clean && tsc && node scripts/bundle.mjs
  • cleanrm -rf dist
  • demo:chatnpm run build && node examples/interactive-chat-demo/demo.mjs
  • demo:claude:basicnode examples/claude-agent-sdk/basic-demo/demo.mjs
  • demo:claude:chatnode examples/claude-agent-sdk/interactive-chat-demo/demo.mjs
  • demo:claude:continuenode examples/claude-agent-sdk/continue-session-demo/demo.mjs
  • demo:claude:hooksnode examples/claude-agent-sdk/hooks-demo/demo.mjs
  • demo:claude:permissionsnode examples/claude-agent-sdk/permissions-demo/demo.mjs
  • demo:claude:sessionsnode examples/claude-agent-sdk/session-management-demo/demo.mjs
  • demo:claude:streamingnode examples/claude-agent-sdk/streaming-input-demo/demo.mjs
  • demo:claude:streaming-outputnode examples/claude-agent-sdk/streaming-output-demo/demo.mjs
  • demo:claude:subagentsnode examples/claude-agent-sdk/subagents-demo/demo.mjs
  • demo:claude:toolsnode examples/claude-agent-sdk/custom-tools-demo/demo.mjs
  • demo:imagenode examples/image-input-demo/demo.mjs
  • demo:inprocess-mcpnpm run build && node examples/inprocess-mcp-demo/demo.mjs
  • demo:mcp-oauthnpm run build && node examples/mcp-oauth-demo/demo.mjs
  • demo:minimalnpm run demo:chat
  • demo:modelsnpm run build && node examples/list-models-demo/demo.mjs
  • postinstallnode scripts/postinstall.cjs
  • prepublishOnlynpm run bundle
  • release:betabash scripts/release-npm.sh beta
  • release:checkbash scripts/release-npm.sh check
  • release:latestbash scripts/release-npm.sh latest
  • release:promotebash scripts/release-npm.sh promote
  • testnpm run test:unit
  • test:integrationnpm run build && node --test tests/integration/**/*.test.mjs
  • test:plugins-loading-control:functionalnpm run build && node --test tests/plugins-loading-control/functional/*.test.mjs
  • test:plugins-loading-control:unitnpm run build && node --test tests/plugins-loading-control/unit/*.test.mjs
  • …and 19 more.
Dependencies2
  • @anthropic-ai/sdk^0.80.0
  • @modelcontextprotocol/sdk^1.27.1