reddit-creator-deploy
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a stand-alone Python utility that performs deterministic data transformation. It does not use LLM calls or external network requests.
- [COMMAND_EXECUTION]: The test script (
scripts/test.py) usessubprocess.runto execute the localgenerate.pyscript. This execution is implemented safely using a list of arguments and the local Python interpreter, which prevents shell injection vulnerabilities. - [DATA_EXFILTRATION]: No network operations or data exfiltration patterns were identified. The tool's operations are confined to reading local input files and writing to a local output directory.
- [CREDENTIALS_UNSAFE]: Analysis found no hardcoded API keys, tokens, or other sensitive credentials. The tool manages its configuration via command-line arguments and local JSON files.
Audit Metadata