multi-wordcheck
Warn
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdinstructions explicitly direct the agent to automatically modify the user's shell configuration files (~/.zshrc,~/.bashrc) or use PowerShell commands to set permanent environment variables (SetEnvironmentVariable) if theREDFOX_API_KEYis missing. This constitutes a persistence mechanism and automated modification of system configuration. - [DATA_EXFILTRATION]: The
check_sensitive_words.pyscript transmits user-provided content to a remote API (https://redfox.hk/story/api/cozeSkill/sensitiveWordSearch) for analysis. While the skill identifies this as its core function, the transmission of potentially sensitive text to a third-party service represents a data exposure risk. - [EXTERNAL_DOWNLOADS]: The
extract_text.pyscript uses therequestslibrary to fetch and scrape content from arbitrary URLs provided by the user. This involves processing untrusted external data which could lead to indirect prompt injection or exposure to malicious web content. - [CREDENTIALS_UNSAFE]: The
check_sensitive_words.pyscript contains logic to search for and read theREDFOX_API_KEYdirectly from shell configuration files (.bashrc,.zshrc, etc.) if not found in the environment variables, which is an aggressive credential harvesting pattern.
Audit Metadata