bitrix-modules

Pass

Audited by Gen Agent Trust Hub on Aug 21, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides standard documentation for Bitrix CMS development, including module structure, identifier naming conventions, and PSR-4 autoloading standards. It does not contain any suspicious instructions or hidden code.
  • [COMMAND_EXECUTION]: Mentions the use of standard Bitrix CLI tools (php bitrix/bitrix.php make:module) for scaffolding modules, which is an intended and documented feature of the framework.
  • [PERSISTENCE_MECHANISMS]: Describes the registration of Bitrix Agents (CAgent::AddAgent) for background task execution. While agents represent a persistence mechanism, their use here is consistent with the primary purpose of creating functional CMS modules and follows standard API usage.
  • [DATA_EXPOSURE]: Provides templates for module options and settings pages using localization keys and placeholders. It does not include hardcoded credentials or expose sensitive environment data.
  • [COMMAND_EXECUTION]: Includes file system operations like CopyDirFiles and DeleteDirFilesEx within the module installer. These are standard Bitrix API calls used during module installation/uninstallation to manage components and assets.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 21, 2026, 08:03 AM
Security Audit — agent-trust-hub — bitrix-modules