mcore-linting-and-formatting
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions are limited to code quality tasks (linting and formatting) using well-known industry-standard tools (Ruff, Black, Isort, Pylint, Mypy). No malicious instructions or unsafe operations were found.
- [COMMAND_EXECUTION]: Provides standard commands for running a repository-local script (
bash tools/autoformat.sh) and theuvpackage manager. These are routine operations for code maintenance and do not involve untrusted input or risky execution patterns. - [EXTERNAL_DOWNLOADS]: The use of
uv syncinvolves downloading packages from official registries (PyPI). These dependencies are standard linting tools and represent legitimate development environment setup.
Audit Metadata