skills/ascend-ai-coding/awesome-ascend-skills/external-cannbot-ops-ascendc-precision-debug/Gen Agent Trust Hub
external-cannbot-ops-ascendc-precision-debug
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides detailed instructions and local scripts intended for debugging Ascend C operator precision issues. The behavior is consistent with the stated purpose and adheres to standard development practices.
- [DATA_EXPOSURE]: The Python scripts
error_analysis.pyandgen_boundary_test.pyperform numerical operations on local data files (.npy). This is a functional requirement for precision debugging and does not involve unauthorized access to sensitive system files, credentials, or environment variables. - [EXTERNAL_DOWNLOADS]: The skill references
numpyas a dependency for its Python scripts, which is a well-known and trusted package for scientific computing. No unverified third-party downloads or remote script executions from unknown sources were identified. - [COMMAND_EXECUTION]: Local shell commands mentioned in the instructions, such as
rm -rf build, are used for standard build environment maintenance and do not pose a security risk. The script execution patterns are localized to the user's workspace.
Audit Metadata