qgis-impl-vector-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource for QGIS development. All provided code patterns utilize the standard
qgis.coreandprocessinglibraries in a manner consistent with official documentation. - [EXTERNAL_DOWNLOADS]: The skill references official QGIS documentation and API repositories at
docs.qgis.organdqgis.org. These are well-known, trusted resources for the QGIS community. - [DATA_EXFILTRATION]: No patterns of data exfiltration were detected. File write operations using
QgsVectorFileWriterandprocessing.runare directed to local paths or memory-resident layers as per standard user-driven workflows. - [COMMAND_EXECUTION]: The skill uses
processing.run()to invoke built-in QGIS algorithms. This is the legitimate and intended method for automating spatial tasks within the QGIS environment. - [PROMPT_INJECTION]: No attempts to override agent behavior or bypass safety guardrails were identified in the instructions or code comments.
Audit Metadata