voice-apply
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements text transformation through a structured process of loading voice profiles and applying them to content.
- [REMOTE_CODE_EXECUTION]: Voice profiles are parsed safely.
- Evidence: voice_loader.py uses yaml.safe_load() which prevents arbitrary code execution during deserialization.
- [DATA_EXFILTRATION]: The script reads from local configuration paths.
- Evidence: voice_loader.py accesses .aiwg/voices/ and ~/.config/aiwg/voices/ to find voice profile YAML files.
Audit Metadata