Evolution State Analyzer
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears benign: it reads a specific evolution memory file and summarizes it, with no network, credential use, or file modification shown.
This is reasonable to install if you want analysis of the evolution memory graph. Review its recommendations before acting on them, and be aware that its report depends on the contents of local persistent memory.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If an agent follows the report without review, it could change future evolution strategy based on this analysis.
The skill can output instruction-like recommendations that may influence future evolution behavior, but the artifacts show these as report content rather than automatic actions.
recommendations.push("DETECTED STAGNATION: Switch INTENT or GENE immediately.");Treat the recommendations as advisory and review them before changing agent behavior or evolution settings.
The output may reveal or depend on information stored in the evolution memory graph.
The skill reads a persistent memory graph as its primary data source. This is purpose-aligned, but persistent memory may contain sensitive or misleading entries that affect the generated report.
const defaultPath = path.resolve(__dirname, '../../memory/evolution/memory_graph.jsonl'); ... const fileStream = fs.createReadStream(targetPath);
Install only if you expect this skill to read the evolution memory graph, and do not treat memory-derived fields as trusted instructions.
