dfam-check
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions define a legitimate workflow for Design for Additive Manufacturing (DfAM) analysis, focusing on local measurements and printability reports.
- [SAFE]: All geometry processing is performed locally via a Python script (
scripts/dfam_tool.py) using established scientific libraries. No network requests, data uploads, or external communications are present. - [SAFE]: Python dependencies listed in
requirements.txtare standard, well-known packages for geometry and data analysis (e.g., trimesh, numpy, scipy). - [SAFE]: There are no detected patterns of prompt injection, obfuscation, or persistence mechanisms. The skill operates entirely on provided mesh files and outputs analysis results in JSON format.
Audit Metadata