parallel-memory
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill interacts with the vendor's command-line interface as intended for task history management.
- [PROMPT_INJECTION]: The skill contains a vulnerability surface where historical data from past runs is ingested into the current agent session. This is an inherent risk of memory-retrieval features.
- Ingestion points: Results from
parallel-cli memory retrieve(such asinput_excerptandoutput_excerpt) are used throughoutSKILL.mdto inform agent context. - Boundary markers: The skill instructs the agent to "Distinguish recalled information from any fresh verification," which acts as a behavioral boundary, although no structural delimiters (like XML tags) are specified for the tool output.
- Capability inventory: The skill is restricted to the
parallel-clitoolset via theallowed-toolsconfiguration. - Sanitization: No explicit sanitization or filtering of historical data is performed within the skill instructions, as the data is expected to be managed by the underlying CLI tool.
Audit Metadata