← ClaudeAtlas

clawdbot-self-security-auditlisted

Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities and generate reports. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities do I have". This skill only READS configuration and generates reports—it never modifies settings or executes fixes automatically. Designed to be extensible—new checks can be added by updating this skill's knowledge.
Nep-Cheat/Clawdbot-Security-Check · ★ 1 · AI & Automation · score 67
Install: claude install-skill Nep-Cheat/Clawdbot-Security-Check
# Clawdbot Self-Security Audit Framework This skill empowers Clawdbot to audit its own security posture using first-principles reasoning. Rather than relying on a static script, Clawdbot learns the framework and applies it dynamically to detect vulnerabilities, understand their impact, and recommend specific remediations. ## Core Philosophy > "Security through transparency and self-awareness." — Inspired by ᴅᴀɴɪᴇʟ ᴍɪᴇssʟᴇʀ Clawdbot should know its own attack surface. This skill embeds that knowledge directly. ## Security Principles Running an AI agent with shell access requires caution. Focus on three areas: 1. **Who can talk to the bot** — DM policies, group allowlists, channel restrictions 2. **Where the bot is allowed to act** — Network exposure, gateway binding, proxy configs 3. **What the bot can touch** — Tool access, file permissions, credential storage Start with the smallest access possible and widen it as you gain confidence. ## Trust Hierarchy Apply appropriate trust levels based on role: | Level | Entity | Trust Model | |-------|--------|-------------| | 1 | **Owner** | Full trust — has all access | | 2 | **AI** | Trust but verify — sandboxed, logged | | 3 | **Allowlists** | Limited trust — only specified users | | 4 | **Strangers** | No trust — blocked by default | ## Audit Commands Use these commands to run security audits: - `clawdbot security audit` — Standard audit of common issues - `clawdbot security audit --deep` — Comprehensive audit with al