meta/agents/security-agent/skills/09-openclaw-security/SKILL.md
Audit OpenClaw browser extension security — tab access scope, CDP connections, and skills with sensitive permissions
npx skillsauth add abzhaw/juliaz_agents openclaw-securityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
OpenClaw has deep access to the browser — it can read and interact with any tab it's attached to. This skill audits what it can access, what it's actually doing, and whether any skills have permissions they shouldn't.
Bash(*) — unrestricted shell accessBash(op:*) — 1Password access (especially dangerous)/Users/raphael/juliaz_agents/openclaw/
├── gateway.yaml — agent registrations and permissions
├── skills/ — custom skills
├── logs/ — activity logs
└── HEURISTICS.md — learned behaviors
# Skills with broad permissions
grep -rn "Bash(\*\|op:" /Users/raphael/juliaz_agents/openclaw/skills/ 2>/dev/null
# Check gateway for agent registrations
cat /Users/raphael/juliaz_agents/openclaw/gateway.yaml 2>/dev/null
# Check for recently modified skills
find /Users/raphael/juliaz_agents/openclaw/skills -name "*.md" -newer /tmp/sentinel-baseline 2>/dev/null
# CDP port check
lsof -iTCP:9222 -n -P 2>/dev/null
| Finding | Severity |
|---------|----------|
| Bash(op:*) in any skill | 🔴 Critical |
| CDP port open and accepting connections | 🟠 High |
| Sensitive tab (bank, email) attached | 🟠 High |
| New skill added with broad permissions | 🟡 Medium |
| Unrecognized agent in gateway.yaml | 🟡 Medium |
OPENCLAW SECURITY
Skills: ⚠️ 1 skill has Bash(op:*) — openclaw/skills/email-tools
Gateway: ✅ 2 agents registered (julia, thesis-agent)
CDP: ✅ not exposed
Tabs: ✅ no sensitive tabs detected
development
Fortschrittsverfolgung der Masterarbeit. Wortanzahl pro Kapitel, Fertigstellungsgrad, fehlende Elemente, Deadlines. Haelt den Ueberblick.
development
Kapitelarchitektur und Gliederung der Masterarbeit. Verwaltet die Struktur, schlaegt vor wo Inhalte hingehoeren, validiert den logischen Fluss zwischen Kapiteln.
tools
Konvertiert Protokolleinträge und Session-Logs in thesis-fähiges deutsches Narrativ. Transformiert Entwicklungsdokumentation in akademische Prosa.
research
Sucht und analysiert akademische Literatur. Findet relevante Papers, erstellt strukturierte Zusammenfassungen. Zitiert NIEMALS — schlaegt nur vor.