skills/openaec-foundation/blender-bonsai-ifcopenshell-sverchok-claude-skill-package/bonsai-impl-bcf/Gen Agent Trust Hub
bonsai-impl-bcf
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection Surface. The skill facilitates the loading and processing of external BCF files, which are XML archives containing metadata and user-defined text such as topic titles, descriptions, and comments. This data is ingested into the agent context, creating a surface where malicious instructions could be embedded. * Ingestion points: Found in
bpy.ops.bim.load_bcf_projectwithinSKILL.mdand the batch processing examples inreferences/examples.md. * Boundary markers: The documented patterns do not include delimiters or specific system instructions to differentiate between the BCF data content and the agent's core instructions. * Capability inventory: The skill exposes capabilities including file system writing viasave_bcf_project, execution of Blender API operators viabpy.ops, and opening external URLs throughopen_bcf_reference_link. * Sanitization: There is no mention of sanitization or validation logic for the text fields extracted from external BCF files.
Audit Metadata