forbidden-patterns

forbidden-patterns is a cursor rule for Cursor from moasq/ios-dev-agent. It costs 1,452 tokens per session, scanned A, original, MIT.

A set of rules for generated iOS code, including when networking, UIKit, and third-party packages may be used. Offline-first means the app should work primarily from local data unless online services are required.

In plain words
What is it for?
Use it when generating iOS app code, choosing dependencies, adding online services, or deciding between SwiftUI and UIKit.
Why use it?
It limits unnecessary network calls, dependencies, and older interface technologies, which can add maintenance and security risks.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when generating iOS app code, choosing dependencies, adding online services, or deciding between SwiftUI and UIKit.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/moasq/ios-dev-agent/forbidden-patterns
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.

Clone the repo
git clone --depth 1 https://github.com/moasq/ios-dev-agent

Made for: Cursor.

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 forbidden-patterns

README.md
[![agentmods](https://agentmods.dev/badge/rules/moasq/ios-dev-agent/forbidden-patterns/github.svg)](https://agentmods.dev/rules/moasq/ios-dev-agent/forbidden-patterns)
Your own site
<a href="https://agentmods.dev/rules/moasq/ios-dev-agent/forbidden-patterns"><img src="https://agentmods.dev/badge/rules/moasq/ios-dev-agent/forbidden-patterns/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 forbidden-patterns

Your own site · 80×15
<a href="https://agentmods.dev/rules/moasq/ios-dev-agent/forbidden-patterns"><img src="https://agentmods.dev/badge/rules/moasq/ios-dev-agent/forbidden-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,452 This file is loaded in full into every session.
When invoked 1,452 The same file — it is already loaded in full.
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.01452 $0.01452
Opus 5 $0.00726 $0.00726
Sonnet 5 $0.00290 $0.00290
Haiku 4.5 $0.00145 $0.00145

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

Security

Grade A, and why

forbidden-patterns 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 5d 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.

.cursor/rules/forbidden-patterns.mdc · 123 lines

How it starts

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

Forbidden Patterns

Networking — Project-Scoped

Generated app code should be offline-first by default. Do not add arbitrary REST clients, analytics SDKs, or cloud calls unless the project explicitly requires and configures them. RevenueCat, StoreKit, WeatherKit, HealthKit, and Apple platform services are allowed when the relevant skill/configuration is in use.

UIKit — AVOID BY DEFAULT

Why: SwiftUI-first ensures cross-platform consistency.

  • Prefer SwiftUI-first architecture
  • UIKit imports are allowed only when a required feature has no viable SwiftUI equivalent
  • UIViewRepresentable / UIViewControllerRepresentable are allowed only as minimal bridges for those required UIKit features
  • No Storyboards, no XIBs, no Interface Builder

Third-Party Packages — SPM Only, Validated Before Use

Why: Dependencies add build complexity and supply chain risk. Use Apple frameworks first; add an SPM package only when it provides a meaningfully better experience.

Use SPM (Swift Package Manager) as the only package manager. CocoaPods and Carthage are not allowed.

When to add an SPM package

Add an SPM package when any of these apply:

  • A feature needs capabilities that no Apple framework provides (e.g. playing After Effects / Lottie JSON animations, advanced image processing pipelines, barcode generation beyond Core Image).
  • The approved-packages list below explicitly names a package for this project.
  • The user's prompt explicitly requests a specific package by name.

Use native Apple frameworks when they cover the need well enough. For example, use Swift Charts instead of a charting library, use AsyncImage or PhotosUI instead of an image-loading library, and use Canvas / TimelineView for simple particle animations.

How to validate a package before adding it

Search the internet for the package. Then confirm each item:

  1. The GitHub repository exists and has more than 500 stars.
  2. The repository was updated within the last 12 months.
  3. The license is MIT or Apache 2.0.
  4. A Package.swift file exists in the repository root (confirms SPM support).
  5. Read the README to learn the correct import name and SwiftUI usage.

Read the full file on GitHub · 123 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. 5d ago First seen · 123 lines · 1,452 tokens per session scan A 04a1c7389816

Subscribe to this mod's changes

forbidden-patterns is a cursor rule published in the GitHub repository moasq/ios-dev-agent (4 stars, last pushed 3mo ago), licensed MIT. It adds 1,452 tokens to every session, about $0.0073 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-09-03.