AI-OPS

作者 antoninoLorenzo已验证

Penetration Testing AI Assistant based on open source LLMs.

152
Stars
24
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 AI-OPS 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情

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 智能体
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情