GeoGebra Diagram Generator
PassAudited by VirusTotal on May 13, 2026.
Overview
Type: OpenClaw Skill Name: geogebra-diagram-generator Version: 1.0.0 The skill is designed to generate and verify GeoGebra geometry diagrams by constructing 'Execute' command strings and providing instructions for browser automation on geogebra.org. The logic is well-documented and focused entirely on its stated purpose of geometric construction, with no evidence of data exfiltration, malicious execution, or harmful prompt injection (SKILL.md, README.md).
Findings (0)
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.
