advertorial-writer
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a bash preamble and interactive prompts to manage its execution environment and user preferences.
- It locates the skill root directory by searching for
VERSIONfiles in designated paths such as~/.claude/skills/dtc-copywriting-skills. - It executes local binaries including
rmbc-update-check,rmbc-analytics, andrmbc-workspaceto handle versioning, logging, and workspace setup. - It uses
sedto programmatically update telemetry settings within~/.rmbc-skills/config.yamlbased on user feedback. - [DATA_EXFILTRATION]: The skill implements a usage tracking system to monitor activity and improve the tool suite.
- It captures metadata such as the skill name (
advertorial-writer) and the active product name. - The skill provides a transparent opt-in mechanism via
AskUserQuestion, ensuring no data is logged without the user's explicit consent. - [EXTERNAL_DOWNLOADS]: The skill performs network-related operations for maintenance and educational purposes.
- The
rmbc-update-checkscript contacts remote sources to determine if a newer version of the framework is available. - It offers to launch a YouTube training video using the system's
opencommand, directing users to a well-known and trusted video platform.
Audit Metadata