Résumé
nono-cli'scregistry pack verification can fail open when provenance metadata is absent
Détails de l’avis
Summary
Registry-installed nono packs are expected to be verified from local provenance metadata before they are used. Two files are relevant:
~/.config/nono/packages/lockfile.json~/.config/nono/packages/<namespace>/<pack>/.nono-trust.bundle
Testing shows that nono fails closed when a pack has a trust bundle but no lockfile entry. However, if the trust bundle is also absent, the same pack can load successfully. Deleting security metadata should not make a pack easier to run.
Affected behavior
Observed with always-further/claude:
Delete
~/.config/nono/packages/lockfile.json.Result:
nono: Package verification failed for always-further/claude: pack 'always-further/claude' has a trust bundle but no lockfile entry - reinstall with: nono pull always-further/claude --forceDelete
~/.config/nono/packages/always-further/claude/.nono-trust.bundle.Result: the profile loads successfully.
Restore
.nono-trust.bundlewhile the lockfile is still absent.Result:
nono: Package verification failed for always-further/claude: pack 'always-further/claude' has a trust bundle but no lockfile entry - reinstall with: nono pull always-further/claude --force
Impact
If both the lockfile entry and trust bundle are absent, nono may accept an installed registry pack without artifact hash verification or provenance verification.
This is especially important for pack-provided session hooks, because session hooks execute on the host outside the sandbox. A pack that contributes host-executed code should not run unless nono can verify that the code is a locked and trusted pack artifact.
Root cause
verify_profile_packs treats the lockfile entry as optional. Existing code fails when a trust bundle exists without a matching lockfile entry, but when the trust bundle is absent too, there is no equivalent hard failure.
That creates a fail-open state:
- lockfile entry missing
- trust bundle missing
- pack directory still present
- profile can load
Recommended fix
For any registry pack selected for execution, require both:
- A matching lockfile entry in
~/.config/nono/packages/lockfile.json. - A present and valid
.nono-trust.bundlein the installed pack directory.
If either is missing, fail closed with a reinstall instruction, for example:
reinstall with: nono pull <namespace>/<pack> --force
This keeps verification monotonic: removing provenance metadata cannot downgrade a verification failure into a successful launch.
Références
Vulnérabilités liées
Tout Supply chain →- MEDIUMGHSA-73p9-6hrp-8qhr
AIIR verification and policy gates could report success without enforcing the control (fail-open)
- CRITICALGHSA-8fpg-xm3f-6cx3
Auth.js: Configuration errors can cause existence-based auth checks to fail open (auth object populated with an error)
- HIGHCVE-2026-54291
PostgreSQL JDBC Driver: Silent channel-binding authentication downgrade via unsupported certificate algorithms
- HIGHGHSA-7q9c-hpx7-9cwm
TypeSpec: Unauthenticated Remote Shutdown of Spector Mock Server via POST /.admin/stop
- CRITICALCVE-2026-73842
OpenChoreo: cluster-gateway internal proxy performs no caller authentication and is not read-only — data-plane Secret disclosure and arbitrary Kubernetes mutation
- MEDIUMCVE-2026-73557
vLLM: Incomplete CVE-2025-62164 remediation can be bypassed by concurrent prompt parts