Axiom Privacy Ux

🌐Community
by charleswiltgen · vlatest · Repository

Enhances user experience while rigorously enforcing privacy axioms and data minimization principles within AI applications.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add axiom-privacy-ux npx -- -y @trustedskills/axiom-privacy-ux
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "axiom-privacy-ux": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/axiom-privacy-ux"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill helps AI agents guide users through creating privacy-first applications, specifically for iOS development. It focuses on implementing Apple's Privacy Manifests (PrivacyInfo.xcprivacy), App Tracking Transparency (ATT) features, and preparing accurate Privacy Nutrition Labels for the App Store Connect. The skill enables developers to design apps that are transparent about data collection practices and respect user privacy choices.

When to use it

  • Creating Privacy Manifests (PrivacyInfo.xcprivacy) files.
  • Requesting system permissions like Camera or Location access with a good user experience.
  • Implementing App Tracking Transparency (ATT) functionality.
  • Preparing Privacy Nutrition Labels for submission to the Apple App Store.
  • Managing tracking domains to prevent accidental data collection.
  • Debugging privacy-related issues that lead to App Store rejections.

Key capabilities

  • Creating and structuring Privacy Manifests (PrivacyInfo.xcprivacy) files, including declarations for NSPrivacyTracking, NSPrivacyCollectedDataTypes, and NSPrivacyTrackingDomains.
  • Implementing App Tracking Transparency (ATT) requests with a focus on user experience.
  • Preparing accurate Privacy Nutrition Labels as required by Apple.
  • Understanding and utilizing Required Reason APIs (e.g., NSFileSystemFreeSize, UserDefaults).
  • Managing tracking domains to avoid unintended data sharing.

Example prompts

  • "How do I create an App Privacy File in Xcode?"
  • "What are the steps for implementing App Tracking Transparency?"
  • "Can you show me an example of declaring tracking domains in a Privacy Manifest?"
  • “Explain how iOS 17’s automatic tracking domain blocking works.”

Tips & gotchas

  • Requires iOS 14.5+ for ATT, iOS 17+ for automatic tracking domain blocking, and Xcode 15+ for privacy report generation.
  • Ensure accurate declarations within the Privacy Manifest to avoid App Store rejections.
  • Understand that "tracking" includes combining user data from your app with data from other apps/websites for targeted advertising or data broker purposes.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
charleswiltgen
Installs
85

🌐 Community

Passed automated security scans.