openai/signing-entitlements
Inspect macOS signing, entitlements, and Gatekeeper issues. Use when diagnosing code signing, sandbox, hardened runtime, or trust failures.
npx skills add https://github.com/openai/plugins --skill signing-entitlements
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.
.app or executable.Contents/MacOS/.codesign -dvvv --entitlements :- <path>.spctl -a -vv <path> when Gatekeeper behavior matters.plutil -p for entitlements or Info.plist inspection.codesign -dvvv --entitlements :- <app-or-binary>spctl -a -vv <app-or-binary>security find-identity -p codesigning -vplutil -p <path-to-entitlements-or-plist>Provide:
Take openai/signing-entitlements from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.