sync-memory
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes a local script named
memory-manager.pywith various arguments to handle synchronization tasks, content diffing, and storage status updates. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection (Category 8) by ingesting data from
insights.jsonand thecampaigns/directory and storing it in persistent memory layers. - Ingestion points: The skill reads content from
insights.jsonand files located in thecampaigns/directory. - Boundary markers: There are no explicit delimiters or instructions to the agent to ignore embedded commands within the ingested content.
- Capability inventory: The skill utilizes
memory-manager.pyto interact with external vector databases and update local configuration files. - Sanitization: The process description does not specify sanitization or validation of the ingested content before it is stored in the memory layer.
Audit Metadata