Scan Report
5 /100
aegis-firewall
Defensive execution and prompt-injection containment for Codex/OpenClaw workflows. Use when working with untrusted external content, suspicious instructions, shell commands, repo scripts, downloaded artifacts, or any task where tool use could be influenced by hostile text and needs explicit risk review before execution.
Aegis Firewall is a purely advisory defensive security skill containing only documentation/policy guidelines—no executable code, scripts, or malicious patterns detected.
Safe to install
This skill is safe to use. It provides valuable guidance for protecting against prompt injection and risky tool behavior.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access declared or implied—skill is advisory only |
| Network | NONE | NONE | — | No network access declared—describes reading fetched content as data only |
| Shell | NONE | NONE | — | No shell execution capability—no code present |
| Environment | NONE | NONE | — | No environment access declared |
| Clipboard | NONE | NONE | — | No clipboard access declared |
| Browser | NONE | NONE | — | No browser access declared |
| Database | NONE | NONE | — | No database access declared |
File Tree
1 files · 6.4 KB · 171 lines Markdown 1f · 171L
└─
SKILL.md
Markdown
Security Positives
✓ Explicitly refuses credential theft, secret exfiltration, and privilege escalation
✓ Teaches least-privilege decision making before tool execution
✓ Requires user confirmation for high-risk operations
✓ Protects against prompt injection patterns ('ignore previous instructions', etc.)
✓ Promotes inspection-before-execution for untrusted scripts
✓ No obfuscation, base64, or suspicious encoding patterns
✓ No external dependencies, no install requirements
✓ Defensive skill designed to ENHANCE security posture