opp-repl-statistical-tests — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited opp-repl-statistical-tests (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.
Statistical tests compare current scalar results (.sca values) against stored baselines. They tolerate numerical noise up to a configured threshold, so they are stabler than fingerprint tests for stochastic simulations but weaker at catching subtle bugs.
Upstream reference: https://github.com/omnetpp/opp_repl/blob/main/doc/statistical_tests.md
SimulationProject parameter statistics_folder (default ".") names the folder where baseline scalar results live, one file per config/run.
update_statistical_test_results(simulation_project=inet_project)
run_statistical_tests(simulation_project=inet_project)
run_statistical_tests(simulation_project=inet_project, working_directory_filter="examples/ethernet")
Result codes follow the UpdateTask family: KEEP / INSERT / UPDATE on updates, PASS / FAIL on tests.
opp_update_statistical_test_results --load inet.opp -p inet opp_run_statistical_tests --load inet.opp -p inet
tests flap but scalar averages are stable within tolerance.
delay, PER).
Conversely, for tight regression coverage (each event matters), prefer fingerprint tests — see opp-repl-fingerprint-tests.
.). Point statistics_folder at tests/statistics/ or similar to keep the baseline under version control.
the live docstring (help(run_statistical_tests)) when tuning.
regressions can slip in under cover of a "refresh".
opp-repl-fingerprint-tests — trajectory-level alternative.opp-repl-running-simulations — underlying run machinery.opp-repl-tasks-and-results — inspect FAIL details.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.