bitrix-validation
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely educational, providing best-practice documentation for the Bitrix
ValidationService(main.validation.service). It explains how to use standard validation attributes such as#[NotEmpty],#[Email], and#[RegExp], which improve application security by enforcing strict input filtering. - [SAFE]: All code snippets are static PHP examples demonstrating Data Transfer Object (DTO) patterns and controller integration. There are no command executions, network operations, or external downloads.
- [SAFE]: The custom validator example follows secure coding practices by implementing
ValidatorInterfaceand returning structuredValidationResultobjects without using dangerous functions likeeval()orexec().
Audit Metadata