opp-repl-opp-env-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited opp-repl-opp-env-integration (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.
opp_env is the OMNeT++ version-manager: it can stand up a clean (omnetpp, inet, simu5g, ...) stack on demand. opp_repl integrates by routing build and run commands through opp_env run.
Upstream reference (covered in multiple docs):
Add opp_env_workspace and opp_env_project to the .opp file. BOTH the OmnetppProject and each dependent SimulationProject should point at the same opp_env workspace:
OmnetppProject( name="omnetpp-6.3.0-opp_env", root_folder=".", opp_env_workspace="/home/user/opp_env", opp_env_project="omnetpp-6.3.0", )
SimulationProject( name="inet-4.6.0-opp_env", root_folder=".", omnetpp_project="omnetpp-6.3.0-opp_env", opp_env_workspace="/home/user/opp_env", opp_env_project="inet-4.6.0", library_folder="src", bin_folder="bin", build_types=["dynamic library"], dynamic_libraries=["INET"], ned_folders=["src", "examples", "showcases", "tutorials"], ini_file_folders=["examples"], )
Templates for both files ship with opp-repl-opp-files (templates/opp_env.opp, templates/opp_env_sim.opp).
When a project has opp_env_workspace set, opp_repl automatically chooses the opp_env simulation runner. Every build and run goes through:
opp_env -l WARN run <opp_env_project> \ -w <opp_env_workspace> \ -c "<shell_cmd>"
The environment (PATH, LD_LIBRARY_PATH, __omnetpp_root_dir) is set up by opp_env just for the duration of that subprocess.
ones without manual env juggling.
fetches exact source trees on demand).
.opp files across machines with differentOMNeT++ installs.
project. It can take minutes; be patient and make sure the network is open.
works, but makes sure each SimulationProject references the matching OmnetppProject. Cross-linking an opp_env INET to a non-opp_env OMNeT++ leads to subtle PATH mismatches.
opp_env` or follow its README.
opp-repl-opp-files — descriptor templates for opp_env projects.opp-repl-overlay-builds — alternative way to test multipleversions side-by-side.
opp-repl-running-simulations — runner selection logic.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.