agent-memory-continuity
Warn
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill establishes a persistence mechanism by modifying the user's crontab to execute synchronization scripts periodically.
- Evidence:
scripts/activate-memory-sync.shadds a cron job that runsscripts/sync-memory.shevery six hours. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it instructs the agent to retrieve and follow context from historical log files that contain unsanitized user input.
- Ingestion points:
memory/*.mdandMEMORY.md(referenced inAGENT_MEMORY_PROTOCOL.md). - Boundary markers: Absent; there are no delimiters or instructions to ignore embedded commands in retrieved memory.
- Capability inventory: The agent has the ability to write to the filesystem, execute shell scripts via cron, and utilize the
memory_searchtool. - Sanitization: Absent; conversation content is appended directly to memory files without filtering or escaping.
- [COMMAND_EXECUTION]: The installation process modifies filesystem permissions to enable script execution.
- Evidence:
install.shuseschmod +xon all scripts within thescripts/directory.
Audit Metadata