skills/ascend-ai-coding/awesome-ascend-skills/inference-precision-tensor-dump-compare/Gen Agent Trust Hub
inference-precision-tensor-dump-compare
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a specialized debugging utility that automates the addition of telemetry to local machine learning model files. This instrumentation is used to compare numerical outputs between hardware devices and is consistent with the stated purpose of the tool.
- [SAFE]: The use of the Python
compile()function ininject_tensor_dump.pyandrollback_tensor_dump.pyis a safety measure used to verify that the programmatically modified model code is syntactically correct before it is saved or used. - [SAFE]: The tool captures only non-sensitive tensor metadata (e.g., L1 norms, shapes, and data types) and records this information to local logs using standard logging frameworks. No network exfiltration or unauthorized access to sensitive files was detected.
- [SAFE]: The provided scripts for log analysis and code verification operate locally on the user's machine and do not download or execute code from untrusted external sources.
Audit Metadata