probe-rs
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
subprocessmodule to execute external binaries related to embedded development. - The scripts
probe_rs_exec.py,probe_rs_gdb.py, andprobe_rs_rtt.pyconstruct and run commands forprobe-rsandarm-none-eabi-gdb. - These operations are essential for the skill's stated functionality, such as chip flashing, memory access, and RTT log capture.
- Command arguments are built from user-provided inputs and configuration files, with paths being normalized using
pathlib.
Audit Metadata