Send notifications to Feishu/Lark. Internal utility used by other skills, or manually via /feishu-notify. Use when user says "发飞书", "notify feishu", or other skills need to send status updates.
64
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/skills-codex/feishu-notify/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
In **interactive mode**, the skill sends a message to an external bridge (`curl ... "$BRIDGE_URL/send"`) and then ingests the bridge’s response text (`curl -s "$BRIDGE_URL/poll?...“`), where the bridge may return **user-typed free text** from an outsider (Feishu user) into the agent’s runtime context.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's interactive mode makes runtime HTTP calls to the external bridge endpoints ($BRIDGE_URL/send and $BRIDGE_URL/poll) and explicitly requires the feishu-claude-code bridge (https://github.com/joewongjc/feishu-claude-code), whose JSON replies are used to determine the agent's next actions, so this external service can directly control prompts/behavior.
f4f20f9
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.