feishu-automation
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of shell commands including
curlfor API interactions,python3 -cfor JSON processing, andnpxfor package execution during setup. - [DATA_EXFILTRATION]: The skill is designed to transmit local data, specifically Markdown files, to Feishu's external servers (
open.feishu.cn) through themd2feishu.shscript. - [CREDENTIALS_UNSAFE]: The
feishu-mcp-setup.jsscript is designed to collect and write Feishu API credentials (app_idandapp_secret) into the global~/.claude.jsonconfiguration file in plain text. - [PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection as it processes untrusted data from external sources.
- Ingestion points: Functions in
feishu_api.pysuch asget_bitable_records,get_doc, andlist_chatsread data from the Feishu platform. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present when processing external data.
- Capability inventory: The skill has access to powerful tools including
Bash,Write, andEditwhich could be abused if malicious instructions are ingested. - Sanitization: There is no evidence of sanitization or validation of the content retrieved from Feishu before it is processed by the agent.
Audit Metadata