deadlines
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Local File Management]: The skill manages a deadline ledger stored in
~/.claude/plugins/config/claude-for-legal/legal-clinic/deadlines.yaml. This is used for recording and updating case statuses within the local environment. - [Jurisdiction-Based Configuration]: It loads context from a local
CLAUDE.mdfile to determine warning thresholds and jurisdiction-specific rules, ensuring the agent operates within the parameters defined by the user. - [Plausibility Sanity Checks]: The skill references local markdown files (e.g.,
references/plausibility-bands/CA.md) to validate that user-entered dates fall within typical legal ranges. It includes a safety 'hard stop' if these reference files are missing, preventing unverified operations. - [Command Routing]: The skill uses a flag-based system (
--add,--report,--update) to route internal logic. While it performs file writes based on user input, it includes a mandatory confirmation step before committing data to the ledger.
Audit Metadata