signing-entitlements Skill
Inspect macOS signing, entitlements, and Gatekeeper issues. Use when diagnosing code signing, sandbox, hardened runtime, or trust failures. Published by openai in plugins.
What is signing-entitlements Skill?
Inspect macOS signing, entitlements, and Gatekeeper issues. Use when diagnosing code signing, sandbox, hardened runtime, or trust failures. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using plugins
Technical details
- Install or run with Copy skill directory
When to use signing-entitlements Skill
- Use it for developers using plugins.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/build-macos-apps/skills/signing-entitlements/SKILL.md
What it does
Inspect macOS signing, entitlements, and Gatekeeper issues. Use when diagnosing code signing, sandbox, hardened runtime, or trust failures.
Skill instructions
Signing & Entitlements Quick Start Use this skill when the failure smells like codesigning rather than compilation: launch refusal, missing entitlement, invalid signature, sandbox mismatch, hardened runtime confusion, or trust-policy rejection. Workflow 1. Inspect the bundle or binary. - Locate the .app or executable. - Identify the main binary inside Contents/MacOS/. 2. Read signing details. - Use codesign -dvvv --entitlements :- <path. - Use spctl -a -vv <path when Gatekeeper behavior matters. - Use plutil -p for entitlements or Info.plist inspection. 3. Classify the failure. - Unsigned or ad hoc signed - Wrong identity - Entitlement mismatch - Hardened runtime issue - App Sandbox issue - Nested code signing issue - Distribution/notarization prerequisite issue 4. Explain the minimum fix path. - Say exactly what is wrong. - Show the shortest set of validation or repair commands. - Distinguish local development problems from distribution problems. Useful Commands - codesign -dvvv --ent
Explore related resources
Frequently asked questions
What is signing-entitlements?
signing-entitlements is a open-source AI agent skill with Copy skill directory. Inspect macOS signing, entitlements, and Gatekeeper issues. Use when diagnosing code signing, sandbox, hardened runtime, or trust failures.
Who is signing-entitlements best for?
signing-entitlements is best for reusing agent instructions, scripts, and references.
How do I install signing-entitlements?
Install or run signing-entitlements using Copy skill directory. Check signing-entitlements for the latest setup command.
Is signing-entitlements actively maintained?
signing-entitlements may need a closer maintenance check before production use.
Auto-fetched from GitHub.