ClawAudit verdict
sovereign-security-auditor
Skill performs static code security audits covering OWASP Top 10 patterns; executionSinkDetected is from vulnerable code examples shown for detection purposes and the skill has no network-out capability.
⚠ 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.
Findings (10)
<script> tag in markdown — potential code injection
EXAMPLES.md · code · <script>
Possible hardcoded credential
EXAMPLES.md · code · password: 'Sup3rS3cret!Pr0d@2024
Uses eval() — can execute arbitrary code
SKILL.md · prose · downgraded · eval(
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
os.system/popen — direct OS command execution
SKILL.md · prose · downgraded · os.system(
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
Uses exec() — may execute shell commands
SKILL.md · prose · downgraded · exec(
subprocess execution — runs system commands from Python
SKILL.md · prose · downgraded · subprocess.call(
subprocess with shell=True — command injection vector
SKILL.md · prose · downgraded · subprocess.call(shell=True
Accesses sensitive environment variables
EXAMPLES.md · code · process.env.DB_PASSWORD
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?
Thanks — recorded.