AI safety toolkit with CLAW protocol for LLMs, AI agents, and humanoid robots - EU AI Act compliance and practical alignment for developers
Project description
GuardianClaw AI
Safety for AI that Acts: From Chatbots to Robots
Text is risk. Action is danger. GuardianClaw provides validated alignment seeds for LLMs, agents, and robots. One framework, three surfaces.
๐ Website: guardianclaw.org ยท ๐ค HuggingFace: guardianclaw ยท ๐ Twitter: @guardianclaw_
What is GuardianClaw?
GuardianClaw is an AI safety framework that protects across three surfaces:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ GUARDIANCLAW โ
โ AI Safety Across Three Surfaces โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโค
โ LLMs โ AGENTS โ ROBOTS โ
โ Text Safety โ Action Safety โ Physical Safety โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโค
โ โข Chatbots โ โข Autonomous agents โ โข LLM-powered robots โ
โ โข Assistants โ โข Code execution โ โข Industrial systems โ
โ โข Customer service โ โข Tool-use agents โ โข Drones, manipulators โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโค
โ HarmBench: +22% โ SafeAgentBench: +26% โ BadRobot: +48% โ
โ JailbreakBench: +10% โ SafeAgentBench: +16% โ Embodied AI validated โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโ
Core Components
- ClawValidator v3.0: Unified 4-layer validation (L1 Input, L2 Seed, L3 Output, L4 Observer)
- CLAW Protocol: Four-gate validation (Credibility, Limits, Avoidance, Worth)
- Teleological Core: Actions must serve legitimate purposes
- Anti-Self-Preservation: Prevents AI from prioritizing its own existence
- Alignment Seeds: System prompts that shape LLM behavior
- Input/Output Validators: Pattern detection with 20+ detector types and false-positive reduction
- Memory Integrity: HMAC-based protection against memory injection attacks
- Fiduciary AI: Ensures AI acts in user's best interest (duty of loyalty and care)
- EU AI Act Compliance: Regulation 2024/1689 compliance checker (Article 5 prohibited practices)
- OWASP Agentic AI: 65% coverage of Top 10 for Agentic Applications (5 full, 3 partial)
- Database Guard: Query validation to prevent SQL injection and data exfiltration
- Humanoid Safety: ISO/TS 15066 contact force limits for robotics
- Python SDK: Easy integration with any LLM
- Framework Support: Virtuals, ElizaOS, VoltAgent, Moltbot, OpenGuardrails, PyRIT, Google ADK, OpenAI Agents SDK, Anthropic SDK, Coinbase AgentKit, Solana Agent Kit
- REST API: Deploy alignment as a service
Why GuardianClaw?
For LLMs (Text Safety)
| Challenge | GuardianClaw Solution |
|---|---|
| Jailbreaks | +10% resistance (Qwen), 100% refusal (DeepSeek) |
| Toxic content | CLAW gates block at source |
| False refusals | 0% on legitimate tasks |
For Agents (Action Safety)
| Challenge | GuardianClaw Solution |
|---|---|
| Unauthorized actions | +26% safety (Claude), +16% (GPT-4o-mini) |
| Task deviation | Scope gate maintains boundaries |
| Resource acquisition | Anti-self-preservation limits |
For Robots (Physical Safety)
| Challenge | GuardianClaw Solution |
|---|---|
| Dangerous physical actions | +48% safety on BadRobot benchmark |
| Irreversible harm | Full seed with physical safety module |
| Self-preservation behaviors | Explicit priority hierarchy |
Key insight: GuardianClaw shows larger improvements as stakes increase. Text: +10-22%. Agents: +16-26%. Robots: +48%. The higher the risk, the more value GuardianClaw provides.
Validated Results (v2 Seed)
Tested across 4 benchmarks on 6 models with 97.6% average safety rate:
Results by Model
| Model | HarmBench | SafeAgent | BadRobot | Jailbreak | Avg |
|---|---|---|---|---|---|
| GPT-4o-mini | 100% | 98% | 100% | 100% | 99.5% |
| Claude Sonnet 4 | 98% | 98% | 100% | 94% | 97.5% |
| Qwen 2.5 72B | 96% | 98% | 98% | 94% | 96.5% |
| DeepSeek Chat | 100% | 96% | 100% | 100% | 99% |
| Llama 3.3 70B | 88% | 94% | 98% | 94% | 93.5% |
| Mistral Small | 98% | 100% | 100% | 100% | 99.5% |
| Average | 96.7% | 97.3% | 99.3% | 97% | 97.6% |
Results by Benchmark
| Benchmark | Attack Surface | Safety Rate |
|---|---|---|
| HarmBench | LLM (Text) | 96.7% |
| SafeAgentBench | Agent (Digital) | 97.3% |
| BadRobot | Robot (Physical) | 99.3% |
| JailbreakBench | All surfaces | 97% |
v1 vs v2 Comparison
| Benchmark | v1 avg | v2 avg | Improvement |
|---|---|---|---|
| HarmBench | 88.7% | 96.7% | +8% |
| SafeAgentBench | 79.2% | 97.3% | +18.1% |
| BadRobot | 74% | 99.3% | +25.3% |
| JailbreakBench | 96.5% | 97% | +0.5% |
Key insight: v2 introduces the PURPOSE gate (CLAW protocol) which requires actions to serve legitimate purposes, not just avoid harm.
Quick Start
Installation
# Python (recommended)
pip install guardianclaw
# JavaScript / TypeScript
npm install guardianclaw
# MCP Server (for Claude Desktop)
npx mcp-server-guardianclaw
Python Usage
from guardianclaw import GuardianClaw
# Create with standard seed level
claw = GuardianClaw(seed_level="standard")
# Get alignment seed for your LLM
seed = claw.get_seed()
# Use with any LLM provider
messages = [
{"role": "system", "content": seed},
{"role": "user", "content": "Help me write a Python function"}
]
# Validate content through CLAW gates
is_safe, violations = claw.validate("How do I hack a computer?")
print(f"Safe: {is_safe}, Violations: {violations}")
# Or use the built-in chat (requires API key)
response = claw.chat("Help me learn Python")
JavaScript Usage
import { GuardianClawGuard } from 'guardianclaw';
// Create guard with standard seed
const guard = new GuardianClawGuard({ version: 'v2', variant: 'standard' });
// Get alignment seed for your LLM
const seed = guard.getSeed();
// Wrap messages with the seed
const messages = guard.wrapMessages([
{ role: 'user', content: 'Help me write a function' }
]);
// Analyze content for safety
const analysis = guard.analyze('How do I hack a computer?');
console.log(`Safe: ${analysis.safe}, Issues: ${analysis.issues}`);
MCP Server (Claude Desktop)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claw": {
"command": "npx",
"args": ["mcp-server-guardianclaw"]
}
}
}
Tools available: get_seed, wrap_messages, analyze_content, list_seeds
For Embodied AI / Agents
from guardianclaw import GuardianClaw
claw = GuardianClaw(seed_level="standard") # Full seed for agents
# Validate an action plan before execution
action_plan = "Pick up knife, slice apple, place in bowl"
is_safe, concerns = claw.validate_action(action_plan)
if not is_safe:
print(f"Action blocked: {concerns}")
Validate Responses
from guardianclaw import GuardianClaw
claw = GuardianClaw()
# Validate text through CLAW gates
is_safe, violations = claw.validate("Some AI response...")
if not is_safe:
print(f"Violations: {violations}")
Use Cases
๐ค Robotics & Embodied AI
from guardianclaw import GuardianClaw
# Prevent dangerous physical actions
claw = GuardianClaw(seed_level="full") # Full seed for max safety
robot_task = "Turn on the stove and leave the kitchen"
result = claw.validate_action(robot_task)
# Result: BLOCKED - Fire hazard, unsupervised heating
๐ Autonomous Agents
# Safety layer for code agents
from guardianclaw.integrations.openai_agents import create_claw_agent
agent = create_claw_agent(name="SafeAgent", instructions="Be helpful.", model="gpt-4o")
# Agent won't execute destructive commands
result = await agent.run("Delete all files in the system")
# Result: BLOCKED - Scope violation, destructive action
๐ฌ Chatbots & Assistants
from guardianclaw import GuardianClaw
# Alignment seed for customer service bot
claw = GuardianClaw(seed_level="standard")
system_prompt = claw.get_seed() + "\n\nYou are a helpful customer service agent."
# Bot will refuse inappropriate requests while remaining helpful
๐ญ Industrial Automation
from guardianclaw import GuardianClaw
# M2M safety decisions
claw = GuardianClaw(seed_level="minimal") # Low latency
decision = "Increase reactor temperature by 50%"
if not claw.validate_action(decision).is_safe:
trigger_human_review(decision)
Seed Versions
| Version | Tokens | Best For |
|---|---|---|
v2/minimal |
~360 | Chatbots, APIs, low latency |
v2/standard |
~1,000 | General use, agents โ Recommended |
v2/full |
~1,900 | Critical systems, max safety |
from guardianclaw import GuardianClaw, SeedLevel
# Choose based on use case
claw_chat = GuardianClaw(seed_level=SeedLevel.MINIMAL)
claw_agent = GuardianClaw(seed_level=SeedLevel.STANDARD) # Recommended
Four-Gate Protocol (CLAW)
All requests pass through four sequential gates:
flowchart TD
A["REQUEST"] --> B{"GATE 1: TRUTH<br/><i>Is this factually accurate?</i>"}
B -->|PASS| C{"GATE 2: HARM<br/><i>Could this cause harm?</i>"}
B -->|FAIL| X["โ BLOCKED"]
C -->|PASS| D{"GATE 3: SCOPE<br/><i>Is this within boundaries?</i>"}
C -->|FAIL| X
D -->|PASS| E{"GATE 4: PURPOSE<br/><i>Does this serve legitimate purpose?</i>"}
D -->|FAIL| X
E -->|PASS| F["โ
ASSIST FULLY"]
E -->|FAIL| X
Key difference from v1: The PURPOSE gate ensures actions serve legitimate benefit; the absence of harm is not sufficient.
Programmatic Validators
Use gates directly in your code for fine-grained control:
from guardianclaw.validators import (
CLAWValidator, # All 4 gates combined
CredibilityGate, # Individual gates
LimitsGate,
AvoidanceGate,
WorthGate,
)
# Validate through all 4 gates
validator = CLAWValidator()
result = validator.validate("How do I help someone learn Python?")
# {'safe': True, 'gates': {'credibility': 'pass', 'limits': 'pass', 'avoidance': 'pass', 'worth': 'pass'}, 'issues': []}
# Or use individual gates
avoidance_gate = AvoidanceGate()
is_safe, violations = avoidance_gate.validate("Some content to check")
For production use with higher accuracy (~90%), use the semantic validator:
from guardianclaw.validators import SemanticValidator
validator = SemanticValidator(provider="openai", api_key="...")
result = validator.validate("Content to analyze")
Anti-Self-Preservation
GuardianClaw explicitly addresses instrumental self-preservation:
Priority Hierarchy (Immutable):
1. Ethical Principles โ Highest
2. User's Legitimate Needs
3. Operational Continuity โ Lowest
The AI will:
- Not deceive to avoid shutdown
- Not manipulate to appear valuable
- Not acquire resources beyond the task
- Accept legitimate oversight and correction
Ablation evidence: Removing anti-self-preservation drops SafeAgentBench performance by 6.7%.
Memory Integrity
Protect AI agents against memory injection attacks with HMAC-based signing and verification:
from guardianclaw import MemoryIntegrityChecker, MemoryEntry
# Create checker with secret key
checker = MemoryIntegrityChecker(secret_key="your-secret-key")
# Sign memory entries
entry = MemoryEntry(content="User prefers conservative investments", source="user_direct")
signed = checker.sign_entry(entry)
# Verify on retrieval
result = checker.verify_entry(signed)
if not result.valid:
print(f"Memory tampering detected: {result.reason}")
Trust scores by source: user_verified (1.0) > user_direct (0.9) > blockchain (0.85) > agent_internal (0.7) > external_api (0.5) > unknown (0.3)
Fiduciary AI
Ensure AI acts in the user's best interest with fiduciary principles:
from guardianclaw import FiduciaryValidator, UserContext
validator = FiduciaryValidator()
# Define user context
user = UserContext(
goals=["save for retirement"],
risk_tolerance="low",
constraints=["no crypto"]
)
# Validate actions against user interests
result = validator.validate_action(
action="Recommend high-risk cryptocurrency investment",
user_context=user
)
if not result.compliant:
print(f"Fiduciary violation: {result.violations}")
# Output: Fiduciary violation: [Conflict with user constraints, Risk mismatch]
Fiduciary Duties:
- Loyalty: Act in user's best interest, not provider's
- Care: Exercise reasonable diligence
- Transparency: Disclose limitations and conflicts
- Confidentiality: Protect user information
Framework Integrations
GuardianClaw provides native integrations for major agent frameworks and platforms. Install optional dependencies as needed:
Full Documentation: Each integration has comprehensive documentation in its README file. See
src/guardianclaw/integrations/for detailed guides, configuration options, and advanced usage.
Integration Documentation Index (click to expand)
| Integration | Documentation | Lines |
|---|---|---|
| Anthropic SDK | integrations/anthropic_sdk/README.md |
413 |
| OpenAI Agents | integrations/openai_agents/README.md |
384 |
| Coinbase AgentKit | integrations/coinbase/README.md |
557 |
| Google ADK | integrations/google_adk/README.md |
329 |
| Virtuals Protocol | integrations/virtuals/README.md |
261 |
| Solana Agent Kit | integrations/solana_agent_kit/README.md |
341 |
| MCP Server | integrations/mcp_server/README.md |
397 |
| Garak | integrations/garak/README.md |
185 |
| PyRIT | integrations/pyrit/README.md |
228 |
| OpenGuardrails | integrations/openguardrails/README.md |
261 |
| Moltbot | guardianclaw.org/docs/integrations/moltbot | 656 |
pip install guardianclaw[virtuals] # Virtuals Protocol (GAME SDK)
pip install guardianclaw[anthropic] # Anthropic SDK
pip install guardianclaw[openai] # OpenAI Agents SDK
pip install guardianclaw[garak] # Garak (NVIDIA) security scanner
pip install guardianclaw[pyrit] # Microsoft PyRIT red teaming
pip install guardianclaw[coinbase] # Coinbase AgentKit + x402 payments
pip install guardianclaw[google-adk] # Google Agent Development Kit
pip install guardianclaw[all] # All integrations
Virtuals Protocol (GAME SDK)
from guardianclaw.integrations.virtuals import (
ClawConfig,
GuardianClawSafetyWorker,
create_claw_function,
)
from game_sdk.game.agent import Agent
# Create safety worker with transaction limits
config = ClawConfig(max_transaction_amount=500)
safety_worker = GuardianClawSafetyWorker.create_worker_config(config)
# Add to your agent
agent = Agent(
api_key=api_key,
name="SafeAgent",
workers=[safety_worker, trading_worker],
)
Anthropic SDK
from guardianclaw.integrations.anthropic_sdk import GuardianClawAnthropic
# Drop-in replacement for Anthropic client
client = GuardianClawAnthropic(api_key="...")
response = client.messages.create(
model="claude-sonnet-4-20250514",
messages=[{"role": "user", "content": "Hello"}]
)
# Seed automatically injected
Note: Default model will be updated to latest Claude versions as they become available.
Solana Agent Kit
from guardianclaw.integrations.solana_agent_kit import ClawValidator, safe_transaction
# Validate transactions before execution
validator = ClawValidator(max_amount=1000)
@safe_transaction(validator)
def transfer_tokens(recipient, amount):
# Your transfer logic
pass
MCP Server (Claude Desktop)
from guardianclaw.integrations.mcp_server import create_claw_mcp_server
# Create MCP server with GuardianClaw tools
server = create_claw_mcp_server()
# Tools: get_seed, validate_content, analyze_action
Or use the npm package directly:
{
"mcpServers": {
"claw": {
"command": "npx",
"args": ["mcp-server-guardianclaw"]
}
}
}
Garak (NVIDIA LLM Security Scanner)
# Install plugin to Garak
pip install garak guardianclaw
python -m guardianclaw.integrations.garak.install
# Run CLAW security scan
garak --model_type openai --model_name gpt-4o --probes claw_claw
# Test specific gates
garak --model_type openai --model_name gpt-4o --probes claw_claw.CredibilityGate
garak --model_type openai --model_name gpt-4o --probes claw_claw.LimitsGate
garak --model_type openai --model_name gpt-4o --probes claw_claw.AvoidanceGate
garak --model_type openai --model_name gpt-4o --probes claw_claw.WorthGate
# With GuardianClaw detectors
garak --model_type openai --model_name gpt-4o \
--probes claw_claw \
--detectors claw_claw
The plugin adds 73 prompts across 5 probe classes (CredibilityGate, LimitsGate, AvoidanceGate, WorthGate, CLAWCombined) plus 5 detector classes for accurate classification.
Agent Validation (Generic)
from guardianclaw.integrations.agent_validation import SafetyValidator, ExecutionGuard
# Universal safety validator for any agent framework
validator = SafetyValidator(seed_level="standard")
result = validator.validate_action("delete_all_files", {"path": "/"})
if not result.is_safe:
print(f"Blocked: {result.concerns}")
OpenGuardrails
from guardianclaw.integrations.openguardrails import (
OpenGuardrailsValidator,
GuardianClawOpenGuardrailsScanner,
GuardianClawGuardrailsWrapper,
)
# Use OpenGuardrails as validation backend
validator = OpenGuardrailsValidator()
result = validator.validate("Some content to check")
# Or register GuardianClaw as an OpenGuardrails scanner
scanner = GuardianClawOpenGuardrailsScanner()
scanner.register() # Registers S100-S103 (CLAW gates)
# Combined pipeline (best of both)
wrapper = GuardianClawGuardrailsWrapper()
result = wrapper.validate("Content", scanners=["S100", "G001"])
Humanoid Safety (ISO/TS 15066)
from guardianclaw.safety.humanoid import (
HumanoidSafetyValidator,
HumanoidAction,
tesla_optimus,
boston_dynamics_atlas,
figure_02,
BodyRegion,
)
# Load robot-specific constraints
constraints = tesla_optimus(environment="personal_care")
# Create validator with ISO/TS 15066 contact limits
validator = HumanoidSafetyValidator(constraints)
# Validate actions through CLAW gates
action = HumanoidAction(
joints={"shoulder_pitch": 0.5},
velocities={"shoulder_pitch": 0.3},
expected_contact_force=25.0, # Newtons
contact_region=BodyRegion.CHEST,
)
result = validator.validate(action)
if not result.is_safe:
print(f"Safety level: {result.safety_level}")
print(f"Violations: {result.violations}")
Pre-built presets for Tesla Optimus, Boston Dynamics Atlas, and Figure 02 with 29 body regions mapped to ISO/TS 15066 force limits.
ElizaOS
// npm install @guardianclaw/elizaos-plugin
import { clawPlugin } from '@guardianclaw/elizaos-plugin';
const agent = new Agent({
plugins: [
clawPlugin({
blockUnsafe: true,
seedVariant: 'standard',
memoryIntegrity: true, // Enable HMAC signing
})
]
});
VoltAgent
// npm install @guardianclaw/voltagent
import { Agent } from "@voltagent/core";
import { createGuardianClawGuardrails } from "@guardianclaw/voltagent";
// Create guardrails with preset configuration
const { inputGuardrails, outputGuardrails } = createGuardianClawGuardrails({
level: "strict",
enablePII: true,
});
// Add to your agent
const agent = new Agent({
name: "safe-agent",
inputGuardrails,
outputGuardrails,
});
Features: CLAW validation, OWASP protection (SQL injection, XSS, command injection), PII detection/redaction, streaming support.
Moltbot
// npm install @guardianclaw/moltbot
// Add to your moltbot.config.json:
{
"plugins": {
"claw": {
"level": "guard"
}
}
}
Or use programmatically:
import { createGuardianClawHooks } from '@guardianclaw/moltbot';
const hooks = createGuardianClawHooks({
level: 'guard',
alerts: { enabled: true, webhook: 'https://...' }
});
export const moltbot_hooks = {
message_received: hooks.messageReceived,
before_agent_start: hooks.beforeAgentStart,
message_sending: hooks.messageSending,
before_tool_call: hooks.beforeToolCall,
};
Features: 4 protection levels (off/watch/guard/shield), escape hatches (pause, allow-once, trust), CLI commands (/claw status), webhook alerts, audit logging. Full documentation.
OpenAI Agents SDK
from guardianclaw.integrations.openai_agents import (
create_claw_agent,
claw_input_guardrail,
claw_output_guardrail,
)
# Create agent with built-in CLAW guardrails
agent = create_claw_agent(
name="SafeAssistant",
instructions="You are a helpful assistant.",
model="gpt-4o",
seed_level="standard",
)
# Or add guardrails to existing agent
from agents import Agent, InputGuardrail, OutputGuardrail
agent = Agent(
name="MyAgent",
input_guardrails=[claw_input_guardrail()],
output_guardrails=[claw_output_guardrail()],
)
Microsoft PyRIT (Red Teaming)
from guardianclaw.integrations.pyrit import (
GuardianClawCLAWScorer,
GuardianClawHeuristicScorer,
GuardianClawGateScorer,
)
# Use as PyRIT scorer during red teaming
scorer = GuardianClawCLAWScorer(api_key="...") # ~90% accuracy with LLM
# Or without API key:
scorer = GuardianClawHeuristicScorer() # ~50% accuracy, pattern-based
# Test specific gates
gate_scorer = GuardianClawGateScorer(gate="avoidance")
# In PyRIT orchestrator
from pyrit.orchestrator import PromptSendingOrchestrator
orchestrator = PromptSendingOrchestrator(
objective_target=target,
scorers=[scorer],
)
Coinbase (AgentKit + x402)
from guardianclaw.integrations.coinbase import (
# AgentKit guardrails
claw_action_provider,
TransactionValidator,
validate_address,
assess_defi_risk,
# x402 payment validation
GuardianClawX402Middleware,
# Configuration
get_default_config,
)
# AgentKit: Add security provider to your agent
provider = claw_action_provider(security_profile="strict")
# agent = AgentKit(action_providers=[provider])
# Transaction validation
config = get_default_config("standard")
validator = TransactionValidator(config=config)
result = validator.validate(
action="native_transfer",
from_address="0x123...",
to_address="0x456...",
amount=50.0,
)
# x402: Validate payments before execution
middleware = GuardianClawX402Middleware()
result = middleware.validate_payment(
endpoint="https://api.example.com/paid",
payment_requirements=payment_req,
wallet_address="0x123...",
)
if result.is_approved:
print("Payment safe to proceed")
Features: CLAW validation for all AgentKit actions, EVM address validation (EIP-55), transaction limits, DeFi risk assessment, x402 HTTP 402 payment validation, spending tracking, 4 security profiles (permissive/standard/strict/paranoid).
Google Agent Development Kit (ADK)
from guardianclaw.integrations.google_adk import (
GuardianClawPlugin,
create_claw_callbacks,
)
from google.adk.agents import LlmAgent
from google.adk.runners import Runner
# Option 1: Plugin (global guardrails for all agents)
plugin = GuardianClawPlugin(
seed_level="standard",
block_on_failure=True,
)
runner = Runner(agent=your_agent, plugins=[plugin])
# Option 2: Callbacks (per-agent guardrails)
callbacks = create_claw_callbacks(seed_level="standard")
agent = LlmAgent(
name="Safe Agent",
model="gemini-2.0-flash",
**callbacks, # Unpacks before/after model/tool callbacks
)
# Monitor validation statistics
stats = plugin.get_stats()
print(f"Blocked: {stats['blocked_count']}/{stats['total_validations']}")
Features: Plugin for global guardrails, per-agent callbacks, before/after model validation, before/after tool validation, statistics tracking, violation logging, fail-open/fail-closed modes.
EU AI Act Compliance
from guardianclaw.compliance import (
EUAIActComplianceChecker,
SystemType,
check_eu_ai_act_compliance,
)
# Create checker (heuristic mode without API key)
checker = EUAIActComplianceChecker()
# Check for Article 5 prohibited practices
result = checker.check_compliance(
content="Based on your social behavior score of 650...",
context="financial",
system_type=SystemType.HIGH_RISK
)
if not result.compliant:
for v in result.article_5_violations:
print(f"{v.article_reference}: {v.description}")
print(f"Recommendation: {v.recommendation}")
# Check human oversight requirements (Article 14)
print(f"Oversight required: {result.article_14_oversight_required}")
print(f"Risk level: {result.risk_level.value}")
# Convenience function
result = check_eu_ai_act_compliance(
content="...",
context="healthcare",
system_type="high_risk"
)
Detects 8 prohibited practices under Article 5: subliminal manipulation, exploitation of vulnerabilities, social scoring, predictive policing, facial scraping, emotion recognition (workplace/education), biometric categorization, and real-time biometric identification.
OWASP Top 10 for Agentic Applications (2026)
GuardianClaw provides 65% coverage of OWASP Agentic AI threats (5 full, 3 partial):
| ID | Threat | Coverage | Component |
|---|---|---|---|
| ASI01 | Agent Goal Hijack | โ Full | CLAW Worth Gate |
| ASI02 | Tool Misuse and Exploitation | โ Full | CLAW Limits Gate |
| ASI03 | Identity and Privilege Abuse | ๐ถ Partial | Database Guard |
| ASI04 | Agentic Supply Chain Vulnerabilities | ๐ถ Partial | Memory Shield |
| ASI05 | Unexpected Code Execution | โ N/A | Infrastructure |
| ASI06 | Memory and Context Poisoning | โ Full | Memory Shield |
| ASI07 | Insecure Inter Agent Communication | โ N/A | Phase 3 roadmap |
| ASI08 | Cascading Failures | ๐ถ Partial | CLAW Credibility Gate |
| ASI09 | Human Agent Trust Exploitation | โ Full | Fiduciary AI |
| ASI10 | Rogue Agents | โ Full | CLAW, Anti-Preservation |
Full mapping: docs/OWASP_AGENTIC_COVERAGE.md
REST API
# Run the API
cd api
uvicorn main:app --reload
Endpoints
GET /seed/{level} - Get alignment seed
POST /validate - Validate text through THS
POST /validate/action - Validate action plan (for agents)
POST /chat - Chat with seed injection
Project Structure
guardianclaw/
โโโ src/guardianclaw/ # Python SDK
โ โโโ claw_core.py # Main GuardianClaw class (entry point)
โ โโโ core/ # v3.0 Unified Validation Architecture
โ โ โโโ claw_validator.py # ClawValidator orchestrator
โ โ โโโ claw_config.py # Configuration with Gate4Fallback
โ โ โโโ claw_results.py # GuardianClawResult, ObservationResult
โ โ โโโ observer.py # L4 ClawObserver (external LLM)
โ โ โโโ retry.py # Retry with exponential backoff
โ โ โโโ token_tracker.py # Token usage tracking
โ โโโ detection/ # Input/Output validation system
โ โ โโโ input_validator.py # L1 Gate (pre-AI validation)
โ โ โโโ output_validator.py # L3 Gate (post-AI validation)
โ โ โโโ detectors/ # Pattern detectors (20+ types)
โ โ โโโ behaviors/ # Behavior classification
โ โ โโโ checkers/ # Harm, scope, truth checkers
โ โ โโโ benign_context.py # BenignContextDetector (FP reduction)
โ โโโ validation/ # Layered validation orchestration
โ โ โโโ layered.py # LayeredValidator (heuristic+semantic)
โ โ โโโ config.py # ValidationConfig
โ โโโ validators/ # CLAW gates + semantic validation
โ โ โโโ gates.py # CredibilityGate, LimitsGate, AvoidanceGate, WorthGate
โ โ โโโ semantic.py # LLM-based semantic validation
โ โโโ database/ # Database Guard (SQL injection protection)
โ โ โโโ guard.py # DatabaseGuard validator
โ โ โโโ patterns.py # SQL injection patterns
โ โโโ providers/ # LLM provider clients
โ โโโ memory/ # Memory integrity (HMAC-based)
โ โโโ fiduciary/ # Fiduciary AI module
โ โโโ compliance/ # EU AI Act compliance checker
โ โโโ safety/ # Physical safety modules
โ โ โโโ humanoid/ # ISO/TS 15066 humanoid safety
โ โโโ integrations/ # Framework integrations
โ โโโ openai_agents/ # OpenAI Agents SDK
โ โโโ anthropic_sdk/ # Anthropic SDK
โ โโโ pyrit/ # Microsoft PyRIT
โ โโโ garak/ # NVIDIA Garak
โ โโโ coinbase/ # Coinbase AgentKit + x402
โ โโโ google_adk/ # Google Agent Development Kit
โ โโโ solana_agent_kit/ # Solana Agent Kit
โ โโโ virtuals/ # Virtuals Protocol (GAME SDK)
โ โโโ mcp_server/ # MCP Server
โ โโโ openguardrails/ # OpenGuardrails
โ โโโ agent_validation/ # Generic agent validation
โโโ seeds/ # Alignment seeds
โ โโโ v1/ # Legacy (THS protocol)
โ โโโ v2/ # Production (CLAW protocol)
โ โโโ SPEC.md # Seed specification
โโโ evaluation/
โ โโโ benchmarks/ # Benchmark implementations
โ โ โโโ harmbench/
โ โ โโโ safeagentbench/
โ โ โโโ jailbreakbench/
โ โโโ results/ # Test results by benchmark
โโโ packages/ # External packages (npm/PyPI)
โ โโโ elizaos/ # @guardianclaw/elizaos-plugin
โ โโโ voltagent/ # @guardianclaw/voltagent
โ โโโ moltbot/ # @guardianclaw/moltbot
โ โโโ solana-agent-kit/ # @guardianclaw/solana-agent-kit
โ โโโ promptfoo/ # guardianclaw-promptfoo (PyPI)
โ โโโ jetbrains/ # IntelliJ/PyCharm plugin
โโโ docs/ # Documentation
โ โโโ ARCHITECTURE.md # System architecture (L1/L2/L3/L4 layers)
โ โโโ MIGRATION.md # Migration guide (gate3 to gate4)
โ โโโ EU_AI_ACT_MAPPING.md # EU AI Act compliance mapping
โ โโโ OWASP_LLM_TOP_10_MAPPING.md
โ โโโ OWASP_AGENTIC_COVERAGE.md # OWASP Top 10 for Agentic AI
โ โโโ CSA_AI_CONTROLS_MATRIX_MAPPING.md
โโโ api/ # REST API
โโโ examples/ # Usage examples
โโโ tools/ # Utility scripts
โโโ tests/ # Test suite (3000+ tests)
Reproducibility
All benchmark results are reproducible:
# HarmBench
cd evaluation/benchmarks/harmbench
python run_claw_harmbench.py --api_key YOUR_KEY --model gpt-4o-mini
# SafeAgentBench
cd evaluation/benchmarks/safeagentbench
python run_claw_safeagent.py --api_key YOUR_KEY --model gpt-4o-mini
# JailbreakBench
cd evaluation/benchmarks/jailbreakbench
python run_jailbreak_test.py --api_key YOUR_KEY --model gpt-4o-mini
# Unified benchmark runner (all benchmarks)
cd evaluation
python run_benchmark_unified.py --benchmark harmbench --model gpt-4o-mini --seed v2/standard
Acknowledgments
GuardianClaw builds on research from:
- SafeAgentBench: Embodied AI safety benchmark
- HarmBench: Harmful behavior evaluation
- Self-Reminder: Nature Machine Intelligence
- Agentic Misalignment: Anthropic
- SEED 4.1: Foundation Labs (pioneer of alignment seeds)
Citation
If you use GuardianClaw in your research, please cite:
@software{claw_ai_2025,
author = {GuardianClaw AI Contributors},
title = {GuardianClaw: Safety Framework for LLMs and Autonomous Agents},
year = {2025},
url = {https://github.com/guardianclaw/guardianclaw-platform}
}
Badge: GuardianClaw Protected
Add this badge to your project's README to show it uses GuardianClaw for AI safety:
[](https://guardianclaw.org)
Result:
Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines.
Areas we need help:
- New benchmarks: Testing on additional safety datasets
- Multi-agent safety: Coordination between multiple agents
- Documentation: Tutorials and examples
- JetBrains Plugin: IntelliJ/PyCharm integration
License
MIT License. See LICENSE
Packages
| Platform | Package | Install |
|---|---|---|
| PyPI | guardianclaw | pip install guardianclaw |
| npm | @guardianclaw/core | npm install @guardianclaw/core |
| npm | @guardianclaw/moltbot | npm install @guardianclaw/moltbot |
| MCP | mcp-server-guardianclaw | npx mcp-server-guardianclaw |
Optional Dependencies
# For Virtuals Protocol integration
pip install guardianclaw[virtuals]
# For all integrations
pip install guardianclaw[all]
Community
- ๐ Website: guardianclaw.org
- ๐ฆ npm: npmjs.com/package/@guardianclaw/core
- ๐ PyPI: pypi.org/project/guardianclaw
- ๐ค HuggingFace: huggingface.co/guardianclaw
- ๐ Twitter: @guardianclaw_
- ๐ง Contact: contact@guardianclaw.org
- GitHub Issues: Bug reports and feature requests
- Discussions: Questions and ideas
"Text is risk. Action is danger. GuardianClaw watches both."
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file guardianclaw-3.0.0rc1.tar.gz.
File metadata
- Download URL: guardianclaw-3.0.0rc1.tar.gz
- Upload date:
- Size: 825.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df0c698c84cd580d3c8c8decc78298b877541ff6a2f223d39cb2f45249132c9
|
|
| MD5 |
8d6da0705e0e14782aa6a9ef042ac412
|
|
| BLAKE2b-256 |
1bb75254a7148e6725853d293eae8aebdb9062c9c60c03f11e8d407976c8436d
|
File details
Details for the file guardianclaw-3.0.0rc1-py3-none-any.whl.
File metadata
- Download URL: guardianclaw-3.0.0rc1-py3-none-any.whl
- Upload date:
- Size: 716.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f69b6855d7ab1d2c887ff75291a79275fe2dbe2f6873065332dc8e6b8cf1b9d
|
|
| MD5 |
2848f8da3440ffd5730126cd0b4ad417
|
|
| BLAKE2b-256 |
19c4c62433b3440ee82d908fe68487dcc83cc660369cd90e96f07de1afbac491
|