GeoGebra Diagram Generator
PassAudited by ClawScan on May 13, 2026.
Overview
This instruction-only skill is coherent for making GeoGebra diagrams, with only low-risk notes about optional browser automation and page-level GeoGebra command execution.
This skill appears safe for its intended use. Before allowing browser verification, remember that the geometry content will be entered into GeoGebra's website, and review the generated Execute command if the problem contains private information.
Findings (2)
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.
The agent may open GeoGebra and paste the generated construction into the page for verification.
The skill may drive a browser, write to the browser clipboard, and submit generated GeoGebra commands to an external website. This is directly aligned with the diagram-generation purpose, but users should be aware of the browser action.
Open `https://www.geogebra.org/geometry`... Write the whole `Execute({...})` command to the browser clipboard, paste it, then press Enter.Review the generated GeoGebra command before browser execution if the geometry problem contains sensitive or private content.
A generated construction command could be executed directly in the open GeoGebra page instead of pasted manually.
The skill documents a fallback that runs a generated GeoGebra command through a page JavaScript API. It is disclosed and purpose-aligned, but it is still a dynamic execution path inside the browser page.
If the browser exposes a JavaScript evaluation surface and clipboard paste is not available, injecting through GeoGebra's applet API can still work: `ggbApplet.evalCommand(...)`
Prefer the paste workflow when possible, and only use the JavaScript fallback on the intended GeoGebra page after checking the command.
