Third-Party EULA Preflight
SkillDatabases & dataUse before provisioning, building, downloading, or submitting a workload whose image, software, model, or data requires third-party EULAs or gated terms; apply the scoped Isaac ACCEPT_EULA default and explicit opt-out correctly without conflating credentials, privacy, telemetry, or redistribution rights.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Third-Party EULA Preflight skill
What this skill tells your AI
The instructions your AI receives, as published by nebius/nebius-physical-ai in skills/atomic/third-party-eula-preflight/SKILL.md and read by ahel’s review.
Run this preflight before any costly or state-changing setup. NPA's Isaac product policy defaults vendor acceptance on for non-interactive workflows while retaining an explicit opt-out. Other third-party agreements remain opt-in unless their product policy documents a default.
Procedure
- Inspect the selected image, runtime-fetch/bootstrap path, model and data sources, workflow renderer, and vendor documentation. Name every agreement that governs the exact components the workload will obtain or execute.
- Record the vendor's official terms links and documented acceptance mechanism. Do not infer redistribution permission from credentials, registry access, prior use, or acceptance of a different agreement.
- Apply the documented product policy. NPA defaults
ACCEPT_EULA=Yonly fornpa-isaac-lab, Isaac-backed SONIC modes, and GR00T Isaac simulation. An absent variable succeeds non-interactively. The affirmative legacy spellingsY,YES,1, andTRUEare accepted case-insensitively. Empty,N,NO,0, andFALSE, including--no-accept-eula, opt out and must refuse before download. Any other value is invalid and must fail with an invalid-value error, not be described as an opt-out. Do not reuse this default for unrelated vendor, model, data, privacy, telemetry, or preview terms. - For runtime-fetched Hugging Face weights, do not add an NPA EULA/terms boolean, confirmation flag, empty placeholder, or model-check bypass. The operator's token and its actual upstream permissions are the only local gate for a gated repository. Probe every required repository before provisioning, using exact-revision payload bytes and never repository metadata; public repositories may pass anonymously. A token authenticates a fetch and does not change the artifact's redistribution classification.
- For non-interactive Isaac execution, forward the default only to Isaac-backed tasks. If the operator opted out, fail before provisioning and print the exact resume command needed to re-enable acceptance.
- Expose only
ACCEPT_EULAto users. The pip-runtime launcher derivesOMNI_KIT_ACCEPT_EULA=YESinternally after validating the public value; do not add duplicate CLI, workflow, or configuration plumbing for it. - Never default optional privacy or telemetry consent. Keep
PRIVACY_CONSENTand telemetry off by default; enable them only independently and explicitly, and do not derive either from EULA acceptance. - Keep acceptance UX separate from redistribution classification. A convenient default does not grant redistribution rights; the Isaac-family images remain public because their built layers contain no proprietary Isaac or Kit bytes.
- Preserve a redacted run record containing agreement names, official links, the operator-stated scope, preflight result, and resume command. Do not store secret values or unnecessary personal data.
Runtime-Fetched Model Reference
NPA must validate actual upstream access before provisioning for every gated
model that a deployment will fetch. For example, GR00T deploy validates both
the selected GR00T checkpoint and nvidia/Cosmos-Reason2-2B; Cosmos deploy
validates its selected checkpoint. Do not provide --skip-model-check, an
ACCEPT_* model variable, or a duplicate terms flag. A missing or unauthorized
Hugging Face token is an access failure from Hugging Face, not an NPA consent
workflow. Keep restricted weights out of image layers regardless of access.
OpenPI pi0.5 Reference
OpenPI's public Polaris checkpoint is fetched anonymously from GCS, but it
contains Gemma-derived material governed by the Gemma Terms of Use and Gemma
Prohibited Use Policy. NPA's OpenPI product policy is explicit opt-in: require
the exact run-scoped NPA_OPENPI_ACCEPT_GEMMA_TERMS=YES value before an OpenPI
image build or checkpoint fetch. This is not a Hugging Face credential proxy or
an Isaac default. Forward it only as a runtime secret, never render it into YAML
or persist it in an image, repository file, credential store, checkpoint, or
dataset. A separate invalid-value workload must exit before importing the model
or starting checkpoint access, and must run before any accepted checkpoint
fetch. Acceptance covers only the two named Gemma policies.
Isaac Reference
Isaac runtime-fetch workloads require all of these official terms:
- NVIDIA Omniverse Licence Agreement:
https://docs.omniverse.nvidia.com/platform/latest/common/NVIDIA_Omniverse_License_Agreement.html - NVIDIA Isaac Sim Additional Software and Materials Licence:
https://docs.isaacsim.omniverse.nvidia.com/latest/common/licenses.html - NVIDIA Software Licence Agreement:
https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-software-license-agreement/
The repository mechanism defaults this value for Isaac-backed workloads:
ACCEPT_EULA=Y <resume-command>
An unset value becomes Y. Affirmative legacy values (Y, YES, 1, TRUE)
normalize to Y; recognized negative values (empty, N, NO, 0, FALSE)
make isaac-bootstrap exit 78 before downloading. Matching is
case-insensitive. Unrecognized values fail separately as invalid. The default
covers only the named NVIDIA terms; it does not enable unrelated privacy or
telemetry terms.
The bootstrap preserves the unset-versus-empty distinction with shell defaulting
equivalent to ${ACCEPT_EULA-Y}. Do not replace it with ${ACCEPT_EULA:-Y};
that would turn an explicit empty opt-out back into acceptance.
Guardrails
- Keep explicit opt-out refusal strict and early.
- Keep the OpenPI pi0.5 exact-value negative gate strict and runtime-only.
- For gated runtime weights, test every required upstream access probe before provisioning and test that no bypass or duplicate consent flag exists.
- Test both paths: unset acceptance defaults to
Y, and explicit opt-out refuses before download/provision. - Run
npa/tests/guardrails/test_third_party_eula_preflight_skill.py,npa/tests/guardrails/test_isaac_eula_plumbing.py, andnpa/tests/docker/test_isaac_bootstrap.pyfor Isaac-facing changes. - Pair with
solution-licensingwhen classifying what an artifact ships and whether it may be redistributed.
Signals
- GitHub stars
- 28
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
third-party-eula-preflight- Source
- github.com/nebius/nebius-physical-ai