npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

codo-ai

v2.23.11

Published

The security-native AI coding agent. Six Sec-Test security personas, compliance-first /scraper, a business documents & research suite, and multi-agent Compose orchestration — spec-driven workflow engines in one terminal-first CLI.

Readme

>_ COdo

The security-native AI coding agent.

Spec it. Code it. Ship it. Secure it.

Website · Documentation · GitHub · Report Issue

npm install -g codo-ai


What is COdo?

COdo is a terminal-native, spec-driven AI coding agent — a fork of OpenCode with structured workflow orchestration, an autonomous multi-agent compose engine, and the all-new Sec-Test red security engine.

No browser tab. No separate app. No context-switching. Just you, your terminal, and an AI that knows what phase of the project you're in.

$ npm install -g codo-ai
$ cd my-project
$ codo

Why COdo?

| | Static linters | CI scanners | COdo Sec-Test | |---|---|---|---| | Finds design flaws pre-code | ✗ | ✗ | ✓ STRIDE threat modeling | | Noise level | False-positive flood | Late-stage flood | Evidence-first findings w/ PoC | | Runs where you work | ✗ | CI only | ✓ Your terminal | | Fixes vulnerabilities | Warnings only | Warnings only | ✓ Remediation diffs + mutation-backed tests |

Highlights

Sec-Test — Autonomous Security Orchestrator

Six specialist personas guarding the full lifecycle:

| Persona | Role | |---|---| | Security Architect | Pre-code STRIDE/DREAD threat modeling (OWASP ASVS mapped) | | AppSec Engineer | Real-time SAST on diffs — OWASP Top 10:2025 / CWE Top 25, secrets, CVEs | | DevSecOps Engineer | Pipeline hardening (NIST SSDF), SBOM (CycloneDX/SPDX), SLSA + Sigstore | | Penetration Tester | Scope-gated live probing (PTES/WSTG) — refuses targets outside .codo/security-scope.json | | Quality Engineer | Adversarial tests verified by mutation kill-rate | | Security Engineer | Audits the agent itself; posture drift tracking |

$ /sec-test "Audit git diff for SQL injection and hardcoded secrets"
[1] Raw string concatenation in query builder
[2] Hardcoded fallback JWT secret ("dev-secret-key-12345")
→ Parameterized query fix applied · secret moved to env with startup validation

Workflow Engines

Switch methodology per project scale:

  • /workflow gsd — autonomous milestone planning, persistent .planning/ state, survives context resets
  • /workflow gstack — Garry Tan's 23-role virtual engineering team
  • /workflow speckit — GitHub SDD spec-first pipeline
  • /workflow vibemode — pure flow, zero overhead

Multi-Agent Compose

Complex tasks decompose into DAGs routed to specialist agents executing in parallel waves:

/compose "Build auth service with JWT, rate limiting & Sec-Test"
  [A] Security Architect → threat model        ┐ parallel
  [B] Builder            → implementation       ├ wave
  [C] AppSec Engineer    → real-time SAST audit │
  [D] Quality Engineer   → mutation tests       ┘

Goal Judge

Declare outcomes, not tasks. An independent judge model verifies stop-conditions — the builder never self-approves.

/goal "All tests pass with >80% coverage and zero HIGH/CVEs"

Business Suite

Production-grade office tooling as skills: xlsx-official, docx-official, pptx-official, pdf-official, deep-research, super-research, research-paper-writing, html-to-video-pipeline, sales.

Compliance-First Scraper

/scraper <url> <what to extract> — robots.txt honored, ToS checked, crawl-delays enforced, escalation ladder from static fetch to authenticated sessions.

Install

# Recommended
npm install -g codo-ai

# One-time run
npx codo-ai

Requirements: Node 18+ or Bun · macOS / Linux / Windows · any provider API key (Anthropic, OpenAI, NVIDIA free tier, Google, or OpenAI-compatible).

Migrating from @codo-ai/cli? That package is deprecated — codo-ai replaces it.

Documentation

Full developer docs — every persona, skill, workflow, permission mode, and best practice — live at codo-ai.vercel.app.

Contributing

PRs welcome on GitHub. Default branch: dev. Conventional commits.

License

MIT © Mohamed Salah

Built on OpenCode.