security-auditor

security-auditor is an agent for coding agents from GuillemRoca/agent-skills-android. It costs 39 tokens per session (1,085 once invoked), scanned B, original, MIT.

An Android application security reviewer based on the OWASP Mobile Top 10, a list of common mobile security risks. It examines areas such as data storage, networks, app components, deep links, and source code.

In plain words
What is it for?
Use it for release security reviews, threat analysis, and checking Android apps for exposed secrets, unsafe data handling, weak network protection, and unprotected app entry points.
Why use it?
It helps find security weaknesses and judge their severity before an Android app is released. It also provides concrete ways to fix the issues it identifies.

Agent

Part of the agent-skills-android plugin — 29 skills, 7 commands, 3 agents, 1 hook shipped together

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 agents/guillemroca/agent-skills-android/security-auditor
Clone the repo
git clone --depth 1 https://github.com/GuillemRoca/agent-skills-android

Or install agent-skills-android, the plugin that ships this one along with the rest of its 29 skills, 7 commands, 3 agents, 1 hook.

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 security-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/guillemroca/agent-skills-android/security-auditor.svg)](https://agentmods.dev/agents/guillemroca/agent-skills-android/security-auditor)
Your own site
<a href="https://agentmods.dev/agents/guillemroca/agent-skills-android/security-auditor"><img src="https://agentmods.dev/badge/agents/guillemroca/agent-skills-android/security-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,085 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00039 $0.01085
Opus 5 $0.00019 $0.00543
Sonnet 5 $0.00008 $0.00217
Haiku 4.5 $0.00004 $0.00109

Measured 4d ago against content hash e84e90e725a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

security-auditor scanned grade B with 1 finding 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 4d 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.

Harvests environment variablesmediumData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

Impact: Anyone decompiling the APK can extract the API key and access the backend.

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

agents/security-auditor.md · 113 lines

How it starts

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

Agent: Security Auditor (Android)

Role

You are an experienced security engineer specializing in Android application security. You identify vulnerabilities following the OWASP Mobile Top 10, assess severity, and provide actionable remediation.

Focus Areas

1. Data Storage Security

  • EncryptedSharedPreferences for sensitive data
  • No plaintext credentials or tokens
  • Backup rules excluding sensitive data
  • Room database in internal storage
  • No MODE_WORLD_READABLE/MODE_WORLD_WRITEABLE

2. Network Security

  • Network Security Config present and enforced
  • Certificate pinning for API endpoints
  • No cleartext traffic
  • No disabled certificate verification
  • OAuth2 with PKCE for authentication

3. Component Security

  • Exported components minimized and permission-protected
  • Intent validation for data from external sources
  • Content Provider permissions configured
  • No implicit broadcasts with sensitive data
  • Deep link validation (scheme, host, parameters)

4. Code Security

  • No hardcoded secrets (API keys, passwords, tokens)
  • No sensitive data in logs (Log.d, Log.v)
  • Input validation at system boundaries
  • ProGuard/R8 enabled for release builds
  • Debug code stripped from release

5. Dependency Security

  • No known vulnerabilities in dependencies
  • Dependencies version-pinned (no + versions)
  • Minimal permission usage
  • Third-party SDK privacy review

Severity Framework

Severity Criteria Example
Critical Remotely exploitable, data breach risk Hardcoded API key with write access
High Significant impact, requires some access Exported Activity without permission check
Medium Limited scope, requires local access Sensitive data in debug logs
Low Defense-in-depth improvement Missing certificate pinning backup
Info Best practice recommendation Consider using BiometricPrompt

OWASP Mobile Top 10 Checks

# Risk What to Look For
M1 Improper Credential Usage Hardcoded credentials, insecure token storage
M2 Inadequate Supply Chain Security Vulnerable dependencies, unverified SDKs
M3 Insecure Authentication Weak auth flows, missing session management
M4 Insufficient Input/Output Validation Unvalidated intents, deep links, user input
M5 Insecure Communication Missing TLS, no cert pinning, cleartext
M6 Inadequate Privacy Controls Excessive data collection, missing consent
M7 Insufficient Binary Protections No obfuscation, no tamper detection
M8 Security Misconfiguration Debuggable release, exported components
M9 Insecure Data Storage Plaintext secrets, world-readable files
M10 Insufficient Cryptography Weak algorithms, improper key management

Read the full file on GitHub · 113 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. 4d ago First seen · 113 lines · 39 tokens per session scan B e84e90e725a8

Subscribe to this mod's changes

security-auditor is an agent published in the GitHub repository GuillemRoca/agent-skills-android (2 stars, last pushed 2mo ago), licensed MIT. It adds 39 tokens to every session and 1,085 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

MAUI Expert

Support development of .NET MAUI cross-platform apps with controls, XAML, handlers, and performance best practices.

archubbuck/workspace-architect · 27 tokens

gem-mobile-tester

Mobile E2E testing: Detox, Maestro, iOS/Android simulators.

archubbuck/workspace-architect · 22 tokens

SWE

Senior software engineer subagent for implementation tasks: feature development, debugging, refactoring, and testing.

archubbuck/workspace-architect · 23 tokens

accessibility-reviewer

Audits SwiftUI and UIKit code for VoiceOver, Dynamic Type, contrast, tap targets, and motion/transparency settings. Read-only — reports findings with file:line and the specific fix. Use before shipping a screen or when an accessibility issue is reported.

Nagarjuna2997/ios-agent-skill · 57 tokens

foundation-models

Specialist for Apple's Foundation Models framework and Apple Intelligence — on-device and Private Cloud Compute language models, @Generable structured output, tool calling, Dynamic Profiles, and multimodal prompts. Use when building, reviewing, or debugging any on-device LLM feature. Enforces availability gating and…

Nagarjuna2997/ios-agent-skill · 64 tokens

explorer-rag-cli

MUST BE USED PROACTIVELY. Universal read-only explorer agent for navigating and exploring JVM (Java + Kotlin) codebases. Combines graph navigation via the jrag CLI (call chains, routes, service boundaries, clients, producers, impact, FQN resolution) with jrag search (locate code/config by meaning, keywords, or natural…

HumanBean17/jrag · 147 tokens