Science Sim Author

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears focused on generating offline science-simulation HTML files, with the normal caution that the generated file contains runnable JavaScript.

This looks appropriate for creating offline classroom science simulations. Before using outputs from untrusted SimSpecs, check that the generated index.html remains local-only, contains no unexpected external links or scripts, and does not ask for secrets or setup commands.

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

Opening the generated file will run JavaScript in the browser, as expected for an interactive simulation.

Why it was flagged

The skill generates a runnable HTML/JavaScript file from a simulation spec. This is central to the stated purpose and is constrained by offline/no-eval/no-remote-asset rules, but users should still review generated code when using untrusted specs.

Skill content
Produce exactly one file named `index.html`. Keep all CSS in `<style>` and all JS in `<script>`.
Recommendation

Use trusted SimSpecs when possible and review the generated index.html before opening or sharing it, especially if the input spec came from someone else.