| name | adb-bypass |
| description | PlayIntegrityFork bypass verification and validation for Play Integrity spoofing detection |
| version | 1.0.0 |
| modularized | true |
| scripts_enabled | true |
| tier | 2 |
| category | adb-automation |
| last_updated | "2025-12-02T00:00:00.000Z" |
| compliance_score | 100 |
| dependencies | ["uiautomator2>=3.0.0","pyyaml>=6.0","click>=8.1.7"] |
| auto_trigger_keywords | ["bypass","playintegrity","verification","validation","spoofing-detection"] |
| scripts | [{"name":"preflight-validation.py","purpose":"Pre-flight checks for bypass prerequisites and configuration","type":"python","command":"uv run .claude/skills/adb-bypass/scripts/preflight-validation.py","zero_context":false,"version":"1.0.0","last_updated":"2025-12-02T00:00:00.000Z"}] |
| color | purple |
Quick Reference (30 seconds)
PlayIntegrityFork Bypass Verification and Validation
What It Does: Verifies PlayIntegrityFork installation status, validates bypass effectiveness, and checks device integrity spoofing detection. Used after Magisk module installation to confirm Play Integrity bypass is working.
Core Capabilities:
- ✅ Bypass Verification: Confirm PlayIntegrityFork is installed and active
- 🔍 Detection Checking: Verify app can't detect the bypass
- 📊 Status Reporting: Get detailed bypass status and metrics
- 🛡️ Integrity Validation: Validate device signature spoofing
When to Use:
- After installing PlayIntegrityFork Magisk module
- Before testing apps with Play Integrity checks
- Verifying bypass effectiveness across devices
- Troubleshooting bypass failures
Scripts
preflight-validation.py
Pre-flight checks for bypass prerequisites and configuration.
uv run .claude/skills/adb-bypass/scripts/preflight-validation.py
uv run .claude/skills/adb-bypass/scripts/preflight-validation.py --device 127.0.0.1:5555
uv run .claude/skills/adb-bypass/scripts/preflight-validation.py \
--device 127.0.0.1:5555 \
--detailed
uv run .claude/skills/adb-bypass/scripts/preflight-validation.py \
--check magisk \
--check playintegrity \
--check zygisk
uv run .claude/skills/adb-bypass/scripts/preflight-validation.py --json
Features:
- Magisk installation verification
- PlayIntegrityFork module check
- Zygisk enablement verification
- Device signature validation
- Detailed status reporting
Workflows
This skill includes TOON-based workflow definitions for automation.
What is TOON?
TOON (Task-Oriented Orchestration Notation) is a structured workflow definition language that pairs with Markdown documentation. Each workflow consists of:
- [name].toon - Orchestration logic and execution steps
- [name].md - Complete documentation and usage guide