opp-repl-feature-and-release-tests — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited opp-repl-feature-and-release-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.
Three convenience entry points that sit above the specific test types (opp-repl-smoke-tests, opp-repl-fingerprint-tests, etc.).
Upstream reference: https://github.com/omnetpp/opp_repl/blob/main/doc/feature_tests.md
Check that the project builds and simulations set up correctly with each documented combination of optional features (OMNeT++ "features" as declared in .oppfeatures).
run_feature_tests(simulation_project=inet_project)
CLI:
opp_run_feature_tests --load inet.opp -p inet
A curated suite suitable for validating a release build — combines smoke, fingerprint, statistical, feature, and chart tests (exact composition is project-defined).
run_release_tests(simulation_project=inet_project)
CLI:
opp_run_release_tests --load inet.opp -p inet
Sequentially run every configured test type:
run_all_tests(simulation_project=inet_project)
CLI:
opp_run_all_tests --load inet.opp -p inet
run_smoke_tests() only -- fast feedback on feature branches.run_feature_tests() -- before merging changes that touch buildconfiguration, NED features, or optional modules.
run_release_tests() -- the official gate for pushing a release.run_all_tests() -- use during maintenance or when you want asingle verdict; overlap with run_release_tests() is intentional in many projects. When module-image tests are configured for the project, run_all_tests() includes them automatically (via run_module_image_tests()).
opp-repl-module-image-tests) -- visualregression of module/network rendering; run independently with run_module_image_tests() / opp_run_module_image_tests CLI.
minutes to hours depending on project size. Pin sim_time_limit and use --no-concurrent sparingly.
baseline can fail the whole aggregate. Fix baselines incrementally using the individual update_*_test_results entry points.
MultipleTaskResults. Inspect each section for drill-down.
opp-repl-*-tests skill.opp-repl-module-image-tests — visual regression of module/networkrendering (distinct from chart/analysis-plot tests).
opp-repl-tasks-and-results — per-sub-suite drill-down.opp-repl-github-actions — dispatch suites remotely.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.