# Cve Hunting

> Fetch and analyze the latest CVEs for mobile platforms (iOS/Android), libraries, and frameworks.

- Skill: `omkar-ukirde/cve-hunting-4` (Agent Skill)
- Install (CLI): `npx skillmds@latest add omkar-ukirde/cve-hunting-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/omkar-ukirde/cve-hunting-4/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: omkar-ukirde (https://skillmd.com/u/omkar-ukirde)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/omkar-ukirde/cve-hunting-4

---


# Mobile CVE Hunting

Before or during a mobile assessment, always fetch the latest CVEs related to the target's mobile OS version, SDKs, or third-party libraries.

## Objective
If only the `mobile` testing type is selected, the agent must be able to independently look up the latest vulnerabilities to ensure no newly discovered flaws are missed.

## Skills & Execution
- Use `search_web` to query the latest CVEs for identified mobile components (e.g., WebViews, specific SDKs, SQLite versions).
- Monitor exploit databases for recent proofs of concept (PoCs) targeting mobile environments.
- Cross-reference dependency versions extracted from APK/IPA with known vulnerabilities.

