mike-params — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mike-params (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.
Reads and edits values in the MIKE+ model database tables (via mikeplus). This is the "edit the model" capability that sits between mike-model (overview) and mike-runner (execute).
{sqlite, table, columns?, muids?} → current values. Read-only. Use to identify a parameter before changing it.{sqlite, table, values, muids | all} → applies the change and returns before/after for the affected rows. Mutates the database.msm_Link — pipes/reaches: Diameter, Width, Height, Manning (Manning's M; higher = smoother), MaterialID, TypeNo.msm_Node — manholes/nodes: GroundLevel, InvertLevel, Diameter.msm_Catchment — catchments: area / imperviousness / runoff parameters.msm_Project — simulation setups (used by mike_run's simulation).mike_set_values writes to the database and mikeplus has no undo.muids to target specific elements; only set all=true when you truly mean every row.before/after (or a follow-up mike_get_values) before re-running.mike_run and compare results to quantify the effect.mike_model_info / mike_get_values -> identify current parameter
mike_set_values -> change it (on a copy) -> before/after
mike_run -> new .res1d
mike_results_summary / read -> compare against baseline~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.