dolibarr-development
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference and instructional guide for building Dolibarr modules. It does not include any malicious scripts, obfuscated code, or unauthorized data access patterns.
- [SAFE]: All external URLs point to official Dolibarr community resources, such as the GitHub repository, Wiki, and Doxygen documentation.
- [SAFE]: The coding guidelines explicitly promote the use of the
GETPOSTfunction for input sanitization, effectively mitigating risks associated with Cross-Site Scripting (XSS) and SQL Injection. - [SAFE]: The skill follows the 'Active Record' and 'MVC' patterns as defined by the Dolibarr core project, ensuring code consistency and maintainability without introducing hidden execution vectors.
Audit Metadata