High Performance Coding

AdvisoryAudited by Static analysis on May 13, 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 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.