Evolution State Analyzer
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill 'evolution-state-analyzer' is designed to analyze an internal OpenClaw memory graph file (`memory_graph.jsonl`) for evolution patterns. The code in `index.js` correctly implements this functionality, reading the specified file and performing analysis without any external network calls, arbitrary command execution, or attempts to access sensitive system files or environment variables. While the `analyzeState` function accepts an optional `graphPath` argument, which could theoretically be exploited for arbitrary file read if an AI agent were prompted to provide a malicious path, the skill itself does not instruct the agent to do so, nor does it contain any code demonstrating malicious intent. The `SKILL.md` instructions are benign and directly related to the skill's stated purpose.
