Audit and recommend minimal sandbox entitlements for secure desktop applications
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill sandbox-entitlements-auditor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sandbox Entitlements Auditor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-sandbox-entitlements-auditor-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: sandbox-entitlements-auditor
description: Audit and recommend minimal sandbox entitlements for secure desktop applications
allowed-tools: Read, Grep, Glob, Bash
tags: [security, sandbox, entitlements, audit, macos]
graph:
domains: [domain:software-engineering]
specializations: [specialization:desktop-development]
skillAreas: [skill-area:application-security-testing, skill-area:desktop-system-integration]
roles: [role:desktop-developer, role:fullstack-engineer]
workflows: [workflow:feature-development, workflow:release-management]
---
# sandbox-entitlements-auditor
Audit existing entitlements and recommend minimal sandbox permissions for secure desktop applications, primarily for macOS but applicable concepts for other platforms.
## Capabilities
- Analyze current entitlements usage
- Detect over-permissioned configurations
- Recommend minimal entitlement sets
- Check for security anti-patterns
- Verify MAS compliance
- Generate audit reports
## Input Schema
```json
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"entitlementsPath": { "type": "string" },
"targetDistribution": { "enum": ["mas", "direct", "both"] }
},
"required": ["projectPath"]
}
```
## Audit Checks
- Unnecessary file system access
- Broad network permissions when not needed
- Hardened runtime exceptions
- JIT compilation allowance
- Library validation disabling
## Related Skills
- `macos-entitlements-generator`
- `security-hardening` process
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!