lint-format
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill provides scripts and instructions to run standard development tools such as ESLint, Pylint, and Black. These operations are restricted to local code quality tasks and represent the primary purpose of the skill.
- [EXTERNAL_DOWNLOADS] (SAFE): Recommended package installations use official registries (npm, PyPI). Pre-commit hooks are configured to source from reputable repositories managed by well-known organizations such as Astral-sh and the Python Software Foundation.
- [COMMAND_EXECUTION] (SAFE): The shell scripts programmatically configure local Git pre-commit hooks by writing to the .git/hooks/ directory. While this involves creating executable files on the local system, it is a routine and expected action for setting up automated linting pipelines.
Audit Metadata