business-copy-style
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [SAFE]: The skill performs text analysis using local scripts (
copy-lint.shandcopy-compare.py) without requiring internet access or write permissions. These scripts use standard logic to evaluate copy metrics such as reading grade and word choice. - [COMMAND_EXECUTION]: The skill includes a test suite that uses
subprocess.run()to execute its own shell scripts for validation. This is a common and safe software development practice restricted to the testing environment. - [DYNAMIC_EXECUTION]: The Python scripts use standard mechanisms to load local helper modules and script components. These operations are self-contained within the skill's directory and do not process untrusted external code or network-sourced data.
Audit Metadata