High Performance Coding

PassAudited by ClawScan on May 13, 2026.

Overview

This is an instruction-only performance-coding guide with no code or credentials; the only notable items are standard local performance/Docker command examples and an optional external clone install.

This skill appears safe as a performance-coding guidance skill. Before installing, note that the supplied SKILL.md excerpt is truncated in the review context, and if the agent suggests Docker cleanup or reset commands, confirm the target and impact first.

Findings (2)

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 suggest or run local diagnostic commands, and Docker reset examples could remove container working-tree changes if the user approves them blindly.

Why it was flagged

The skill may guide the agent toward local system inspection and includes a state-changing Docker cleanup command. This fits performance tuning, but cleanup/reset commands can delete untracked files inside the target container if run without review.

Skill content
Use `htop` / `free -h` / `nvidia-smi` to see current state ... reset state between runs (`docker exec git checkout HEAD && git clean -fd`).
Recommendation

Allow read-only profiling/resource checks as needed, but require explicit confirmation before running cleanup, reset, or deletion commands.

What this means

Manual installation from an unverified repository could expose the user to different content than the reviewed registry package.

Why it was flagged

The registry metadata does not declare a source or homepage, while the README provides a manual GitHub clone path. This is not an automatic install risk, but it is a provenance detail users should verify if installing outside the registry.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer the registry install, or verify the GitHub repository and revision before manually cloning it.