nda-review
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection Surface: The skill is designed to analyze external legal documents (NDAs) provided by users or counterparties. This introduces a potential surface where adversarial text within a document could attempt to influence the agent's triage logic or bypass established playbook rules. The skill addresses this by maintaining a 'source of truth' in a local configuration file and requiring human-in-the-loop confirmation for sensitive actions.
- Dynamic Workspace Management: The skill dynamically constructs file paths within the
~/.claude/plugins/config/directory using matter-specific identifiers. While these operations are confined to the plugin's configuration environment, the use of dynamic inputs for file system interaction is a pattern that benefits from strict sanitization to ensure access remains within the intended directory structure. - Persistent Configuration Updates: The skill allows for the modification of the central legal playbook (
CLAUDE.md) based on user input for missing terms. While this mechanism is designed to improve consistency, the ability for user-provided definitions to be written into persistent instructions is a functional feature that warrants ongoing monitoring for integrity.
Audit Metadata