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.md or 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.py script uses yaml.safe_load() for configuration parsing, which follows security best practices to prevent arbitrary code execution during YAML deserialization. No eval() or exec() 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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:38 PM