screen-stocks
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script using the Bash tool. The command in
SKILL.mduses an absolute path (/Users/kikuchihiroyuki/...) which identifies specific environment-dependent configurations. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8). It ingests untrusted data from external sources via the Grok API (X/Twitter and Web search results) through functions like
run_trending_modeandrun_auto_theme_modeinrun_screen.py. There are no explicit boundary markers or sanitization logic visible in the provided script to prevent malicious instructions within the fetched content from influencing the agent's behavior. Capability: The skill has access toBash(python3 *). - [CREDENTIALS_UNSAFE]: The script references the
XAI_API_KEYenvironment variable for authentication with the Grok API. While the key is not hardcoded, the skill's functionality depends on the presence of this external secret in the user's environment.
Audit Metadata