wechat-prohibited-word
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The script
scripts/check_sensitive_words.pyscans local shell configuration files including~/.bashrc,~/.zshrc,.bash_profile, and.profileto retrieve theREDFOX_API_KEYcredential.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from arbitrary URLs and user-uploaded files, which presents a surface for indirect prompt injection.\n - Ingestion points: Untrusted data enters the agent context through the
extract_from_fileandextract_from_webfunctions inscripts/check_sensitive_words.py.\n - Boundary markers: There are no explicit delimiters or instructions provided to the agent to treat the ingested content as untrusted data.\n
- Capability inventory: The skill possesses the ability to perform network requests via
requestsandplaywright, and can write files to the local directory (e.g.,./公众号_优化文案_*.txt).\n - Sanitization: No validation or sanitization is performed on the ingested content before it is processed or sent to the API.\n- [EXTERNAL_DOWNLOADS]: The skill downloads content from user-specified URLs using the
requestslibrary and theplaywrightbrowser engine.
Audit Metadata