blender-python-api-verification
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill promotes secure development practices by instructing the agent to verify API availability and property types before attempting state-mutating operations.
- [DATA_EXPOSURE_AND_EXFILTRATION]: No patterns of data exfiltration or sensitive information harvesting were detected. File access is limited to a read-only documentation reference path within the sandbox.
- [INDIRECT_PROMPT_INJECTION]: The search script
scripts/search_blender_api.pyaccepts external query terms. However, it uses parameterized SQLite queries and opens the database in read-only mode (mode=ro), effectively mitigating injection risks or unauthorized data modification. - [COMMAND_EXECUTION]: The script functionality is narrowly scoped to searching a local documentation database and does not execute arbitrary shell commands or untrusted external code.
Audit Metadata