memory-management
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses the
npxutility to download the@claude-flow/clipackage from the NPM registry during command execution. - [REMOTE_CODE_EXECUTION]: Packages downloaded via
npxare executed as code on the host environment. - [COMMAND_EXECUTION]: The skill relies on shell scripts (
scripts/memory-backup.sh,scripts/memory-consolidate.sh) to automate CLI tasks and system operations. - [PROMPT_INJECTION]: The skill exhibits a vulnerability surface for indirect prompt injection.
- Ingestion points: External or untrusted data can be stored in the memory system using the
memory storecommand and retrieved viamemory searchas seen inSKILL.md. - Boundary markers: The skill does not implement delimiters or specific instructions to prevent the agent from following commands that might be embedded in the stored data.
- Capability inventory: The skill can execute subprocesses and perform file-system writes via the CLI tool in
SKILL.mdand the associated shell scripts. - Sanitization: No sanitization or validation logic is present to filter or escape content stored in the memory system.
Audit Metadata