plankton-code-quality
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation provides instructions to clone the Plankton repository from GitHub (
https://github.com/alexfazio/plankton.git). This is a well-known public repository for a development tool. - [COMMAND_EXECUTION]: The skill describes the execution of several standard development tools such as
git,brew,ruff,uv, andclaude. These are used for project setup, package management, and linting as part of the intended code quality workflow. - [COMMAND_EXECUTION]: Describes the use of shell scripts (
multi_linter.sh,protect_linter_configs.sh) within the user's local environment to manage code quality hooks. These are presented as part of the architecture documentation for the Plankton system. - [EXTERNAL_DOWNLOADS]: Mentions installing various language-specific dependencies from official package managers (e.g.,
uv,npm,brew). These are standard ecosystem tools used for their primary purpose.
Audit Metadata