uikit-development
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Prompt Injection (SAFE): No instructions attempting to override agent behavior or bypass safety filters were found in
SKILL.mdor any other documentation files. - Data Exposure & Exfiltration (SAFE): No hardcoded credentials, access to sensitive file paths (e.g., SSH keys, AWS credentials), or unauthorized network operations were identified.
- Dynamic Execution (SAFE): The
scripts/validate.pyscript usesyaml.safe_load()for configuration parsing, which follows security best practices to prevent arbitrary code execution during YAML deserialization. Noeval()orexec()calls were found. - Unverifiable Dependencies & Remote Code Execution (SAFE): The skill does not download or execute remote scripts. It uses common, trustworthy libraries (e.g.,
PyYAML). - Privilege Escalation & Persistence (SAFE): No commands were found that attempt to gain elevated privileges (
sudo) or establish persistence on the system (e.g., modifying shell profiles or crontabs).
Audit Metadata