consult-personas
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted content from project-specific documents and deliverables, which creates an indirect prompt injection surface.
- Ingestion points: The skill reads stakeholder prose from
scope/key-question.mdand deliverable artifacts located inaction-fields/directories. - Boundary markers: There are no explicit markers or instructions to isolate the ingested project data from the instructions provided to the agent or the persona challenger agent.
- Capability inventory: The skill has the ability to execute internal bash scripts, modify files via
WriteandEdit, and dispatch other skills/agents. - Sanitization: No sanitization or validation of the ingested text is performed before it is used to define personas or generate critiques.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to run administrative scripts and manage files within its environment. - It executes a project discovery script (
discover-projects.sh) and uses standard shell commands likecpto initialize persona templates from its internal reference directory. These operations are limited to the plugin's own filesystem structure.
Audit Metadata