Caveat verdict
android-armor-breaker
The skill involves installing packages and potentially executing arbitrary code for Android APK analysis.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
package_install
Findings (10)
References sudo — requests elevated privileges
SKILL.md · code · sudo
apt-get install — installs system packages
SKILL.md · code · apt-get install
Reads /proc/self/environ — dumps all environment variables
scripts/antidebug_bypass.py · prose · downgraded · /proc/self/environ
Sets world-executable permissions
SKILL.md · code · chmod 755
subprocess execution — runs system commands from Python
scripts/android-armor-breaker.py · prose · downgraded · subprocess.run(
Hex-encoded string — possible obfuscated payload
scripts/root_memory_extractor_enhanced.py · prose · downgraded · \x74\x65\x6e\x63\x65\x6e\x74
Base64 encode (btoa) — may obfuscate data exfiltration
scripts/frida_memory_scanner.js · prose · downgraded · btoa(
String.fromCharCode — can build strings to evade detection
scripts/frida_memory_scanner.js · prose · downgraded · String.fromCharCode
Python os.environ.get — reads environment variable
scripts/i18n_logger.py · prose · downgraded · os.environ.get(
Python shutil file operation — copies/moves/deletes files
scripts/unpack_orchestrator.py · prose · downgraded · shutil.rmtree(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_inpackage_install Is this flag fair?
Thanks — recorded.