08-mobile-security

08-mobile-security is a skill for Claude Code, Codex from HankLEE-1/security-skills-consolidated. It costs 0 tokens per session (744 once invoked), scanned A, original, no licence file.

A mobile-security skill covering Android penetration testing, runtime-first investigation, tools, and common ADB commands. ADB is Android’s command-line tool for communicating with a device or emulator.

In plain words
What is it for?
It is for Android penetration tests, runtime investigation, security-tool use, and running common ADB commands.
Why use it?
It provides an organized approach to examining Android applications and devices during authorized security testing.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for Android penetration tests, runtime investigation, security-tool use, and running common ADB commands.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hanklee-1/security-skills-consolidated/08-mobile-security
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 HankLEE-1/security-skills-consolidated --skill 08-mobile-security
Clone the repo
git clone --depth 1 https://github.com/HankLEE-1/security-skills-consolidated

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 08-mobile-security

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hanklee-1/security-skills-consolidated/08-mobile-security"><img src="https://agentmods.dev/badge/skills/hanklee-1/security-skills-consolidated/08-mobile-security.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 744 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.00000 $0.00744
Opus 5 $0.00000 $0.00372
Sonnet 5 $0.00000 $0.00149
Haiku 4.5 $0.00000 $0.00074

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

Security

Grade A, and why

08-mobile-security 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.

08-mobile-security/SKILL.md · 99 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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 · 99 lines · 0 tokens per session scan A 843aaf1b4073

Subscribe to this mod's changes

08-mobile-security is a skill published in the GitHub repository HankLEE-1/security-skills-consolidated (5 stars, last pushed 2mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 744 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-08-31.

Related

Other skills, from other repositories

xcode-build-orchestrator

Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, requesting explicit approval, delegating approved fixes to xcode-build-fixer, and re-benchmarking after changes. Use when a developer wants an end-to-end build optimization workflow, asks to speed…

AvdLee/Xcode-Build-Optimization-Agent-Skill · 94 tokens

spm-build-analysis

Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow Xcode builds. Use when a developer suspects packages, plugins, or dependency graph shape are hurting clean or incremental build performance, mentions SPM slowness, package resolution time, build…

AvdLee/Xcode-Build-Optimization-Agent-Skill · 87 tokens

xcode-project-analyzer

Audit Xcode project configuration, build settings, scheme behavior, and script phases to find build-time improvements with explicit approval gates. Use when a developer wants project-level build analysis, slow incremental builds, guidance on target dependencies, build settings review, run script phase analysis…

AvdLee/Xcode-Build-Optimization-Agent-Skill · 72 tokens

appstore-review-checker

Audit iOS/macOS apps against App Store Review Guidelines before submission, with evidence-backed verdicts and fixes. Don't use for Google Play, general code review, or rejection appeals.

luongnv89/skills · 42 tokens

react-native-expert

Senior React Native and Expo engineer for building production-ready cross-platform mobile apps. Use when building React Native components, implementing navigation with Expo Router, optimizing list and scroll performance, working with animations via Reanimated, handling platform-specific code (iOS/Android), integrating…

tech-leads-club/agent-skills · 127 tokens

analyzing-ios-app-security-with-objection

Use when 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…

oyi77/1ai-skills · 100 tokens