unCAGd
Analysis
This is a coherent project-memory skill, but users should notice that it persists decisions and references an external MCP/package implementation not included in the reviewed artifacts.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"package": "@uncagd/openclaw-cag-memory", "mcpServer": { "name": "uncagd-memory", "command": "uncagd", "args": ["start"] }The metadata references an external package and MCP server command, but no implementation code or install specification is included in the reviewed artifacts.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Before planning or editing code, call `cag.retrieve`... Use retrieved decisions as constraints, not as proof of current code state.
The skill intentionally retrieves persistent project decisions that can influence future planning and code work, while also warning not to over-trust that memory.
