simulation-failure-triage
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a diagnostic tool for materials science simulations. It processes user-provided log data and symptom lists using a local Python script.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute its bundled Python script (scripts/failure_triage.py). This is a legitimate use of the tool within the skill's defined scope. - [DATA_EXPOSURE]: The script reads local files provided via the
--log-fileargument. It includes security safeguards such as a 10MB file size limit to prevent resource exhaustion and truncates the data used for analysis. - [REMOTE_CODE_EXECUTION]: The skill does not download external code or packages. The logic is entirely contained within the provided scripts and uses only Python standard libraries.
Audit Metadata