set_security_profile
Set the default security profile for AppleScript execution, choosing strict, balanced, or permissive permissions. Applies when no explicit profile is given in execute_applescript calls.
Instructions
Set the default security profile for script execution.
This sets the default security profile that will be used when no explicit
profile is specified in execute_applescript calls.
Args:
security_profile: Security profile to set as default ("strict", "balanced", "permissive")
Returns:
Confirmation of the configuration change
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| security_profile | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||