news-to-video-monetizer
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using
nodeandcurlthat incorporate user-provided API keys and external news data as arguments. This direct interpolation of untrusted data into command-line strings creates a shell injection surface if inputs are not properly escaped by the agent during execution. - [PROMPT_INJECTION]: The skill ingests 'hot news' content from over 40 external platforms via the
dailyhot-apito drive the automated video generation pipeline. This external content is untrusted and could be crafted to manipulate the agent's behavior. - Ingestion points: Fetches content from
dailyhot-api(Multiple platform hotlists) as defined inSKILL.md. - Boundary markers: None detected; instructions do not specify delimiters for external content.
- Capability inventory: Executes shell commands (
node,bash) and performs network operations (curl) as defined inSKILL.md. - Sanitization: No explicit validation or filtering of the fetched news content is mentioned in the instructions.
- [EXTERNAL_DOWNLOADS]: The skill installs required dependencies using
openclaw skill installand interacts with the X2C platform's official API viacurl. These operations are consistent with the skill's stated purpose of video production and distribution through the X2C service.
Audit Metadata