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.get is used to fetch project dependencies.
  • mix credo gen.config is used to generate the initial configuration file.
  • mix credo and mix credo --strict are used to execute the static analysis tool.
  • [EXTERNAL_DOWNLOADS]: The skill references external dependencies and services through standard, trusted channels.
  • It instructs adding the credo library (version ~> 1.7) from the Hex package registry.
  • It utilizes well-known GitHub Actions (actions/checkout and erlef/setup-beam) for its CI pipeline examples.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 20, 2026, 03:12 AM
Security Audit — agent-trust-hub — credo-config