mike-results — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mike-results (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 MIKE+ .res1d result files (via mikeio1d). No license / no MIKE+ install needed — fully portable.
To find out what is in a result file, get peak values, or extract a series for analysis/plotting. Use after mike_run, or on any existing .res1d.
{res1d} → quantities, element counts + sample ids (nodes/reaches/structures/catchments), time range. Start here to discover valid quantity/element values.{res1d, quantities?} → per-quantity peak (value, element, chainage, time), in the canonical schema.{res1d, quantity, element, max_points?} → a single downsampled time series (times, values, unit).Quantity:ElementId[:chainage] (e.g. Discharge:Link_29:33.5333). element matches the id prefix.{engine, quantity, element_id, chainage, unit, ...}) so the same downstream skills work for SWMM/LSTM later. (mike_results_summary reports the peak's element as peak_element — same idea, named for the peak.)mike_results_summary returns the max over the WHOLE run, which can land in the warm-up / initial-condition period (e.g. a base-flow value near t=0), not the storm peak. Always check peak_time; when you want the event peak, pass skip_hours (e.g. skip_hours: 6) to drop the initial window.quantity/element has no series, say so (the tool errors with a clear message) rather than guessing.mike_results_list -> learn quantities + element ids
mike_results_summary -> peaks for a quick read
mike_results_read -> a series for a specific element -> mike-plot~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.