Back to skill
Skillv0.1.0

VirusTotal security

MessageGuard · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 4:29 AM
Hash
932354fe60690ea06ce6504dab5e28ebe8c0f4091d2e314704eb1626c8761701
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: messageguard Version: 0.1.0 The OpenClaw AgentSkills 'MessageGuard' skill is designed to filter outgoing messages for sensitive information, acting as a security control. The Python script `scripts/filter_message.py` implements this by using a comprehensive set of regex patterns to detect and then mask, block, or warn about sensitive data like API keys, private keys, and PII. All dependencies are from the Python standard library, and the code is clear and well-documented. While there are theoretical configuration-based vulnerabilities (e.g., ReDoS if a malicious regex is supplied in config, or arbitrary file write if `log_path` is maliciously controlled), these are not indicative of intentional malice within the skill's design. The skill's explicit purpose and implementation are to enhance security, not to compromise it.
External report
View on VirusTotal