CtrlK
BlogDocsLog inGet started
Tessl Logo

feishu-notify

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

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Security

2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

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.

Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Audited
Security analysis
Snyk

Is this your skill?

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.