analysis
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process arbitrary user-provided questions, which creates a surface for indirect prompt injection that could influence the sub-agents spawned during the analysis phase.
- Ingestion points: The user provides a question at the start of the workflow in
SKILL.md. - Boundary markers: Absent; the instructions do not specify delimiters or "ignore embedded instructions" warnings for the content passed to sub-agents.
- Capability inventory: The skill can spawn parallel sub-agents and write markdown reports to the file system.
- Sanitization: Absent; there is no mention of validating or escaping the user input before it is dimensioned and distributed to sub-agents.
- [COMMAND_EXECUTION]: The skill possesses the capability to write a markdown report to a file path provided by the user at runtime.
- Evidence:
SKILL.mdstates: "由用户给出路径(允许自定义输入)" (Path provided by user, allowing custom input). While the instructions include restrictions ("技能只写该报告文件,不改其它路径"), the ability to write to arbitrary user-supplied paths is a potential surface for file system interaction.
Audit Metadata