iterate-pr
Warn
Audited by Runlayer on Feb 27, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
iterate-pr/SKILL.mdMEDIUM
75.6%
Malicious tool definition detected
Use the full path to the script via `${CLAUDE_SKILL_ROOT}`. ## Bundled Scripts ### `scripts/fetch_pr_checks.py` Fetches CI check status and extracts failure snippets from logs. ```bash uv run ${CLAUDE_SKILL_ROOT}/scripts/fetch_pr_checks.py [--pr NUMBER] ``` Returns JSON: ```json { "pr": {"number": 123, "branch": "feat/foo"}, "summary": {"total": 5, "passed": 3, "failed": 2, "pending": 0}, "checks": [ {"name": "tests", "status": "fail", "log_snippet": "...", "run_id": 123}, {"name": "lint", "stat
iterate-pr/scripts/fetch_pr_feedback.pyLOW
69.4%
Tool passed security scan
Passed Files (1)Click to expand
iterate-pr/scripts/fetch_pr_checks.pyOK
18.6%
Tool passed security scan
Audit Metadata