ad-angle-generator
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple bash script blocks to manage its environment. These include checking for updates via
rmbc-update-check, logging analytics viarmbc-analytics, and setting up workspace contexts viarmbc-workspace. These scripts interact with files in~/.rmbc-skills/and the skill's own directory. - [COMMAND_EXECUTION]: The skill uses
sed -ito programmatically update telemetry settings within the user's localconfig.yamlfile based on user input. - [EXTERNAL_DOWNLOADS]: The skill provides an instruction to open an introductory video on YouTube, which is a well-known service.
- [DATA_EXFILTRATION]: The skill logs usage data (skill name, product name, and a tier level) through a vendor-provided analytics script. The skill explicitly states that this data is anonymous and does not include code, prompts, or file paths.
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it processes untrusted user data for ad generation.
- Ingestion points: User-provided inputs including
product_description,target_audience, andkey_mechanism(found inSKILL.md). - Boundary markers: Absent.
- Capability inventory: The skill has access to shell execution and filesystem operations.
- Sanitization: No explicit sanitization or escaping of these inputs was observed before their use in generation logic or script arguments.
Audit Metadata