eridian
Runtime security hardening for OpenClaw agents.
Setup & Installation
Install command
clawhub install iampaulpatterson-boop/eridianIf the CLI is not installed:
Install command
npx clawhub@latest install iampaulpatterson-boop/eridianOr install with OpenClaw CLI:
Install command
openclaw skills install iampaulpatterson-boop/eridianor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/iampaulpatterson-boop/eridianWhat This Skill Does
Runtime security hardening for OpenClaw agents. Guards against prompt injection from external content, credential file exfiltration, and unauthorized operations. Works alongside pre-installation skill scanners by enforcing security rules during execution.
Pre-installation scanners catch known-bad skills before they run, but carapace enforces behavioral rules at runtime, stopping attacks that only materialize during execution.
When to Use It
- Blocking hidden instructions in scraped web pages from hijacking agent behavior
- Preventing malicious skill content from reading .env or credential files
- Requiring explicit confirmation before the agent sends data to external endpoints
- Restricting browser navigation to an approved domain allowlist
- Running a structured security audit against an agent's current configuration
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Blocking hidden instructions in scraped web pages from hijacking agent behavior
- 1Blocking hidden instructions in scraped web pages from hijacking agent behavior
- 2Preventing malicious skill content from reading .env or credential files
- 3Requiring explicit confirmation before the agent sends data to external endpoints
- 4Restricting browser navigation to an approved domain allowlist
- 5Running a structured security audit against an agent's current configuration
Runtime security hardening for OpenClaw agents.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.