kirby-i18n-workflows
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or security risks were detected. The skill follows standard development practices for managing Kirby CMS localized content.
- [COMMAND_EXECUTION]: The workflow involves using
rg(ripgrep) to search for translation strings (t()) within the local project directory. This is a standard and expected operation for identifying missing translation keys. - [DATA_EXPOSURE]: The skill accesses local language files (
site/languages/*.php) and configuration settings to manage translations. This behavior is necessary for the skill's primary purpose and does not involve accessing sensitive system credentials or exfiltrating data externally.
Audit Metadata