feishu-wiki
Pass
Audited by Gen Agent Trust Hub on May 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted data from external Feishu sources.
- Ingestion points:
scripts/read_bitable.pyfetches table records viaget_table_records, andscripts/list_wiki.pyretrieves node titles throughget_node_info. - Boundary markers: The instructions do not define delimiters or provide guidance to the agent to ignore instructions embedded within the retrieved content.
- Capability inventory: The skill can write to the Feishu Wiki (
scripts/save_to_wiki.py), append records to Bitables (scripts/add_records.py), and read local file content. - Sanitization: No sanitization or validation is performed on the content fetched from the Feishu API before it is presented to the agent.
Audit Metadata