algorithm-solver

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent algorithm-solving skill, with the main caution that it may run local test code and perform web searches as part of its workflow.

This skill appears safe for algorithm practice and interview-style problem solving. Before installing, be aware that it can run local tests through Bash and perform web searches; keep those actions limited to generated algorithm code and non-confidential search terms.

Findings (3)

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 run generated test code on the local machine when solving an algorithm problem.

Why it was flagged

The skill explicitly instructs the agent to use Bash to run tests for generated algorithm code. This is aligned with the coding/testing purpose, but it is still local code execution.

Skill content
如果可以运行代码(Bash 可用),直接执行测试并展示结果。
Recommendation

Use this only for algorithm code you are comfortable executing, and avoid permitting unrelated shell commands or code that touches local files or system settings.

What this means

If used carelessly, the skill could be allowed to read local files or run commands beyond simple algorithm testing.

Why it was flagged

The skill grants access to local command execution, file reading, and web search. Bash and WebSearch are discussed in the workflow, while Read is not specifically scoped in the instructions.

Skill content
allowed-tools: Bash, Read, WebSearch
Recommendation

Keep use limited to the problem statement and generated tests; only allow file reads when you explicitly provide a file relevant to the algorithm task.

What this means

Algorithm names or related search terms may be sent to a web search provider.

Why it was flagged

The skill requires external web search for industry use cases. The intended queries are algorithm-focused and disclosed, but they still send query text to an external search service.

Skill content
必须执行:使用 WebSearch 搜索该算法在工业界的真实应用场景。
Recommendation

Avoid including confidential interview prompts, private company details, or proprietary problem text in search queries.