Home / tartinerlabs / skills · xcode-skills/audit-xcode-security-settings/SKILL.md · GitHub

audit-xcode-security-settings skillA

This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.

audit-xcode-security-settings is agent-read markdown (skill) from tartinerlabs/skills: Audit and enable security-oriented Xcode build settings. Progressively enables compiler warnings, static analyzer checkers, and Enhanced Security features. Use when: user wants to secure their Xcode project, audit security settings, enable hardening, review security posture of build configuration, set up security-focused static analysis, enable static analysis, improve warning coverage, harden diagnostics, or catch more bugs at compile time in C/C++/Objective-C/Swift. SKIP: network security (TLS.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Audit Xcode Security Settings

Assess an Xcode project's security posture and progressively enable security build settings and entitlements — from broadly applicable warnings through Enhanced Security hardening.

## Tool Preferences

When XcodeGlob, XcodeGrep, XcodeRead, XcodeLS, and XcodeUpdate tools are available, ALWAYS use them. Do not fall back to Bash filesystem tools (`ls`, `find`, `cat`, `grep`) to learn about the project. They trigger extra permission prompts and bypass project scoping.

**Tool names may carry an MCP server prefix.** These tools are hosted by an MCP server whose name varies by environment (`xcode-mcp`, `xcode-tools`, `xcode`, etc.), so their fully qualified names look like `mcp__<server>__XcodeGlob`. Some harnesses register short aliases (just `XcodeGlob`); others only expose the prefixed form. Do not hardcode a specific server name. On the first call, use whichever form the available-tool registry advertises — look up the prefix once, then reuse it for the rest of the session. If a short-name call fails with an unknown-tool error, do not guess at the prefix: look it up in the registry and retry with the full name.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add tartinerlabs/skills/audit-xcode-security-settings@git:20260919.39b6890
Exact content
mdr add tartinerlabs/skills/audit-xcode-security-settings@sha256:96bb69548c26e3d3

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_3xq2pdxrxtvml6lf.svg)](https://markdownregistry.com/a/art_3xq2pdxrxtvml6lf)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.39b6890 latest2026-09-19 39b6890 59,187 BA view · diff
git:20260713.ba4f7f82026-07-13 ba4f7f8 28,789 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (59187 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

tartinerlabs/skills · 8 stars · license MIT · pushed 2026-09-19 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_3xq2pdxrxtvml6lf
GET https://markdownregistry.com/api/v1/resolve?ref=tartinerlabs/skills/audit-xcode-security-settings
GET https://markdownregistry.com/api/v1/blob/96bb69548c26e3d3772e4daabe70cefb8d670ff3111dbbbe547df6bbdcbd1786

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from tartinerlabs/skills

AGENTS.md agents
tartinerlabs/skills · AGENTS.md
git:20260726.0241bb2 · audit A · 8 stars
CLAUDE.md claude
tartinerlabs/skills · CLAUDE.md
git:20260726.3dddebc · audit A · 8 stars
commit skill
tartinerlabs/skills · skills/commit/SKILL.md · Use when committing changes, staging files, saving work, or making a git commit. Creates clean commits in the…
git:20260726.9b1c2f9 · audit A · 8 stars
create-branch skill
tartinerlabs/skills · skills/create-branch/SKILL.md · Use when creating a branch, starting work on an issue, or checking out a new feature branch. Validates branch naming…
git:20260807.4d3d994 · audit A · 8 stars
create-pr skill
tartinerlabs/skills · skills/create-pr/SKILL.md · Use when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub…
git:20260820.7bc4969 · audit A · 8 stars
deps skill
tartinerlabs/skills · skills/deps/SKILL.md · Use when hardening a dependency supply chain, pinning versions, adding registry/security flags, or setting up Renovate…
git:20260823.7490cdf · audit A · 8 stars
github-actions skill
tartinerlabs/skills · skills/github-actions/SKILL.md · Use when adding CI/CD, creating workflows, auditing GitHub Actions, or fixing action pinning. Creates and audits…
git:20260823.ba8e2e6 · audit A · 8 stars
github-issues skill
tartinerlabs/skills · skills/github-issues/SKILL.md · Use when filing a bug, requesting a feature, creating an issue, or updating issue details. Manages issues on GitHub…
git:20260817.a873993 · audit A · 8 stars
naming-format skill
tartinerlabs/skills · skills/naming-format/SKILL.md · Use when reviewing file names, renaming files, fixing naming conventions, or auditing exports. Enforces consistent…
git:20260726.9b1c2f9 · audit A · 8 stars
project-structure skill
tartinerlabs/skills · skills/project-structure/SKILL.md · Use when deciding where code should live, organising files, or auditing project structure. Checks colocation, grouping…
git:20260726.9b1c2f9 · audit A · 8 stars
refactor skill
tartinerlabs/skills · skills/refactor/SKILL.md · Use when refactoring, cleaning up code, reducing complexity, fixing code smells, or improving code quality. Audits code…
git:20260726.9b1c2f9 · audit A · 8 stars
security skill
tartinerlabs/skills · skills/security/SKILL.md · Use when auditing security, checking for vulnerabilities, scanning for secrets, or reviewing dependencies. Dependency…
git:20260823.ba8e2e6 · audit A · 8 stars

Every file in tartinerlabs/skills

Other files named audit-xcode-security-settings

audit-xcode-security-settings skill
artemnovichkov/xcode-skills · skills/audit-xcode-security-settings/SKILL.md · Audit and enable security-oriented Xcode build settings. Progressively enables compiler warnings, static analyzer…
git:20260909.9b8428c · audit A · 26 stars

Browse by kind, by grade A, or by owner.