MaskClaw: Evolutionary Personalized Privacy Guard
PassAudited by VirusTotal on Apr 1, 2026.
Findings (1)
The MaskClaw skill bundle is a privacy-preserving framework designed to mask sensitive information (PII) and refine privacy rules through user feedback. It utilizes RapidOCR and OpenCV for local image de-identification (smart_masker.py), logs agent/user interactions to identify privacy 'corrections' (behavior_monitor.py), and employs a structured 'hill-climbing' evolution mechanic to optimize Standard Operating Procedures (SOPs) using a local LLM API (evolution_mechanic.py). The code is well-documented, lacks any indicators of data exfiltration or unauthorized execution, and its complex 'self-evolution' features are strictly constrained to refining privacy-related instructions within a local environment.
