modulor-ee99a1 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited modulor-ee99a1 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You drive CAD through JSON commands. One document = one .json file.
modulor ops >/dev/null || pip install modulormodulor run model.json - <<'EOF'
[{"op":"add_wall","path":[[0,0],[8000,0],[8000,5000],[0,5000],[0,0]],
"thickness":240,"height":2900,"tag":"ext"},
{"op":"add_opening","wall":{"tags":["ext"]},"along":1500,"width":1000,"type":"door"},
{"op":"render","path":"check.png","mode":"plan"}]
EOFrender writes a PNG — read it. Add"labels": true to print entity ids on the image.
{"op":"measure","kind":"area","select":...},{"op":"validate"}, {"op":"find","at":[x,y],"radius":r}.
.dxf .svg (drawings) · .glb .stl .obj (meshes) ·.ifc (semantic BIM for Revit) — via {"op":"export","path":"out.ifc"}.
modulor ops <name> gives every param + example.tag + {"tags":[...]} selectors over hardcoded ids — booleansconsume entities and ids go stale.
"bay*3", "level_top('L2')","grid_x('B')" (params via define_param, levels via add_level, grids via add_grid).
hint — read it, fix, resend the batch.{"op":"recipe_set","commands":[...],"run":true}, then {"op":"regenerate","params":{"bay":5000}} rebuilds everything coordinated.
{"op":"snapshot","name":"safe"}; roll back withrestore; compare options with {"op":"diff","against":"safe"}.
{"op":"import_dxf","path":"site.dxf"} reads real-world DXF (blocks, hatches, GBK text). Then render with labels, inspect with find, rebuild semantics with add_wall/add_room where needed.
Suggest they run modulor serve model.json — a read-only browser viewer that live-follows the document while you work.
Full reference: run modulor ops, or read AGENT_GUIDE.md in the Modulor repository (github.com/bcllcc/modulor).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.