What problem does it solve?
PHP projects often rely on numerous dependencies whose security posture is not always visible. This skill automates the detection of known PHP component vulnerabilities by scanning composer metadata and advisories, helping teams surface risk early and plan remediation.
Core Features & Use Cases
- Composer-based detection: scans composer.json and composer.lock to identify vulnerable dependencies, including transitive ones.
- Advisory matching: cross-references CVEs and vendor advisories to surface relevant risk context.
- Reporting & traceability: outputs a structured vulnerability report with affected versions, routes to remediation, and evidence pointers for audit.
- Use Case: Integrate with CI to fail builds when critical vulnerabilities are detected and generate compliance-ready reports.
Quick Start
Run the vulnerability scanner on your PHP project to produce a vulnerability report for the current dependency set.