Skip to main content

lawclaw

Lawclaw analyzes legal documents, extracts key clauses, and checks citations, all while ensuring attorney-client privilege with local processing.

Install this skill

or
55/100

Security score

The lawclaw skill was audited on Feb 28, 2026 and we found 3 security issues across 1 threat category, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56- Batch rename exhibits: `for f in *.pdf; do mv "$f" "Exhibit_${f}"; done`
high line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60- Batch convert PDFs: `for f in *.pdf; do pdftotext "$f" "${f%.pdf}.txt"; done`
high line 99

Template literal with variable interpolation in command context

SourceSKILL.md
991. Extract all PDFs: `for pdf in discovery/*.pdf; do pdftotext "$pdf" "${pdf%.pdf}.txt"; done`
Scanned on Feb 28, 2026
View Security Dashboard

Install this skill with one command

/learn @openclaw/lawclaw
GitHub Stars 2.2K
Rate this skill
Categorylegal
UpdatedMarch 29, 2026
openclaw/skills