matter-workspace
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- Workspace File Management: The skill manages organizational data by creating and moving directories within
~/.claude/plugins/config/claude-for-legal/. - It facilitates operations such as
new,list,switch, andcloseto maintain separate contexts for different legal 'matters'. - These file operations are scoped to a specific plugin directory, which is a standard pattern for managing application state.
- Configuration Governance: The skill uses a central
CLAUDE.mdfile as the source of truth for the active workspace. - This mechanism is designed to prevent context leakage between different matters, enforcing a privacy boundary between client datasets.
- Input Processing Considerations: The skill captures user-provided information during an intake process to populate matter files.
- While processing external input into files that are later read by the agent creates a potential surface for indirect prompt injection, the skill mitigates this by using structured markdown templates and defining specific validation rules for matter identifiers (slugs).
Audit Metadata