skills/warpdotdev/warp/fix-errors/Gen Agent Trust Hub

fix-errors

Pass

Audited by Gen Agent Trust Hub on May 11, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill instructs the agent to execute local scripts within the repository, such as ./script/presubmit and ./script/run-clang-format.py, to verify code quality and formatting.
  • [COMMAND_EXECUTION]: The skill utilizes standard Rust ecosystem tools including cargo, cargo clippy, cargo fmt, and cargo nextest for building, linting, and testing code.
  • [COMMAND_EXECUTION]: The skill includes instructions for running tests with specific filters and configurations (e.g., -E 'test(<substring>)' or --nocapture) which is standard practice for debugging.
  • [SAFE]: The execution of local scripts and standard development tools is consistent with the skill's stated purpose of maintaining a Rust codebase and does not involve untrusted remote sources.
Audit Metadata
Risk Level
SAFE
Analyzed
May 11, 2026, 04:51 PM