synthesize-learnings
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through the ingestion of untrusted analysis reports. Malicious instructions embedded in a plugin analysis report could potentially override the agent's behavior during the synthesis process.
- Ingestion points: The skill reads raw analysis reports from the
analyze-pluginworkflow, as defined inSKILL.mdandreferences/input-contract.md. - Boundary markers: There are no explicit instructions or delimiters (such as "ignore embedded instructions") defined in the
input-contract.mdto protect the synthesis logic from data-driven instructions. - Capability inventory: The skill is granted
Bash,Read, andWritepermissions. It is explicitly instructed to modify core framework files, includingscaffold.py,audit.py, andSKILL.mdtemplates (documented inreferences/improvement-mapping.md). - Sanitization: No sanitization or validation of the input analysis content is mentioned in the processing steps, increasing the risk that a malicious report could trigger unintended file modifications or command execution.
Audit Metadata