feishu-doc-optimizer
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection from external document content. \n
- Ingestion points:
scripts/feishu_doc_reader.pyreads raw document content via API. \n - Boundary markers: None; the skill does not use delimiters to isolate document data from instructions. \n
- Capability inventory:
scripts/feishu_doc_editor.pyuses Playwright to wipe and rewrite document content. \n - Sanitization: None; document content is processed directly. \n- [COMMAND_EXECUTION]: Automated browser interactions perform destructive operations on user documents. \n
- Evidence:
scripts/feishu_doc_editor.pycontains aclear_documentfunction that wipes all text by looping automated 'Control+a' and 'Backspace' keystrokes. \n- [DATA_EXFILTRATION]: Accesses and reads sensitive document content. \n - Evidence:
scripts/feishu_doc_reader.pyfetches the full raw content of documents via the Feishu Docx API for processing.
Audit Metadata