kotlin-multiplatform
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No security issues detected. The skill consists of documentation and a local validation script.
- [DATA_EXPOSURE] (SAFE): The
scripts/validate.pyfile performs local file reads to verify the presence of configuration files and directory structures. It does not access sensitive system paths or perform network operations. - [COMMAND_EXECUTION] (SAFE): No instances of shell execution, subprocess spawning with user input, or arbitrary code execution were found. The Python script uses standard libraries for file path validation.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill does not perform any remote downloads or execute code from external URLs. It uses
yaml.safe_load()for parsing local configuration, which is a security best practice.
Audit Metadata