flow-next-memory-migrate
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a bundled command-line utility named
flowctllocated within the plugin's script directory (scripts/flowctl). This tool is used to enumerate legacy memory entries and add them to the new categorized system. This is a legitimate use of a vendor-provided tool for the skill's primary function. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks as it processes untrusted data from legacy markdown files to determine how they should be classified.
- Ingestion points: The agent reads content from legacy files located at
.flow/memory/pitfalls.md,.flow/memory/conventions.md, and.flow/memory/decisions.md(viaflowctl memory list-legacy --json). - Boundary markers: There are no explicit boundary markers or "ignore instructions" prompts applied to the data retrieved from the legacy files during the classification phase.
- Capability inventory: The skill possesses significant capabilities, including
Bashfor command execution (flowctl),Writefor file creation, andTaskfor subagent management. - Sanitization: No sanitization or content filtering is performed on the legacy entries before they are analyzed for classification, which could allow maliciously crafted memory entries to influence agent behavior during migration.
Audit Metadata