skills/peer-review/references/security_validation.md
Validation date: 2026-07-23 (local project date).
The repository SECURITY.md entry recorded 10 findings with maximum severity CRITICAL:
The affected files were:
SKILL.md.env loading, subprocess chaining, network requests, model calls, image generation, mandatory figures, and cross-skill calls.--fail-on HIGH: PASS
The final LLM-assisted pull-request scan reported:
allowed-tools declaration — informational. This field is optional under the Agent Skills specification. The compatibility and body explicitly constrain bundled tools to local standard-library processing with no network, model, image, credential, or environment access.None of the LOW findings permits data transmission or credential access. No CRITICAL or HIGH issue remains.
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover \
-s skills/peer-review/tests -p "test_*.py" -v
uv run skills-ref validate skills/peer-review
uv run skill-scanner scan skills/peer-review --use-behavioral
uv run python scan_pr_skills.py \
--fail-on HIGH \
--output /tmp/peer-review-pr-scan.md \
skills/peer-review
The repository-level SECURITY.md was intentionally not edited in this scoped refresh; its generated snapshot will update through the repository’s normal scan process.