i18n-localization
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE] (SAFE): The provided Python script performs local file reads within a specified project directory to audit translation keys. It does not access sensitive system files or user credentials.
- [REMOTE_CODE_EXECUTION] (SAFE): No remote code execution or dynamic execution patterns (like eval or exec) were detected. The script relies on static regex-based analysis.
- [COMMAND_EXECUTION] (SAFE): There are no subprocess calls or system command executions present in the code.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill does not perform any network operations or download external content.
Audit Metadata