qgis

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent QGIS command-line helper that processes local geospatial files and includes reasonable safeguards around paths, CRS, overwrites, and batch runs.

This appears safe for its intended purpose. Install it only if you are comfortable letting the agent run QGIS CLI commands on local geospatial files, and review file paths, CRS settings, and overwrite choices before execution.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent can process local geospatial files and create derived outputs; incorrect paths, CRS choices, or overwrite requests could affect the user's data workflow.

Why it was flagged

The skill instructs the agent to run local QGIS processing commands that read input files and create output files. This is central to the skill's purpose and is paired with safety guidance, but users should still verify paths and parameters.

Skill content
qgis_process run <algorithm-id> -- \
  INPUT=<input-path> \
  OUTPUT=<output-path>
Recommendation

Confirm input files, output locations, CRS, and overwrite behavior before running commands, especially for batch jobs.