Skip to content

Commit 927521e

Browse files
authored
Merge pull request #228 from backbay-labs/dd-readme
2 parents a6321fb + ae988e6 commit 927521e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://pypi.org/project/clawdstrike/"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpypi.org%2Fpypi%2Fclawdstrike%2Fjson&query=%24.info.version&prefix=v&label=PyPI&logo=python&logoColor=white&color=fe7d37&style=flat-square" alt="PyPI"></a>
99
<a href="https://github.com/backbay-labs/homebrew-tap/blob/main/Formula/clawdstrike.rb"><img src="https://img.shields.io/badge/homebrew-clawdstrike-FBB040?style=flat-square&logo=homebrew" alt="Homebrew"></a>
1010
<a href="https://artifacthub.io/packages/search?repo=clawdstrike"><img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/clawdstrike" alt="Artifact Hub"></a>
11-
<a href="https://discord.gg/tWKSGCvq"><img src="https://img.shields.io/badge/discord-join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord"></a>
11+
<a href="https://discord.gg/fdbCZHm8zM"><img src="https://img.shields.io/badge/discord-join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord"></a>
1212
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue?style=flat-square" alt="License: Apache-2.0"></a>
1313
<img src="https://img.shields.io/badge/MSRV-1.93-orange?style=flat-square&logo=rust" alt="MSRV: 1.93">
1414
</p>
@@ -69,20 +69,20 @@
6969

7070
## The Problem
7171

72-
Google's 2026 Cybersecurity Forecast calls it the **"Shadow Agent" crisis**: employees and teams spinning up AI agents without corporate oversight, creating invisible pipelines that exfiltrate sensitive data, violate compliance, and leak IP. No one sanctioned them. No one is watching them. And your security stack wasn't built for this.
72+
[Google's 2026 Cybersecurity Forecast](https://cloud.google.com/security/resources/cybersecurity-forecast) calls it the **"Shadow Agent" crisis**: employees and teams spinning up AI agents without corporate oversight, creating invisible pipelines that exfiltrate sensitive data, violate compliance, and leak IP. The AI agent hype cycle accelerates it: prototypes become deployments before anyone can threat-model the blast radius. No one sanctioned them. No one is watching them. And most security stacks were built for defined, static attacks — not continuous, goal-driven agentic behavior.
7373

74-
Your org provisioned 50 agents. Shadow IT spun up 50 more outside your asset inventory. One is exfiltrating `.env` secrets to an unclassified endpoint. Another is patching auth middleware with no peer review, no receipt, no rollback. A third just ran `chmod 777` against a production filesystem. Your SIEM shows green across the board because none of these actions generate the signals it was built to detect.
74+
Your org provisioned 50 agents. Shadow IT spun up 50 more outside your asset inventory. One exfiltrates `.env` secrets to an unclassified endpoint. Another patches auth middleware with no peer review, no receipt, no rollback. A third runs `chmod 777` against a production filesystem. Your SIEM stays green because these actions don’t generate the signals it was built to detect.
7575

7676
**Logs tell you what happened. Clawdstrike stops it before it happens.**
7777

7878
**Every decision is signed. Every receipt is non-repudiable. If it didn't get a signature, it didn't get permission.**
7979

80+
Clawdstrike enforces policy at the tool boundary — fail-closed, with signed proof.
81+
8082
## What Clawdstrike Is
8183

8284
Clawdstrike is a **fail-closed policy engine and cryptographic attestation runtime** for AI agent systems. It sits at the tool boundary, the exact point where an agent's intent becomes a real-world action, and enforces security policy with signed proof. From a single SDK install to a fleet of thousands of managed agents, the same engine, the same receipts, the same guarantees.
8385

84-
Every action. Every agent. Every time. No exceptions.
85-
8686
```mermaid
8787
flowchart LR
8888
A[Agent Swarm<br/>OpenAI / Claude / OpenClaw / LangChain] --> B[Clawdstrike Adapter]
@@ -105,8 +105,6 @@ Three layers, one system:
105105

106106
---
107107

108-
## Why This Matters
109-
110108
<table>
111109
<tr>
112110
<td width="50%">
@@ -134,6 +132,8 @@ Three layers, one system:
134132
</tr>
135133
</table>
136134

135+
**Every action. Every agent. Every time. No exceptions.**
136+
137137
---
138138

139139
> **Beta software.** Public APIs and import paths are expected to be stable; behavior and defaults may still evolve before 1.0. Not yet production-hardened for large-scale deployments.

0 commit comments

Comments
 (0)