feishu-channel
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted chat messages from Feishu, which could contain malicious instructions designed to bypass agent constraints (Indirect Prompt Injection).
- Ingestion points: The Express server in
scripts/feishu-webhook.jsreceives message events via the/webhook/feishuendpoint. - Boundary markers: The forwarded payload in
handleMessageEventdoes not wrap user text in protective delimiters or provide the agent with context regarding the untrusted nature of the input. - Capability inventory: According to
SKILL.md, the agent is granted access to sensitive tools includingBash,Read,Write, andEdit, which increases the potential impact of a successful injection. - Sanitization: The logic in
scripts/feishu-webhook.jsextracts the message text and removes @mentions but does not perform content validation, filtering, or sanitization to prevent the execution of embedded commands.
Audit Metadata