deploying-to-globe
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content and documentation for using the Globe.dev platform, authored by Invertase. All external resources and tools mentioned are official components of the Globe.dev ecosystem.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
globe_clitool via the official Dart package manager (pub.dev), which is a trusted service. It also mentions downloading the Globe runtime from Invertase's official GitHub repository, which is consistent with the skill's purpose and author context. - [COMMAND_EXECUTION]: The skill includes a local shell script,
scripts/validate-globe-yaml.sh, used to validateglobe.yamlfiles. Technical analysis of the script confirms it performs local string processing and syntax checks using standard tools like grep and sed, without any dangerous operations, privilege escalation, or network activity. - [DATA_EXFILTRATION]: No hardcoded credentials or unauthorized network operations were found. Examples involving sensitive configuration (like API keys or database URLs) correctly instruct the user to use environment variables and show placeholders instead of real secrets.
Audit Metadata