What problem does it solve? Security reviews often miss outdated tool versions in Dockerfiles, GitHub Actions workflows, and tool version files that dependabot or renovate cannot automatically verify, leaving EOL runtimes and known vulnerabilities undetected. ## Core Features & Use Cases - OWASP API Security Checks: Reviews code against OWASP API Security Top 10 (2023) risks including BOLA, broken authentication, excessive data exposure, and unrestricted resource consumption. - Version Management Audit: Detects outdated versions in Dockerfiles, GitHub Actions workflows, .nvmrc, .tool-versions, and Makefiles, flagging only EOL versions, known vulnerabilities, or major-version gaps. - Prioritized Reporting: Outputs a structured table with priority levels (high for EOL/vulnerabilities, medium for major version gaps) including current version, latest version, and status. - Use Case: Before merging a pull request, run this Skill to verify that the Dockerfile base image is not end-of-life and that GitHub Actions versions are current. ## Quick Start Review this repository for security vulnerabilities and outdated tool versions in Dockerfiles and CI workflows.