content-repurposer
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses multiple shell scripts (
repurpose.sh,setup.sh, etc.) to coordinate the transformation process. It usesjqto parse configuration andcurlor a built-inweb_fetchtool to retrieve content from URLs. - [EXTERNAL_DOWNLOADS]: The
repurpose.shscript can fetch content from user-provided URLs. It attempts to use a platform-nativeweb_fetchtool or falls back tocurlcombined withhtml2text. This is the primary intended function of the skill and targets user-specified sources. - [DATA_EXPOSURE]: The skill stores user preferences (voice, brand, CTA) and logs in
~/.config/content-repurposer/. The setup script creates these directories and example files locally. No credentials or sensitive system files are accessed.
Audit Metadata