gauntlet-curate
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script
scripts/curate_problems.pyto analyze coverage and an inline Python snippet to validate proposed YAML entries. These commands operate on local data within theplugins/gauntletdirectory. - [EXTERNAL_DOWNLOADS]: No external scripts, packages, or data are downloaded from the internet. All logic and data are contained within the repository.
- [DATA_EXFILTRATION]: No network operations or attempts to access sensitive system files (e.g., credentials, SSH keys) were detected. The skill's scope is limited to the
plugins/gauntlet/data/problems/directory. - [PROMPT_INJECTION]: The skill contains no instructions aimed at overriding agent behavior or bypassing safety guidelines.
- [DYNAMIC_EXECUTION]: The skill uses
yaml.safe_load()in its validation step, which is a secure practice that prevents unsafe deserialization of YAML data.
Audit Metadata