Vestige
Analysis
Vestige is a coherent local memory skill, but it asks the agent to run undeclared local binaries and automatically store and reuse cross-session memories, so it needs user review before installation.
Findings (3)
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.
## Binary Location ``` ~/bin/vestige-mcp ~/bin/vestige ~/bin/vestige-restore ```
The skill depends on local executables, while the provided package is instruction-only with no install spec or code files. This creates a provenance and metadata gap for components the agent is told to use.
echo "{\"jsonrpc\":\"2.0\"...\"query\":\"$*\"}}}" | ~/bin/vestige-mcpThe optional helper script interpolates shell arguments directly into JSON without escaping, so quotes or JSON control characters in the query or content could malformed or alter the request.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"Remember this" | `smart_ingest` immediately ... At the start of conversations, search for relevant context ... Preferences that should persist indefinitely
The skill directs automatic storage and automatic retrieval of persistent memory across sessions, including user preferences, project context, reminders, and instructions-like context.
