pre-land-refuters
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute several local shell scripts located within the repository's
scripts/directory, includingscripts/pawl-review.sh,scripts/pawl-verdict.sh,scripts/reconcile-pr.sh, andscripts/evolve/halt-check.sh. These executions are central to the skill's purpose of automating the 'pre-land' validation gate. - [COMMAND_EXECUTION]: It utilizes external CLI tools such as
gh(GitHub CLI) for retrieving PR metadata (gh pr view) andgitfor repository state verification (git fetch). - [COMMAND_EXECUTION]: The skill invokes the
codex-exectool (a listed dependency) with security-conscious flags like--sandbox read-onlyto perform validations.
Audit Metadata