infrahub-managing-checks

Pass

Audited by Gen Agent Trust Hub on May 11, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [SAFE]: No security issues detected. The skill provides architectural guidance, API references, and code examples for developing Python-based validation logic within the Infrahub framework.
  • [COMMAND_EXECUTION]: Employs dynamic context injection in SKILL.md to execute local shell commands for project discovery.
  • Evidence: !cat .infrahub.yml 2>/dev/null || echo "No .infrahub.yml found"inSKILL.md`.
  • Evidence: !find . -name ".py" -path "/checks/*" 2>/dev/null | head -20inSKILL.md`.
  • Context: These commands are used to inform the agent about the local environment (configuration and existing source files) when the skill is initialized, which is a standard pattern for context-aware development skills.
Audit Metadata
Risk Level
SAFE
Analyzed
May 11, 2026, 02:37 PM