skill-doctor
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The script
scripts/skill-doctor.pyimplements safe YAML parsing usingyaml.safe_load, preventing arbitrary code execution through malicious frontmatter content. - [COMMAND_EXECUTION]: The unit test suite in
scripts/test_skill_doctor.pyusessubprocess.runto execute the audit script for verification. This is confined to the test environment and represents standard software development practice. - [SAFE]: The skill reads file content from local directories specifically provided by the user to perform its audit. No patterns indicating data exfiltration or access to sensitive system paths (e.g., credentials or SSH keys) were identified.
- [SAFE]: File system modifications are limited to the creation or update of specific metadata files (
agents/openai.yaml) and only occur when the user explicitly triggers the--fix-safefunctionality.
Audit Metadata