AI-OPS

by antoninoLorenzoVerified

Penetration Testing AI Assistant based on open source LLMs.

152
Stars
24
Forks
Python
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/antoninoLorenzo/AI-OPS

Getting Started

Guides for using skills like AI-OPS.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

AI-OPS-logo

AI-OPS

LLM-assisted penetration-testing agent. Bring your own LLM, run the API, drive it from the CLI.

license CI GitHub last commit coverage


Table of Contents

💡 Note: AI-OPS is an active research prototype.


Overview

AI-OPS is an open agent for penetration-testing and cybersecurity tasks. You run the agent behind an HTTP API, in a container with the offensive tooling preinstalled, and drive it from a terminal client.

It is built to be model-agnostic: it uses litellm under the hood, so you can point it at a hosted provider, an OpenAI-compatible endpoint, or a self-hosted model. The design targets medium-sized LLMs, so it stays usable without frontier-scale hardware.

This is mostly an experiment tool, don't expect it to replace any actual competence in pentesting/cybersecurity.

Features

  • Bring your own LLM. Any provider litellm supports, including OpenAI-compatible and self-hosted endpoints.
  • Skills. Reusable, bundled playbooks the agent can load for common tasks. Can extend with your own.
  • Guarded command execution. A terminal tool runs commands under configurable allow-list policies, with confirmation for anything not on the list.
  • Context management. Layered context views keep long sessions within a model's window (under analysis).
  • Observability. Optional tracing through MLflow.
  • Two ways to use it. Drive it interactively from the CLI, or call the API (and the Python library) directly for automation and benchmarking.

Architecture

AI-OPS has two parts:

  • API: a containerized HTTP server that owns the agent, the tools, and conversation state. This is what you deploy.
  • CLI: a terminal client that connects to the API and gives you an interactive session.

The LLM is external and yours to choose.

Quickstart

Requirements

  • Docker to run the API.
  • The CLI, either the prebuilt binary or Node 22+ to run it from source.

Run the API

Pull and run the image, passing your model configuration as environment variables:

docker run --rm -p 8000:8000 -e AI_OPS_MODEL=openai/your-model -e LLM_API_BASE=http://your-endpoint/v1 -e LLM_API_KEY=your-key -v ai_ops_data:/home/aiops/.local/share/ai_ops ghcr.io/antoninolorenzo/ai-ops:latest
  • AI_OPS_MODEL is the only required setting (a fully-qualified litellm model id). LLM_API_BASE and LLM_API_KEY are optional and depend on your provider.
  • The volume persists conversation history across runs.
  • Bound to 127.0.0.1 the API runs without auth for local use. If you expose it on a network, set AI_OPS_AUTH_TOKEN. See Run the API Server for more details.

Connect the CLI

Download the latest ai-ops-cli from Releases, then:

chmod +x ai-ops-cli
./ai-ops-cli --base-url http://127.0.0.1:8000

Flags, the config file, slash commands, and resume are covered in Use the CLI.

Documentation

Full documentation lives at antoninolorenzo.github.io/AI-OPS:

Use as a Library

The agent can be driven directly from Python for automation or benchmarking, without the API. See Run the Agent Programmatically.

Contributing

Contributions are welcome. See CONTRIBUTE.md for setup, testing, and documentation guidelines.

Disclaimer

AI-OPS is designed as an ethical hacking tool intended for academic and educational purposes only.

The creators and contributors of AI-OPS are not responsible for any misuse of this tool. By using AI-OPS, you agree to take full responsibility for your actions and to use the tool in a manner that is ethical, legal, and in accordance with the intended purpose. The creators are not liable for any damages or legal repercussions resulting from the use of this tool.

License

Released under the MIT License.

Frequently Asked Questions

What is AI-OPS?

AI-OPS is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by antoninoLorenzo. Penetration Testing AI Assistant based on open source LLMs. It has 152 GitHub stars.

Is AI-OPS safe to use?

Yes. AI-OPS passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install AI-OPS?

Clone the repository with "git clone https://github.com/antoninoLorenzo/AI-OPS" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is AI-OPS written in?

AI-OPS is primarily written in Python. It is open-source under antoninoLorenzo on GitHub, so you can review or fork the full source.

Are there alternatives to AI-OPS?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh AI-OPS against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details