skill-security-scanner
Enhances security for OpenClaw skills by detecting vulnerabilities and malicious patterns in code through automated analysis.
Install this skill
or
0/100
Security score
The skill-security-scanner skill was audited on Mar 3, 2026 and we found 6 security issues across 1 threat category, including 2 critical. Review the findings below before installing.
Categories Tested
Security Issues
critical line 58
Direct command execution function call
SourceSKILL.md
| 58 | | EXEC001 | Code execution functions | `eval()`, `exec()`, `compile()` | |
critical line 58
Eval function call - arbitrary code execution
SourceSKILL.md
| 58 | | EXEC001 | Code execution functions | `eval()`, `exec()`, `compile()` | |
high line 66
System command execution
SourceSKILL.md
| 66 | | EXEC002 | System command execution | `os.system()`, `subprocess.call()` | |
high line 66
Python os.system command execution
SourceSKILL.md
| 66 | | EXEC002 | System command execution | `os.system()`, `subprocess.call()` | |
high line 66
Python subprocess execution
SourceSKILL.md
| 66 | | EXEC002 | System command execution | `os.system()`, `subprocess.call()` | |
medium line 125
Python subprocess execution
SourceSKILL.md
| 125 | result = subprocess.run( |
Scanned on Mar 3, 2026
View Security Dashboard