有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。
65
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./SKILLs/youdaonote/SKILL.mdSecurity
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.
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.
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.
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.
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.
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.
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.
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 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.
2921c1e
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.