migration-config-skill
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a static configuration container. It uses
yaml.safe_load()to parse its own frontmatter fromSKILL.md, which is a secure method for handling YAML content. - [SAFE]: External dependencies are restricted to
PyYAMLfor parsing andgoogle.adk.skills, which is an official library from the skill's author (Google Cloud Platform). - [SAFE]: No network operations, credential harvesting, or unauthorized file access patterns were detected. All configurations use placeholders for project-specific information.
Audit Metadata