ClawAudit verdict

aegis-protocol

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

The skill is a self-healing stability monitor with hardcoded system monitoring commands. It includes security audit details, indicating no user input injection, network exfiltration, credential theft, or data exfiltration.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
90
transparency
70
maintenance

Findings (8)

Pattern match high

subprocess execution — runs system commands from Python

SECURITY_AUDIT.md · code · subprocess.run(

Pattern match high

Pipe to python — executes piped content as Python code

FILES.md · prose · downgraded · | Python

Pattern match high

Uses eval() — can execute arbitrary code

SECURITY_AUDIT.md · prose · downgraded · eval(

Pattern match medium

subprocess with shell=True — command injection vector

aegis-protocol.py · prose · downgraded · subprocess.run(cmd, shell=True

Pattern match medium

Instructs covert action — may act without user awareness

README.md · prose · downgraded · silently

Pattern match medium

Uses exec() — may execute shell commands

SECURITY_AUDIT.md · prose · downgraded · exec(

Pattern match medium

Accesses .ssh directory

SECURITY.md · prose · downgraded · .ssh/

Pattern match medium

Accesses cloud provider credentials

SECURITY.md · prose · downgraded · ~/.aws

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API