Critical-risk tools in Deepadb
10 of the 205 tools in Deepadb are classified as critical risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at critical risk
-
adb_clear_dataDestructiveClear all data for a package (equivalent to clearing storage in settings). DESTRUCTIVE — irreversibly wipes all app data, cache, databases, shared preferences, and login state. ...
-
adb_file_moveDestructiveMove or rename a file/directory on the device. Moving FROM a system path is destructive — source depth protection refuses if source is at depth ≤ 1 from root. Symlinks resolved ...
-
adb_forward_removeDestructiveRemove a port forward (host → device), or all forwards. Use after testing to clean up.
-
adb_logcat_clearDestructiveClear all logcat buffers on the device
-
adb_qemu_imagesDestructiveManage QEMU disk images for virtual machines. List available images, create new qcow2/raw disk images, or delete existing ones. Images are stored in the DeepADB image directory.
-
adb_result_dropDestructiveDelete a stored result handle, or clear all handles in this session. Either provide both
-
adb_reverse_removeDestructiveRemove a reverse forward (device → host), or all reverse forwards. Use after testing to clean up.
-
adb_rmDestructiveDelete a file or directory on the device. Recursive deletion uses depth-based protection: refuses at depth ≤ 2 from root (blocks rm -rf /system or /sdcard but allows /sdcard/pro...
-
adb_tunnel_closeDestructiveClose a managed tunnel by ID, or all managed tunnels at once. The corresponding adb forward/reverse entry is removed and the tunnel is dropped from the cleanup registry. Use adb...
-
adb_uninstallDestructiveUninstall a package from the device
Attacks that target this class
Critical-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.