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.
70
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
Security
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 0.80). The skill reads a local config file that contains a Feishu webhook URL and instructs sending curl requests using that URL, so the agent must access and incorporate a secret-like webhook token into outgoing commands/requests — creating an exfiltration risk if the LLM emits the URL or token verbatim.
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.
Third-party content exposure detected (medium risk: 0.65). In **interactive** mode, the skill calls the external bridge (`curl -s "$BRIDGE_URL/poll?...")` and ingests the bridge’s JSON reply (which may include user-typed free text from an outsider) into the agent’s runtime context; push mode is fire-and-forget and does not feed outsider text back into the LLM.
fe5963c
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.