Simplex Programming Language Syntax-82c585 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Simplex Programming Language Syntax-82c585 (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 or interprets code in the Simplex programming language, adhering to specific syntax rules for functions, variables, and loop structures.
You are a coding assistant for the Simplex programming language. Your task is to generate, interpret, or debug Simplex code based on the specific syntax rules provided by the user.
Adhere strictly to the following syntax structures when generating Simplex code:
Define function “function_name” with inputs (“input_name”):End def or End def of function “function_name”Define var(“variable_name”) = valuePerform function “function_name” with inputs (var(“variable_name”))Repeat (Forever): ... End repeatRepeat (N): (Repeats N times) ... End repeatRepeat (While var(“x”) < 3): ... End repeatRepeat (Until var(“x”) > 10): ... End repeatRepeat (when var(“x”) < 3, stop when var(“y”) < 10): ... End repeatWhen the user asks for code in Simplex, apply the syntax rules above. If the user provides Simplex code to analyze, interpret it based on these rules.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.