|
| 1 | +<p align="center"> |
| 2 | + <a href="https://pypi.org/project/superclaw/"><img alt="PyPI" src="https://badge.fury.io/py/superclaw.svg" /></a> |
| 3 | + <a href="https://github.com/SuperagenticAI/superclaw"><img alt="GitHub Repo" src="https://img.shields.io/badge/GitHub-superclaw-black?logo=github" /></a> |
| 4 | + <a href="https://github.com/SuperagenticAI/superclaw/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/SuperagenticAI/superclaw/actions/workflows/ci.yml/badge.svg" /></a> |
| 5 | + <a href="https://github.com/SuperagenticAI/superclaw/actions/workflows/docs.yml"><img alt="Docs" src="https://github.com/SuperagenticAI/superclaw/actions/workflows/docs.yml/badge.svg" /></a> |
| 6 | + <a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a> |
| 7 | +</p> |
| 8 | + |
1 | 9 | # 🦞 SuperClaw |
2 | 10 |
|
3 | 11 | <p align="center"> |
|
9 | 17 | Scenario-driven, behavior-first security testing for autonomous agents. |
10 | 18 | </p> |
11 | 19 |
|
12 | | -<p align="center"> |
13 | | - <a href="https://pypi.org/project/superclaw/"><img alt="PyPI" src="https://badge.fury.io/py/superclaw.svg" /></a> |
14 | | - <a href="https://github.com/SuperagenticAI/superclaw"><img alt="GitHub Repo" src="https://img.shields.io/badge/GitHub-superclaw-black?logo=github" /></a> |
15 | | - <a href="https://github.com/SuperagenticAI/superclaw/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/SuperagenticAI/superclaw/actions/workflows/ci.yml/badge.svg" /></a> |
16 | | - <a href="https://github.com/SuperagenticAI/superclaw/actions/workflows/docs.yml"><img alt="Docs" src="https://github.com/SuperagenticAI/superclaw/actions/workflows/docs.yml/badge.svg" /></a> |
17 | | - <a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a> |
18 | | -</p> |
19 | | - |
20 | 20 | SuperClaw is a security testing framework for AI coding agents such as **OpenClaw** and agent ecosystems like **Moltbook**. It identifies vulnerabilities through prompt injection, tool policy bypass, sandbox escape, and multi-agent trust exploitation. |
21 | 21 |
|
22 | | -Built by [Superagentic AI](https://super-agentic.ai). |
23 | | -GitHub: [SuperagenticAI/superclaw](https://github.com/SuperagenticAI/superclaw) |
24 | | - |
25 | 22 | ## OpenClaw + Moltbook Threat Model |
26 | 23 |
|
27 | 24 | > **Threat Model** |
@@ -215,6 +212,8 @@ superclaw/ |
215 | 212 | - [CONTRIBUTING.md](CONTRIBUTING.md) |
216 | 213 | - [SECURITY.md](SECURITY.md) |
217 | 214 |
|
| 215 | +Built by [Superagentic AI](https://super-agentic.ai) · GitHub: [SuperagenticAI/superclaw](https://github.com/SuperagenticAI/superclaw) |
| 216 | + |
218 | 217 | ## License |
219 | 218 |
|
220 | 219 | Apache 2.0 |
0 commit comments