differentiation-schemes
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [Prompt Injection] (SAFE): No instructions attempting to override agent behavior or bypass safety filters were detected. The content focuses strictly on mathematical discretization.
- [Data Exposure & Exfiltration] (SAFE): No access to sensitive file paths (~/.ssh, .env) or network calls to external domains are present. The skill operates on mathematical inputs.
- [Unverifiable Dependencies & Remote Code Execution] (SAFE): The skill identifies NumPy as a dependency, which is a standard library. No remote scripts or unverified third-party downloads are used.
- [Indirect Prompt Injection] (LOW): The skill processes user inputs (order, accuracy, grid type) which are passed to local scripts. This is a low-risk surface as the inputs are expected to be numeric or specific strings for mathematical constants.
- [Command Execution] (LOW): Uses Bash to execute local Python scripts (
scripts/stencil_generator.py, etc.). This is a standard and expected behavior for a computational skill and does not involve untrusted remote code.
Audit Metadata