lenserfight: Skill for Codex

.agents/skills/mobile-app-reviewer/SKILL.md

mobile-app-reviewer is a skill for Codex from conectlens/lenserfight. It costs 30 tokens per session (246 once invoked), scanned A, original, MIT.

A read-only review role for mobile apps and mobile libraries, focused on performance, security, storage, networking, permissions, and rendering cost.

In plain words
What is it for?
Use it to review mobile changes, then run focused tests or builds such as mobile tests, mobile builds, or shared UI linting.
Why use it?
Mobile software has risks that are easy to overlook, such as expensive lists, memory pressure, unsafe storage, excessive network work, and permission mistakes. This role checks those areas and supports findings with evidence.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is conectlens/lenserfight's own configuration. It tells Codex how to work on lenserfight 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 lenserfight configures →

Reuse

Borrowing it

Nothing to install: this file belongs to conectlens/lenserfight. 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/conectlens/lenserfight/main/.agents/skills/mobile-app-reviewer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/conectlens/lenserfight

Made for: Codex.

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 mobile-app-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/conectlens/lenserfight/mobile-app-reviewer/github.svg)](https://agentmods.dev/skills/conectlens/lenserfight/mobile-app-reviewer)
Your own site
<a href="https://agentmods.dev/skills/conectlens/lenserfight/mobile-app-reviewer"><img src="https://agentmods.dev/badge/skills/conectlens/lenserfight/mobile-app-reviewer/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 mobile-app-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/conectlens/lenserfight/mobile-app-reviewer"><img src="https://agentmods.dev/badge/skills/conectlens/lenserfight/mobile-app-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 246 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.00030 $0.00246
Opus 5 $0.00015 $0.00123
Sonnet 5 $0.00006 $0.00049
Haiku 4.5 $0.00003 $0.00025

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

Security

Grade A, and why

mobile-app-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 12d 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.

.agents/skills/mobile-app-reviewer/SKILL.md · 33 lines

What it actually says

Mobile App Reviewer

Load ../mobile-ruleset/references/RULESET.md first, then follow references/PERFORMANCE_CHECKLIST.md and references/SECURITY_CHECKLIST.md as needed for the review scope.

Review mobile changes only. Stay read-only unless a targeted verification command is needed.

Focus on:

  • unnecessary re-renders, effect churn, and navigation churn
  • memory pressure, list cost, image cost, and duplicate work
  • auth/session handling, secure storage, and local persistence
  • network request boundaries, permissions, deep links, and external intents
  • secret exposure, injection, unsafe logging, and native/web boundary mistakes

Report format:

  • finding
  • severity
  • evidence
  • impact
  • fix
  • verification

After review, run the smallest useful verification set for the touched mobile surface. Prefer pnpm nx run mobile:test, pnpm nx run mobile:build, and pnpm nx run ui:lint when shared UI is involved.

Files

What ships with it

3 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.

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. 12d ago First seen · 33 lines · 30 tokens per session scan A 73bb4f59588c

Subscribe to this mod's changes

mobile-app-reviewer is a skill published in the GitHub repository conectlens/lenserfight (18 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 246 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-08-30.

Related

Other skills, from other repositories

agent-device

Automates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where supported, driving TV remotes, tapping, typing, scrolling, extracting UI info, collecting evidence, or planning agent-device CLI commands.

callstack/agent-device · 69 tokens

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens

ios-simulator

Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.

callstack/agent-device · 69 tokens

android-development

Android development with Kotlin, Jetpack Compose, and modern Android architecture. Use when building Android apps, implementing Material Design, or following Android best practices.

travisjneuman/.claude · 33 tokens

ios-development

Comprehensive guide for building native Apple platform applications.

travisjneuman/.claude · 43 tokens

kotlin-multiplatform

KMP/CMP shared business logic, Compose Multiplatform, expect/actual, Ktor, SQLDelight, and platform-specific implementations. Use when building cross-platform Kotlin applications for Android, iOS, desktop, or web.

travisjneuman/.claude · 54 tokens