Composer Json Validator

PassAudited by VirusTotal on May 1, 2026.

Findings (1)

The bundle is a legitimate utility for linting and validating PHP Composer configuration files. The main script, scripts/composer_json_validator.py, performs static analysis on JSON structure, dependency constraints, and PSR-4 autoloading rules without making network calls or executing external payloads. It even includes security-focused checks to warn users about potential risks like arbitrary URL execution (curl/wget) within the composer.json scripts section.