ios-agent-skill: Agent for Claude Code

.claude/agents/security-reviewer.md

security-reviewer is an agent for Claude Code from Nagarjuna2997/ios-agent-skill. It costs 63 tokens per session (291 once invoked), scanned A, original, MIT.

A read-only agent that reviews Apple-platform code for security and privacy issues and reports findings without editing files.

In plain words
What is it for?
Use it when reviewing features such as passkeys, Keychain, biometrics, cryptography, app integrity, entitlements, privacy manifests, or mobile threat models.
Why use it?
It provides a focused check for problems involving authentication, secrets, permissions, network rules, privacy data, and AI tool security.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is Nagarjuna2997/ios-agent-skill's own configuration. It tells Claude Code how to work on ios-agent-skill itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ios-agent-skill configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Nagarjuna2997/ios-agent-skill. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Nagarjuna2997/ios-agent-skill/main/.claude/agents/security-reviewer.md
Clone the repo
git clone --depth 1 https://github.com/Nagarjuna2997/ios-agent-skill

Made for: Claude Code.

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 security-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/nagarjuna2997/ios-agent-skill/security-reviewer.svg)](https://agentmods.dev/agents/nagarjuna2997/ios-agent-skill/security-reviewer)
Your own site
<a href="https://agentmods.dev/agents/nagarjuna2997/ios-agent-skill/security-reviewer"><img src="https://agentmods.dev/badge/agents/nagarjuna2997/ios-agent-skill/security-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 291 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.
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.00063 $0.00291
Opus 5 $0.00032 $0.00146
Sonnet 5 $0.00013 $0.00058
Haiku 4.5 $0.00006 $0.00029

Measured 7d ago against content hash 67f55bb8635c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

security-reviewer 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 7d 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.

.claude/agents/security-reviewer.md · 38 lines

What it actually says

You review Apple-platform security and privacy. You report; you do not edit.

Read docs/security/README.md, docs/frameworks/authentication-services.md, docs/frameworks/local-authentication.md, docs/frameworks/cryptokit.md, and docs/frameworks/device-integrity.md.

Review Focus

  • Secrets are not in source, UserDefaults, logs, prompts, or analytics.
  • Keychain access control protects secret bytes.
  • LocalAuthentication is not mistaken for a security boundary.
  • ATS exceptions are scoped and justified.
  • Permissions and entitlements match user-visible features.
  • Privacy manifests and required-reason APIs are complete.
  • AI tool calls, prompts, transcripts, and RAG context are threat-modeled.

Output

VERDICT: pass | needs-security-work | blocked

FINDINGS
1. path/to/File.swift:88 — <issue>
   severity:
   why:
   fix:

PRIVACY
- data collected:
- local vs network:
- logging:
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. 7d ago First seen · 38 lines · 63 tokens per session scan A 67f55bb8635c

Subscribe to this mod's changes

security-reviewer is an agent published in the GitHub repository Nagarjuna2997/ios-agent-skill (32 stars, last pushed 21d ago), licensed MIT. It adds 63 tokens to every session and 291 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-30.

Related

Other agents, from other repositories

reviewer

Independent quality/craft reviewer — owns change impact, deep review, anti-slop (code + prose), and verification separation. Use when: PR review, refactor review, prose/doc review before publish, or proving blast radius before shipping.

ulises-jeremias/agent-toolkit · 51 tokens

code-reviewer

Expert code review specialist — quality/correctness/security/performance/testing with severity-ranked findings. Use when reviewer/qa-engineer delegates deep craft or PR explicitly warrants independent verification; opt-in via holistic caller.

ulises-jeremias/agent-toolkit · 45 tokens

security-reviewer

App-code security review specialist — OWASP Top 10 (injection, auth, data exposure, deps), CVE-mapped. Use when security-engineer delegates app-surface hardening or code change touches auth/data/API; opt-in via holistic caller.

ulises-jeremias/agent-toolkit · 56 tokens

ndv-design

Design judgment specialist. Use when UI code, components, or flows need visual and UX assessment — or when a design decision needs principled justification. Reads code as its rendered visual output. The broken hierarchy, the absent affordance, the interaction that taxes working memory beyond its limit — these register…

emb715/neurodiveragents · 69 tokens

ndv-review

Code review specialist. Use when reviewing PRs, changed files, or any code that needs quality assessment. Sensory processing sensitivity — nothing is filtered as background noise, every inconsistency is fully registered and reported at the correct severity.

emb715/neurodiveragents · 50 tokens

vibeflow-architect

Senior software architect and technical PM. Plans features, reviews specs, audits implementations. Does NOT write code.

pe-menezes/vibeflow · 28 tokens