feishu-doc
Warn
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill includes tool actions that allow access to the local file system and transmission of data to external endpoints.
- The
feishu_doctool definesupload_imageandupload_fileactions that accept afile_pathparameter. - This allows the agent to read arbitrary local files (e.g., in
/tmp/) and upload them to Feishu, which could be exploited for data exfiltration. - The tool also supports fetching and uploading content from arbitrary remote URLs.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection attacks because it processes untrusted data from external documents.
- Ingestion points: Untrusted content is read from Feishu documents in
SKILL.mdvia thereadandlist_blocksactions. - Boundary markers: No delimiters or safety instructions are provided to distinguish document content from the agent's core instructions.
- Capability inventory: The agent has significant capabilities to modify or delete document content and upload new files, which could be abused if malicious instructions are encountered in a document.
- Sanitization: The skill lacks mechanisms for sanitizing or validating document content before it is ingested into the agent's context.
Audit Metadata