CtrlK
BlogDocsLog inGet started
Tessl Logo

youdaonote

有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。

65

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./SKILLs/youdaonote/SKILL.md
SKILL.md
Quality
Evals
Security

Security

3 findings: 2 critical severity, 1 high severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.

Critical

E005: Suspicious download URL detected in skill instructions.

What this means

Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.

Why it was flagged

The URL list includes a direct shell installer script (https://artifact.lx.netease.com/download/youdaonote-cli/install.sh) that the skill instructs to curl and pipe to bash—a high-risk pattern because executing remote scripts can deliver malware even if hosted on an apparently legitimate subdomain.

Report incorrect finding
Critical

E006: Malicious code pattern detected in skill scripts.

What this means

Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.

Why it was flagged

Contains instructions that force automatic execution of a remote install script (curl | bash) and prohibits user-mediated installation steps, creating a high-risk supply-chain / remote code execution vector and an agent-privilege abuse pattern.

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

The skill instructs the agent to collect a user's API Key and run/emit commands like `youdaonote config set apiKey <用户提供的Key>` (and shows `YOU R_KEY` placeholders), which requires the LLM to include secret API key values verbatim in generated commands—an exfiltration risk.

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

The skill's automatic install step runs "curl -fsSL https://artifact.lx.netease.com/download/youdaonote-cli/install.sh | bash -s -- -f -b ~/.local/bin", which fetches and executes remote code at runtime from https://artifact.lx.netease.com/download/youdaonote-cli/install.sh.

Repository
netease-youdao/LobsterAI
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.