macos-permissions-privacy

macos-permissions-privacy is a skill for Claude Code, Codex from aka-kika/akakika-skills. It costs 60 tokens per session (2,222 once invoked), scanned A, original, MIT.

Guidance for handling macOS privacy permissions for protected data and system features, such as the microphone, camera, files, screen recording, or Accessibility access. It connects each permission with its request method, settings entry, and recovery path.

In plain words
What is it for?
Use it to add or debug permission prompts, privacy explanations, sandbox access, Info.plist settings, entitlements, and links back to the relevant System Settings page.
Why use it?
macOS permissions differ by capability, so an app can otherwise request the wrong permission, explain it poorly, or leave users stuck after denial.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to add or debug permission prompts, privacy explanations, sandbox access, Info.plist settings, entitlements, and links back to the relevant System Settings page.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aka-kika/akakika-skills/macos-permissions-privacy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aka-kika/akakika-skills --skill macos-permissions-privacy
Clone the repo
git clone --depth 1 https://github.com/aka-kika/akakika-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for macos-permissions-privacy

README.md
[![agentmods](https://agentmods.dev/badge/skills/aka-kika/akakika-skills/macos-permissions-privacy/github.svg)](https://agentmods.dev/skills/aka-kika/akakika-skills/macos-permissions-privacy)
Your own site
<a href="https://agentmods.dev/skills/aka-kika/akakika-skills/macos-permissions-privacy"><img src="https://agentmods.dev/badge/skills/aka-kika/akakika-skills/macos-permissions-privacy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for macos-permissions-privacy

Your own site · 80×15
<a href="https://agentmods.dev/skills/aka-kika/akakika-skills/macos-permissions-privacy"><img src="https://agentmods.dev/badge/skills/aka-kika/akakika-skills/macos-permissions-privacy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,222 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 6 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 3
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 8
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 36
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 51
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 162
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 196
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.02222
Opus 5 $0.00030 $0.01111
Sonnet 5 $0.00012 $0.00444
Haiku 4.5 $0.00006 $0.00222

Measured 12d ago against content hash 103071b5822f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

macos-permissions-privacy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/swift-macos/macos-permissions-privacy/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

macOS Permissions & Privacy

Request only what the app needs now, explain why before the system asks, and give every denied state a recovery path. On macOS the permission landscape (TCC) is a patchwork — each permission has its own API, its own Info.plist key, and its own failure mode; the map below is most of the work.

When to use

Use this skill when the user says:

  • permission / permission prompt / TCC
  • Accessibility access, Screen Recording, Full Disk Access, Input Monitoring
  • Automation / Apple Events / "wants to control"
  • access files, contacts, calendar, camera, microphone
  • app can't see the folder / operation not permitted
  • privacy settings / privacy copy
  • sandbox entitlements for user data

Do not use this skill for notification permission specifically (see macos-notifications) or for iOS-only flows like App Tracking Transparency.

Core rule

Explain before the system prompts. Request at the moment of need.
Request the narrowest thing that works. Every denied state has a
visible recovery path.

The permission map

The column you'll consult most. "Prompt?" = can the app trigger a system dialog, or must the user flip a switch in System Settings themselves?

Need API to check/request Info.plist usage string Prompt?
Files the user picks NSOpenPanel / drag-in + security-scoped bookmarks Picker is consent
Desktop / Documents / Downloads (programmatic) just access it; system prompts once Yes, automatic
Network volumes / removable same Yes, automatic
Full Disk Access none — attempt access, detect failure No — Settings only
Accessibility (control UI, event taps) AXIsProcessTrustedWithOptions Prompt opens Settings
Screen Recording CGPreflightScreenCaptureAccess() / CGRequestScreenCaptureAccess() Once; then Settings
Input Monitoring IOHIDCheckAccess(.listenEvent) / IOHIDRequestAccess Yes
Automation (Apple Events) AEDeterminePermissionToAutomateTarget NSAppleEventsUsageDescription Yes, per target app
Camera / Microphone AVCaptureDevice.requestAccess(for:) NSCameraUsageDescription / NSMicrophoneUsageDescription Yes
Contacts CNContactStore.requestAccess NSContactsUsageDescription Yes
Calendar / Reminders EKEventStore.requestFullAccessToEvents() NSCalendarsFullAccessUsageDescription Yes
Location CLLocationManager.requestWhenInUseAuthorization NSLocationUsageDescription Yes

Read the full file on GitHub · 211 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 211 lines · 60 tokens per session scan A 103071b5822f

Subscribe to this mod's changes

macos-permissions-privacy is a skill published in the GitHub repository aka-kika/akakika-skills (10 stars, last pushed 2d ago), licensed MIT. It adds 60 tokens to every session and 2,222 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories