skills/impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package/sverchok-impl-parametric/Gen Agent Trust Hub
sverchok-impl-parametric
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious code or suspicious activity was identified. The skill follows best practices for Blender scripting and Sverchok node-based modeling.
- [PROMPT_INJECTION]: The skill provides templates for ingesting external data via CSV and JSON files, which represents an attack surface for indirect prompt injection if untrusted data is processed.
- Ingestion points:
SvCSVInNodeandSvJsonInNodeare used inSKILL.md(Pattern 6),references/examples.md(Examples 9, 10), andreferences/methods.mdto load external spreadsheets and architectural data. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present in the data processing examples.
- Capability inventory: The skill's capabilities are focused on geometry generation and Blender object manipulation via the
bpyandsverchokAPIs. No dangerous capabilities such as shell execution or network exfiltration were found. - Sanitization: The examples use standard parsing methods like
json.loadswithout additional data validation or sanitization for potential embedded instructions.
Audit Metadata