format-codebase-pint
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
laravel/pintpackage via Composer. This is a standard practice for adding development dependencies from the official PHP package registry. - [COMMAND_EXECUTION]: The skill executes the
./vendor/bin/pintcommand to automatically fix code styling. This operation is performed on the project's own files and is consistent with the tool's intended purpose. - [COMMAND_EXECUTION]: The skill uses
git diffto allow the agent to verify changes made by the formatter, which is a recommended practice for maintaining code integrity.
Audit Metadata