completion-check
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides various shell commands intended for the agent to use when verifying infrastructure wiring within a local development environment. These include:
- Searching the source code for specific strings and patterns using
grepandast-grepto identify active code paths, connection strings, and orphaned implementations. - Verifying the existence and registration of configuration files and hook scripts using
lsandgrepon local directories. - Appending debug logs to a temporary file (
/tmp/debug.log) and reading them back to verify code execution during integration tests. - Executing local project modules using
uv run pythonto perform end-to-end verification of the infrastructure.
Audit Metadata