ux-copy
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a linting system for user interface copy and documentation style, providing guidelines for inclusive language, capitalization, and clarity.
- [SAFE]: Automated checks are performed via local shell scripts (
scripts/ux-copy-check.shandscripts/prose-style-check.sh) that use standard utilities such asgrep,awk, andsedto analyze text patterns in changed lines. - [SAFE]: The instructions include legitimate developer escape hatches (e.g.,
// allow: ux-copyand<!-- allow: prose-style -->) to allow bypassing style rules for legacy strings or specific exceptions, which is standard behavior for linting tools. - [SAFE]: The skill operates entirely on local content and does not perform network operations, download external dependencies, or access sensitive system credentials.
Audit Metadata