mobile

mobile is a skill for Claude Code, Codex from Shad0wMazt3r/The-Scaffolding. It costs 29 tokens per session (234 once invoked), scanned A, original, GPL-3.0.

A security-testing workflow for mobile applications. It examines the app from its packaged files through its network security, local storage, links and embedded web pages, runtime behavior, and connected backend.

In plain words
What is it for?
Use it for mobile security assessments involving static analysis, TLS testing, storage checks, intent and WebView testing, runtime hooks, and backend investigation.
Why use it?
It helps uncover weaknesses that may only appear when the app is running or communicating with other services, not just by reading its source or package.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it for mobile security assessments involving static analysis, TLS testing, storage checks, intent and WebView testing, runtime hooks, and backend investigation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shad0wmazt3r/the-scaffolding/mobile
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.

Any agent
npx skills add Shad0wMazt3r/The-Scaffolding --skill mobile
Clone the repo
git clone --depth 1 https://github.com/Shad0wMazt3r/The-Scaffolding

Made for: Claude Code, 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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/shad0wmazt3r/the-scaffolding/mobile"><img src="https://agentmods.dev/badge/skills/shad0wmazt3r/the-scaffolding/mobile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 234 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 unknown 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.00029 $0.00234
Opus 5 $0.00015 $0.00117
Sonnet 5 $0.00006 $0.00047
Haiku 4.5 $0.00003 $0.00023

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

Security

Grade A, and why

mobile 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 11d 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/SKILL.md · 25 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 11d ago First seen · 25 lines · 29 tokens per session scan A 0ad14b6dd1c3

Subscribe to this mod's changes

mobile is a skill published in the GitHub repository Shad0wMazt3r/The-Scaffolding (3 stars, last pushed 22d ago), licensed GPL-3.0. It adds 29 tokens to every session and 234 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

analyzing-ios-app-security-with-objection

Performs runtime mobile security exploration of iOS applications using Objection, a Frida-powered toolkit that enables security testers to interact with app internals without jailbreaking. Use when assessing iOS app security posture, bypassing client-side protections, dumping keychain items, inspecting filesystem…

26zl/cybersec-toolkit · 99 tokens

analyzing-android-malware-with-apktool

Perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source recovery, and androguard for permission analysis, manifest inspection, and suspicious API call detection.

26zl/cybersec-toolkit · 50 tokens

mobile-pentest

Mobile app pentest for bug bounty (Android APK + iOS IPA) — runtime-first workflow: install app, proxy through Burp/mitmproxy, drive the UI, capture packets, then test the API exactly like a web target; escalate to decompile (apktool/jadx) and Frida/objection only when traffic is SSL-pinned, encrypted, or absent.…

Awarexone/Agentic-Bug-Hunter · 205 tokens

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

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

binary-mobile-reversing

A skill for examining Android packages, Windows executables, native libraries, and some cross-platform app binaries to understand how they work.

Ed1s0nZ/CyberStrikeAI · 70 tokens