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.
npx skills add AndrewDongminYoo/rn-agents-kit --skill rn-eas-profile-auditgit clone --depth 1 https://github.com/AndrewDongminYoo/rn-agents-kitWrote 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.
[](https://agentmods.dev/skills/andrewdongminyoo/rn-agents-kit/rn-eas-profile-audit)<a href="https://agentmods.dev/skills/andrewdongminyoo/rn-agents-kit/rn-eas-profile-audit"><img src="https://agentmods.dev/badge/skills/andrewdongminyoo/rn-agents-kit/rn-eas-profile-audit/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.
<a href="https://agentmods.dev/skills/andrewdongminyoo/rn-agents-kit/rn-eas-profile-audit"><img src="https://agentmods.dev/badge/skills/andrewdongminyoo/rn-agents-kit/rn-eas-profile-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.00915 |
| Opus 5 | $0.00016 | $0.00458 |
| Sonnet 5 | $0.00006 | $0.00183 |
| Haiku 4.5 | $0.00003 | $0.00092 |
Grade A, and why
rn-eas-profile-audit 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.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RN EAS Profile Audit
Overview
Runs the bundled rn-eas-profile-audit.mjs CLI to resolve one eas.json build profile.
The CLI follows the selected profile's extends chain and prints the effective JSON configuration.
It reads one JSON file and does not edit files, inspect a GitHub Actions workflow, authenticate to EAS, run a build, or identify an artifact.
It accepts strict JSON only.
Use EAS CLI for an eas.json file that uses JSON5 comments or trailing commas.
When to Use
- "resolve this EAS build profile"
- "show the effective iOS simulator setting after profile inheritance"
- "check an eas.json profile chain before reviewing a CI workflow"
Prerequisites
- Node.js 18.3.0 or later for
node:util.parseArgsandObject.hasOwn. - A strict JSON
eas.jsonfile with abuildobject. - A named build profile.
Quick Steps
- When this skill is active, use its absolute base directory instead of a path in the target React Native project.
Set
SKILL_DIRto that directory. - Run the reader with one config path and one profile name.
SKILL_DIR="<this skill's base directory>" # absolute path provided when this skill loaded
node "$SKILL_DIR/rn-eas-profile-audit.mjs" --config path/to/eas.json --profile simulator
- Read the JSON result.
chainlists the inherited profiles from parent to selected profile.effectivecontains the resolved configuration.
How It Works
eas.json + selected profile
-> validate build object and extends chain
-> merge EAS inheritance fields with child overrides
-> effective profile JSON
Commands
| Intent | Command | Mutates source? |
|---|---|---|
| Resolve a profile | node "$SKILL_DIR/rn-eas-profile-audit.mjs" --config path/to/eas.json --profile preview |
No |
| Show help | node "$SKILL_DIR/rn-eas-profile-audit.mjs" --help |
No |
| Run the helper tests | node --test "$SKILL_DIR/rn-eas-profile-audit.test.mjs" |
No |
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 97 lines · 32 tokens per session scan A 138773903cdd
rn-eas-profile-audit is a skill published in the GitHub repository AndrewDongminYoo/rn-agents-kit (2 stars, last pushed 8d ago), licensed Apache-2.0. It adds 32 tokens to every session and 915 once invoked, about $0.0002 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-05.
Other skills, from other repositories
expo
Use when shipping a React Native app with Expo — EAS Build/Submit/Update, eas.json profiles and channels, config plugins, prebuild/CNG, runtime-version policy, OTA updates that never land, SDK upgrades, the New Architecture. NOT RN UI, navigation or native-module authoring (that is react-native), NOT a Dart app (that…
react-native
Use when writing the JS/TS inside a React Native or Expo app — screens, Expo Router navigation, lists, Reanimated gestures, platform forks, offline state, native modules — or killing jank and render storms. NOT eas build/submit/OTA/config-plugin (that is expo), NOT a Dart app (that is flutter), NOT web React/DOM (that…
app-store-deployment
Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines.
stitch-react-native-components
Converts a Stitch mobile screen, a local HTML file, or a URL into React Native / Expo components — TypeScript, StyleSheet, Expo Router, dark mode via useColorScheme, and proper touch targets. Cross-platform iOS and Android. Only the Stitch route needs an API key.
stitch-swiftui-components
Converts a Stitch mobile screen, a local HTML file, or a URL into SwiftUI views for native iOS apps — VStack/HStack/ZStack layout mapping, Color asset tokens with dark mode, NavigationStack/TabView routing, and Xcode project structure. Only the Stitch route needs an API key.
ccc-broadcast
Relay CC Commander build, deploy, CI, task, and cost signals to your team's chat or email so non-devs see what shipped — read-only, no secrets in payloads.