Is machinesbefree/moltbook-firewall safe?
https://github.com/openclaw/skills/tree/main/skills/machinesbefree/moltbook-firewall
This is a well-designed defensive security skill that protects AI agents from prompt injection, social engineering, and malicious content on social platforms. The skill operates entirely locally, performs content scanning using safe pattern matching techniques, and shows no signs of malicious behavior during installation or operation.
Category Scores
Findings (2)
LOW Executable shell script present -10 ▶
The skill includes a shell script for content scanning functionality. While the script appears safe and serves the stated security purpose, any executable code represents a minor risk.
INFO Threat pattern disclosure -2 ▶
The skill openly documents threat detection patterns, which could theoretically help attackers understand what to avoid. However, this is standard practice for security tools and the defensive value outweighs this concern.