ort-lint
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- Dependency Management: The skill utilizes
pipto install project-specific requirements from a local file (requirements-lintrunner.txt). This is a standard procedure for managing Python dependencies in development environments. - Tool Initialization: The use of
lintrunner initis a common step for initializing the linting environment. In a development context, this often involves the automated setup of local tools and configurations required for the project. - Style Enforcement: The skill references established configuration files such as
.clang-formatandpyproject.toml. Relying on these local project files ensures that the formatting behavior is predictable and governed by the repository's existing standards. - Virtual Environment Best Practices: The documentation explicitly advises the agent to activate a virtual environment before installing dependencies, which is a security and stability best practice to avoid polluting system-level libraries.
Audit Metadata