feishu-wiki
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill logic is implemented in a Python script (
wiki_ctl.py) that handles command parsing and API orchestration. It also performs local file system writes to the system temporary directory when processing images within documents. - [EXTERNAL_DOWNLOADS]: Retrieves wiki structure, node metadata, and document content from official Feishu Open API endpoints (
open.feishu.cn). - [REMOTE_CODE_EXECUTION]: The
node readcommand dynamically modifies the Python search path (sys.path) to import helper functions from a sibling skill directory (feishu-doc), enabling code reuse for complex document block processing.
Audit Metadata