skills/ascend-ai-coding/awesome-ascend-skills/external-gitcode-ascend-triton-operator-precision-eval/Gen Agent Trust Hub
external-gitcode-ascend-triton-operator-precision-eval
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious behavior or data exfiltration patterns were detected. All file operations are local to the project directory and related to report generation.
- [COMMAND_EXECUTION]: The skill leverages the Triton JIT compiler to execute user-provided operator implementations. This is the core intended functionality for precision benchmarking and occurs within the local environment.
- [SAFE]: The code uses
eval()to dynamically resolve PyTorch data types (e.g.,eval('torch.' + dtype)). Analysis confirms these calls are strictly controlled by allow-lists (such as_all_dtypes) or hardcoded arrays, which prevents arbitrary code execution.
Audit Metadata