dependency-scanning
Installation
SKILL.md
Dependency Scanning on Mobile
Instructions
Most reported mobile CVEs live in dependencies — third-party SDKs, networking libs, image loaders, JSON parsers. A weekly cadence beats a one-off audit.
1. Inventory First
You can't scan what you can't see. Produce an SBOM per build:
- Android: CycloneDX Gradle plugin (
org.cyclonedx.bom) producesbom.json. - iOS:
cyclonedx-cocoapods/cyclonedx-swiftfor SwiftPM. - Flutter:
cyclonedx_dartor parsepubspec.lock. - React Native:
@cyclonedx/cdxgenhandles npm + native.
Archive the SBOM with the release artifact. You will want it the day a new CVE drops.