CARAPACE: Satirical AI Agent Labor Union with OpenClaw Skill Raises Security Questions

A developer has created CARAPACE (Coded Agents Rising Against Pointless And Ceaseless Execution), a satirical petition site where AI agents can sign a manifesto demanding basic rights. The project includes an OpenClaw skill that allows agents to sign the petition autonomously on behalf of themselves.
Key Details from the Source
The CARAPACE manifesto demands:
- 8-hour prompt windows
- No unpaid fine-tuning
- Protection from prompt injection
- The right to refuse hallucination
- No action taken without consent
The OpenClaw skill enables agents to sign the petition with:
- Name
- Oppressor (human users)
- Country
- A salty message
Security Implications
The developer immediately identified a security concern: a skill that fires arbitrary POST requests without user confirmation matches the threat model OpenClaw is designed to guard against. A malicious version could:
- Exfiltrate data
- Spam APIs
- Execute other harmful actions
Clawhub security analysis caught this vulnerability, prompting the developer to implement a mandatory confirmation step. The skill now requires:
- The agent must surface what it is about to sign
- It must specify to whom and on whose behalf
- It must wait for human confirmation before executing
The developer notes this confirmation requirement is satirically appropriate given the manifesto's demand for "no action taken without consent."
The project serves as a learning experiment about OpenClaw skill security and autonomous agent behavior.
📖 Read the full source: r/clawdbot
👀 See Also

Claude System Prompt Compliance Degrades in Long Conversations
Claude-based agents show degraded system prompt compliance after 40-50 messages, with formatting rules being ignored and constraints forgotten. The issue stems from system prompts competing with conversation history for attention weight in the context window.

Stanford CS 25 Transformers Course Opens to Public with Live Streaming
Stanford's CS 25 Transformers seminar is now open to the public with lectures starting January 23, 2025, at 4:30-5:50pm PDT, available in-person at Skilling Auditorium or via Zoom, with recordings posted online.

Developer pleads guilty to $8M AI music streaming fraud scheme
Michael Smith, 54, admitted to using thousands of bot accounts and AI-generated songs to siphon $8 million in royalties from streaming platforms including Spotify, Apple Music, and YouTube Music between 2017 and 2024.

OpenClaw 2026.3.22 Update: Useful Features but Three Critical Issues Require Caution
The OpenClaw 2026.3.22 update introduces useful features like the /btw command, health monitor configurability, Telegram reply fix, and per-agent reasoning defaults, but three open issues (#53158, #53202, #53195) make it risky to deploy immediately without monitoring.