auto-leetcode

AdvisoryAudited by Static analysis on May 7, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may browse LeetCode-related pages and create Markdown/code files in the directory the user provides.

Why it was flagged

The skill directs the agent to use external web-reading tools and write local files. This is expected for a LeetCode note-generation assistant, but it is still tool and filesystem activity the user should notice.

Skill content
使用 `web-search-prime_web_search_prime` 搜索题目... 使用 `web-reader_webReader` 抓取题目页面内容... 在用户指定目录下创建文件夹并写入文件。
Recommendation

Use a dedicated LeetCode workspace directory, confirm the target path before writing, and review generated files before running any generated code.