requesting-code-review
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Recommends running local development tools for static analysis, such as
eslint,ruff,mypy, andcargo clippy, to ensure code quality before a review is requested.\n- [DATA_EXFILTRATION]: Includes agrepcommand intended to find and prevent the accidental submission of hardcoded secrets like API keys or tokens in the codebase.\n- [PROMPT_INJECTION]: The skill handles code changes as input for analysis. It provides an evidence chain for processing this data: 1. Ingestion points: Code changes defined by git SHAs in the dispatch method. 2. Boundary markers: The use of specific BASE and HEAD SHAs limits the scope of analyzed content. 3. Capability inventory: Suggests running standard linter and static analysis binaries. 4. Sanitization: Relies on the structured output and logic of standard development tooling.
Audit Metadata