Versioned security assessment

Report ID: SA-67B0A3D8

7/5/2026, 4:54:10 AM

Mobile Debugging security assessment v8

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
Mobile Debugging
Version
v8
Maintainer
BabakBar
Coverage
1 Files scanned · 223 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

3 confirmed security findings require attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Most static backtick findings are Markdown fences or TypeScript template literals, not executable backtick execution. Real risk remains from Bash-enabled troubleshooting commands that delete caches, reset simulators, inspect device logs, and force-kill Metro processes. No prompt injection, credential exfiltration, or malicious network behavior was found.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

1 Files scanned · 223 Lines analyzed

13 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 3 evidence locations

Filesystem access

May read or write local files.

Observed in 2 evidence locations

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 25 evidence locations

Capability review items (10)
Medium
Ruby/shell backtick execution
```bash
The Bash block contains cache-clearing commands that remove node_modules and temporary Metro data. These are legitimate troubleshooting steps, but they can delete local project state if run automatically.
Medium
Ruby/shell backtick execution
```bash
The block runs pod, Gradle, and Expo cleanup commands that modify native build state. The commands are expected for mobile debugging but need user approval before execution.
Medium
Ruby/shell backtick execution
```bash
The simulator commands can erase all iOS simulator data or stop an Android emulator. This is destructive local device state change even though it is a valid debugging action.
Medium
Ruby/shell backtick execution
```bash
The block installs a global npm package and starts React DevTools. This is legitimate tooling, but it changes the developer environment through external commands.
Medium
Ruby/shell backtick execution
```bash
The block runs Metro and device log commands, including adb logcat. These commands can expose local device or application logs to the assistant.
Medium
Ruby/shell backtick execution
```bash
The block includes process lookup, force kill, simulator listing, and adb server commands. These commands can affect local processes and reveal connected device details.
Medium
Shell command substitution
kill -9 $(lsof -ti:8081)
The command substitutes lsof output directly into kill -9 for port 8081. If run blindly, it can terminate any process bound to that port without user confirmation.
Medium
Template literal with command substitution
```bash
The line range contains shell command substitution used to select a PID for force termination. The risk is local process disruption, not template literal execution.
Medium
Temp directory access
rm -rf /tmp/metro-*
The command recursively deletes temporary Metro cache paths. It is a valid cache reset step, but it is still destructive filesystem access.
Medium
Temp directory access
rm -rf /tmp/haste-*
The command recursively deletes temporary Haste cache paths. It should require confirmation because a globbed rm -rf can remove matching local data.

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (3)

RISK-001 Medium
Destructive Debug Commands Need Confirmation
The skill presents deletion, simulator reset, emulator stop, and force-kill commands without requiring confirmation before execution.
The cited lines contain concrete destructive commands and no nearby instruction to ask before running them. The intent is troubleshooting, so the severity is medium rather than high.
RISK-002 Low
System reconnaissance
npx react-native log-android
The commands collect Android device logs through React Native and adb. This is legitimate debugging, but it can expose local device and application data.
RISK-003 Low
System reconnaissance
# Android
The cited range includes adb devices, which enumerates connected Android devices. This is expected debugging but still local device discovery.

Remediation

Suggested fixes recorded by this audit. Applying them is the maintainer’s responsibility.

  1. FIX-001
    Medium
    Destructive cleanup commands are shown without approval steps.
    Add explicit user confirmation before deleting caches, reinstalling dependencies, resetting simulators, or stopping emulators.
  2. FIX-002
    Medium
    The Metro port command force-kills processes selected by command substitution.
    Show the process first, ask the user to confirm the PID, and prefer graceful termination before force kill.
  3. FIX-003
    Low
    Device log commands may expose private application data.
    Tell users to redact tokens, customer data, and private API responses before sharing logs with an AI assistant.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (2)
Critical
Recursive delete on root/home
rm -rf /tmp/metro-*
Force-confirmed blocker/critical static finding; AI dismissal overridden.
Critical
Recursive delete on root/home
rm -rf /tmp/haste-*
Force-confirmed blocker/critical static finding; AI dismissal overridden.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable