astral-ruff
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill instructs the agent to execute specific CLI commands for code analysis and formatting. Evidence:
ruff check,ruff format, anduv run ruffthroughoutSKILL.md. - [EXTERNAL_DOWNLOADS] (LOW): The skill suggests the use of
uvx ruff, which downloads theruffpackage from the standard PyPI registry. Evidence:uvx ruffrule inSKILL.md. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill processes local Python source code and has the capability to modify files via auto-fixes. Evidence: 1. Ingestion points:
ruff check .reads local files. 2. Boundary markers: Absent. 3. Capability inventory: File-write operations viaruff --fixand command execution. 4. Sanitization: Absent. The risk is minimized because the agent uses the deterministicrufftool rather than reasoning over the content of the data for its primary actions.
Audit Metadata