Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- Use `light on|off|status`. ### Gcode and calibration - Use `gcode send <line...>` or `gcode send --stdin` (confirmation required; `--no-check` skips validation). - Avoid combining `--access-code-stdin` with `gcode send --stdin`; use an access code file instead. - Use `calibrate` with `--no-bed-level`, `--no-motor-noise`, `--no-vibration` when requested.
- Confidence
- 92% confidence
- Finding
- The skill explicitly documents use of `gcode send` with the `--no-check` flag, which disables validation for arbitrary G-code sent to a physical printer. In this context, that creates a real tool-parameter abuse risk because an agent could be guided to bypass safety checks and issue unsafe motion, heating, or control commands that can damage hardware or create safety hazards.
