draft
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted 'case notes' and 'reception summaries' to generate legal drafts. An attacker could potentially influence the agent's output by injecting instructions into these summaries. Ingestion points: Case notes and reception summaries processed in Step 2. Boundary markers: The skill instructions include clear output markers (e.g., '[需补充事实]', '[待核实]') but do not define explicit delimiters or ignore-instructions for the ingestion of untrusted input data. Capability inventory: The skill instructions involve reading local configuration files and guides from the filesystem and performing complex text generation. Sanitization: There is no mention of input sanitization or validation for the processed case notes.
- [SAFE]: The skill dynamically constructs file paths to load practice-area-specific guides (e.g., '~/.claude/plugins/config/claude-for-legal/legal-clinic/guides/<实践领域>.md'). While this creates a potential path traversal surface, it is a primary design feature of the plugin and is limited to the skill's own configuration directory.
Audit Metadata