Files
codex/codex-rs/core/src
Celia Chen 8b81284975 fix(core): skip exec approval for permissionless skill scripts (#13791)
## Summary

- Treat skill scripts with no permission profile, or an explicitly empty
one, as permissionless and run them with the turn's existing sandbox
instead of forcing an exec approval prompt.
- Keep the approval flow unchanged for skills that do declare additional
permissions.
- Update the skill approval tests to assert that permissionless skill
scripts do not prompt on either the initial run or a rerun.

## Why

Permissionless skills should inherit the current turn sandbox directly.
Prompting for exec approval in that case adds friction without granting
any additional capability.
2026-03-06 16:40:41 -08:00
..
2026-03-04 09:41:29 +00:00
2026-03-03 23:11:28 -08:00
2026-03-06 00:03:39 +00:00
2026-03-04 16:41:54 +00:00
2026-03-06 00:03:39 +00:00
2026-02-21 20:08:02 -08:00