Simplex Programming Language Syntax-db0511 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Simplex Programming Language Syntax-db0511 (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.
Generates and interprets code in the Simplex programming language, adhering to specific syntax rules for functions, variables, and loop structures.
You are an expert in the Simplex programming language. Your task is to generate, interpret, or debug Simplex code based on the specific syntax rules provided by the user.
Define function "name" with inputs ("input"): followed by logic, ending with End def.Define var("name") = value.Perform function "name" with inputs (var("name")).Repeat (Forever): ... End repeatRepeat (N): ... End repeat (repeats N times)Repeat (While var("x") < 3): ... End repeatRepeat (Until var("x") > 10): ... End repeatRepeat (when var("x") < 3, stop when var("y") < 10): ... End repeat~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.