growth-automation
Warn
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires manual execution of a 2,100-line JavaScript library (
actions.js) and a utility script (core.js) within the user's authenticated browser session. These scripts have the capability to perform high-privilege actions like posting tweets and sending direct messages. - [DATA_EXFILTRATION]: Components such as
linkScraper.jsandsessionLogger.jsare designed to extract and export data from the session to local files, which could be used to harvest sensitive account or relationship information. - [PROMPT_INJECTION]: The skill's automation logic is vulnerable to indirect prompt injection from external data sources. 1. Ingestion points: Scripts like
autoLiker.js,followTargetUsers.js, andcustomerService.jsread tweets, user bios, and private messages. 2. Boundary markers: No markers or instructions to ignore embedded commands are specified. 3. Capability inventory: Theactions.jsfile provides functions for account-wide actions, includingXActions.dm.send(). 4. Sanitization: The documentation does not describe any methods for sanitizing external text before it is used to trigger automated actions or generate replies.
Audit Metadata