PkgRadar

Package evidence

@codio-ai/[email protected]

New Account With Lifecycle Hook: package first published 30 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
11
Versions published
4
First published
May 2026
Publisher
mohitchandarana

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":["@codio-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":["@codio-ai/[email protected]"],"fail_on":"high"}'
Artifact bytes803,347
Previous version0.1.3
Published2026-06-12T17:59:50.995Z
SHA-2569015cb1654d363df04279f4ff304429f056e96269b3e19efba1f42ddff3644a6

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 30 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
25Score
0.1.4Version
Status history (1 event)
  1. newavailable · risk high · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 30 day(s) ago, 4 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node ./bin/codio-authoring-register.js || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 30 day(s) ago, 4 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node ./bin/codio-authoring-register.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./bin/codio-authoring-register.js || true"5

Manifest

Package metadata

Scripts9
  • buildbun build src/index.ts --outdir dist --target node --format esm --external @opencode-ai/plugin --external @opencode-ai/sdk --external zod && tsc --emitDeclarationOnly
  • checkbiome check --write .
  • check:cibiome check .
  • formatbiome format . --write
  • lintbiome lint .
  • postinstallnode ./bin/codio-authoring-register.js || true
  • preuninstallnode ./bin/codio-authoring-unregister.js || true
  • testbun test
  • typechecktsc --noEmit
Dependencies2
  • @opencode-ai/plugin^1.14.48
  • @opencode-ai/sdk^1.14.48