profiling-analysis-computing
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
op_perf_analysis_combine.pyutilizessubprocess.runto orchestrate multiple analysis steps by calling other scripts within the same package. This is a standard and secure pattern for tool chaining, as it passes arguments as a list and uses the current Python environment viasys.executable, which prevents shell command injection. - [EXTERNAL_DOWNLOADS]: The
extract_op_shapes.pyscript includes logic to detect the presence of theopenpyxldependency and provides standard installation instructions to the user if it is missing. No automated or background downloads of external code were found. - [DATA_EXFILTRATION]: The skill's operations are strictly limited to the local filesystem, specifically reading profiling data from user-defined paths and writing analysis results to an output directory. No network-related functions or unauthorized access to sensitive system directories were detected.
- [PROMPT_INJECTION]: The
SKILL.mdand associated documentation are focused exclusively on technical performance analysis instructions. There are no attempts to override model safety filters, extract system prompts, or implement jailbreak patterns.
Audit Metadata