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

@safe-ai-factory/saifctl

v0.0.1

Published

Safety harness for autonomous AI agents: Spec-driven AI factory. Use with any agentic CLI. Language-agnostic. Safe by design.

Downloads

38

Readme

SaifCTL — safety harness for autonomous AI agents

Website license npm version npm downloads GitHub stars

Spec-driven AI factory. Use with any agentic CLI. Language-agnostic. Safe by design.

Like GasTown, but agents can't cheat, leak, wreak havoc.

Full feature preview at:

Visit safeaifactory.com

⚠️ Status: Alpha. SaifCTL is under active development. See the Roadmap for what's coming next.

Sponsor this project


Stop Coding. Start Spec'ing.

SaifCTL implements state-of-the-art (early 2026) architecture for Agentic engineering.

SaifCTL guarantee:

  • The AI builds exactly what you asked for.
    • The agent is locked in a loop and physically cannot stop until your new TDD tests pass.
  • The AI can't break previously-built features.
    • All features built with SaifCTL are protected by tests. AI can't break or change them. Regressions are mechanically impossible.
  • The AI breaks nothing on your machine.
    • The agent runs in a zero-trust, sandboxed Docker environment. Your existing codebase is safe.

Read more on Security & Isolation.

The Gauntlet: Merge with Confidence

The AI agent is trapped in a rigorous convergence loop. Every time it writes code, it must survive three stages before opening a PR:

  1. The Gate: Your linters, type-checkers, and other static analysis tools.
  2. The Reviewer: Adversarial AI that scrutinizes the diff to ensure it matches the spec without taking shortcuts.
  3. Holdout Tests: Hidden tests. Agent can't see them. Can't fake a pass.

You only get notified when the code emerges victorious.

Batteries-Included

SaifCTL supports out of the box:

  • All major LLM providers + OpenRouter + OpenAI-compatible APIs
  • 14 Agentic CLI tools
  • 4 Programming languages (Node.js, Python, Go, Rust)
  • All major Git providers

Deployment

SaifCTL runs as a CLI that spins up coding agents in ephemeral Docker containers on your machine. Self-hosted and Kubernetes (Helm) deployment support is underway.

Try it out now

SaifCTL is currently in active development. The Docker isolation environment and VSCode extension are dropping in a few weeks.

Star the repository to get notified of the Alpha drop, or Join the Design Partner Waitlist to get early access.

Step-by-step guide

See the Step-by-step usage for a detailed walkthrough of the workflow.

For shorter, task-focused tutorials, see Guides.

VSCode extension

The SaifCTL VSCode extension provides a dedicated sidebar panel to manage your entire AI engineering workflow directly from your editor.

What the extension does:

  • Manage Features: Visual tree view of your features. Create new features, or manage existing ones through GUI.
  • Design & Run: One-click actions to generate specs (saifctl feat design) and start the coding swarm (saifctl feat run).
  • Track Runs: A Kubernetes-style dashboard of all your agent runs. See status (success/failed), view run configs, and instantly resume failed runs or clear old ones.

Requirements

  • Node.js 22+
  • Python 3.12+
  • Docker
  • Git
  • LLM API key
  • Linux or MacOS (Windows is not supported yet)

A fully customizable factory

Every component of SaifCTL is fully modular. You can swap, customize, or disable to fit your team's needs:

  • Want to use a different LLMs for coding and designing agents? Easy.
  • Want to use your custom Playwright setup for testing? Done.
  • Need to enforce strict filesystem rules? It's built in.

Dive into the details of what you can customize in the Features guide.

Reference

Development

See our Development guides

Clone with submodules:

git clone --recurse-submodules https://github.com/JuroOravec/safe-ai-factory.git

License

MIT