native-android-test-visually — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited native-android-test-visually (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Interactive, on-device verification of a native Android app (Kotlin/Java, Jetpack Compose or classic Views) — the "did my last change actually render correctly" check. Installs the app via Gradle, launches the activity, captures real screenshots via adb, reads logcat, and gives a concrete verdict.
change — even without the words "screenshot" or "logs".
launch in the background, wait for the first real frame, screenshot, capture logs, analyze the PNG against the change, report a verdict.
installDebug task and howto pick a build variant/flavor, launching the activity with am start / monkey, finding the applicationId, the "activity displayed" signal, and logcat scoped to the app's pid — read references/native-android.md.
references/driving-the-ui.md.references/troubleshooting.md.references/figma-comparison.md(requires the Figma MCP server; skip entirely if you don't use Figma).
references/other-frameworks.md or use the matching skill.
scripts/check-devices.sh, launch.sh, snap.sh, capture-logs.sh, stop.sh wrap the common adb/Gradle commands with device disambiguation. capture-loop.md shows how they fit together. Note that a native Gradle install does not launch the app — see the framework reference for the am start step.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.