Versioned security assessment

Report ID: SA-67B4A864

6/28/2026, 1:01:55 PM

Mobile Debugging security assessment v6

Skill Security Certification Report

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

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

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.

The static analyzer found many shell-command patterns because this skill is a React Native debugging guide with Bash examples. No prompt injection, credential exfiltration, malicious network access, or executable bundled script was found, but several examples delete caches, reset devices, install tools, or kill processes.

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

3 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 1 evidence location

Filesystem access

May read or write local files.

Observed in 1 evidence location

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 6 evidence locations

Capability review items (3)
Medium
Destructive Debugging Commands Require Confirmation
The guide includes commands that remove dependencies and temporary Metro or Haste caches, reset simulators, wipe emulator state, and kill a process on port 8081. These are legitimate mobile debugging steps, but they can delete local project state or interrupt a developer process if run without confirmation.
The cited lines directly show destructive or forceful local operations. The surrounding context is normal debugging guidance, so the concern is operational risk rather than malicious intent.
Medium
Broad Bash Access for Local Debugging
The skill declares Bash access and provides many local diagnostic commands for package managers, native build tools, device tools, and log collection. This is expected for React Native debugging, but marketplace users should understand that the skill may ask to run commands that affect the local project and connected devices.
The allowed tool list and command blocks are explicit. The commands are common debugging commands, but their breadth creates a real permission and side-effect concern.
Low
System Reconnaissance Alerts Are Debugging Commands
The device and version inspection commands list logs, connected devices, and package versions. These commands support mobile debugging and do not show covert collection, persistence, or exfiltration behavior.
The commands are explicitly scoped to React Native, Expo, iOS simulator, Android emulator, and dependency checks. No evidence shows collection beyond local troubleshooting context.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

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 (3)
Low
Static Root Deletion Alert Is a False Positive
The static analyzer reported recursive deletion on root or home, but the cited lines target temporary Metro and Haste cache paths under /tmp. This is not evidence of root or home directory deletion, although wildcard deletion still deserves care.
The exact cited commands use /tmp cache prefixes, not root or home paths. The finding is therefore a scanner overmatch.
Low
Static Weak Crypto Alert Is a False Positive
The static analyzer reported a weak cryptographic algorithm at the description line, but that line only describes crash analysis for React Native debugging. No cryptographic function or hash algorithm is present at that location.
The line is plain metadata text and contains no crypto API or algorithm call. This is a clear false positive.
Low
Hardcoded URLs Are Documentation Links
The hardcoded URLs point to public documentation for React Native, Expo, and Flipper. No code sends data to these URLs, and no evidence of data exfiltration was found.
The URLs appear only in a Resources section. They are user-facing documentation links, not network request code.

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