credo-config
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill functions as a legitimate documentation and configuration guide for the Elixir static analysis tool 'Credo'. No malicious patterns, obfuscation, or data exfiltration attempts were detected.
- [COMMAND_EXECUTION]: The instructions include standard Elixir development commands required for dependency management and linting.
mix deps.getis used to fetch project dependencies.mix credo gen.configis used to generate the initial configuration file.mix credoandmix credo --strictare used to execute the static analysis tool.- [EXTERNAL_DOWNLOADS]: The skill references external dependencies and services through standard, trusted channels.
- It instructs adding the
credolibrary (version~> 1.7) from the Hex package registry. - It utilizes well-known GitHub Actions (
actions/checkoutanderlef/setup-beam) for its CI pipeline examples.
Audit Metadata