contentstack-ios-cda

contentstack-ios-cda is a cursor rule for Cursor from contentstack/contentstack-ios. It costs 0 tokens per session (567 once invoked), scanned A, original, MIT.

Contentstack CDA patterns – Stack/Config, HTTP, retry, callbacks, Content Delivery API.

Cursor rule for Cursor

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.

agentmods
npx agentmods add rules/contentstack/contentstack-ios/contentstack-ios-cda
Clone the repo
git clone --depth 1 https://github.com/contentstack/contentstack-ios

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 contentstack-ios-cda

README.md
[![agentmods](https://agentmods.dev/badge/rules/contentstack/contentstack-ios/contentstack-ios-cda.svg)](https://agentmods.dev/rules/contentstack/contentstack-ios/contentstack-ios-cda)
Your own site
<a href="https://agentmods.dev/rules/contentstack/contentstack-ios/contentstack-ios-cda"><img src="https://agentmods.dev/badge/rules/contentstack/contentstack-ios/contentstack-ios-cda.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00567
Opus 5 $0.00000 $0.00283
Sonnet 5 $0.00000 $0.00113
Haiku 4.5 $0.00000 $0.00057

Measured today against content hash 3df1ddec250f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

contentstack-ios-cda 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 today.

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/contentstack-ios-cda.mdc · 37 lines

How it starts

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

Contentstack iOS CDA – SDK Rules

Apply when editing the SDK core (Contentstack/, ContentstackInternal/). Keep behavior aligned with the Content Delivery API.

Stack and Config

  • Entry point: +[Contentstack stackWithAPIKey:accessToken:environmentName:] and stackWithAPIKey:accessToken:environmentName:config: return a Stack. Use Config for optional settings (host, region, branch, delegate, early access).
  • Defaults: Follow existing Config initialization (host/version behavior as implemented in Config / stack setup).
  • Region / branch: Support regional endpoints and branch delivery via Config properties, consistent with CDA docs and current stack URL building (CSIOAPIURLs, etc.).

HTTP layer

  • Requests should flow through CSIOCoreHTTPNetworking and CSURLSessionManager (and related internal types). Do not bypass the shared session stack for CDA calls without a strong reason.
  • Headers: Preserve User-Agent, access token, environment, and other required CDA headers as built in existing request code (CSIOConstants, stack configuration).
  • Errors: Map API failures to existing patterns (NSError, failure blocks, or error callbacks) so app code receives consistent semantics.

Retry and resilience

  • Retry logic for transient failures lives in the networking layer (e.g. CSIOCoreHTTPNetworking handling of status / error codes). When changing retry behavior, keep defaults and caps consistent with CDA-friendly backoff and document any behavior change.
  • Unlike some other SDKs, retry is not always exposed as a separate public Config surface; prefer adjusting the internal implementation coherently.

Callbacks and async

  • Use blocks, delegates (CSURLSessionDelegate), and existing completion patterns already used on Stack, Entry, Query, Asset, SyncStack, etc.
  • Do not change public callback signatures without a compatibility plan (semver / migration note).

Read the full file on GitHub · 37 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. today First seen · 37 lines · 0 tokens per session scan A 3df1ddec250f

Subscribe to this mod's changes

contentstack-ios-cda is a cursor rule published in the GitHub repository contentstack/contentstack-ios (3 stars, last pushed 28d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 567 tokens. 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-04.