Swiftui Ui Patterns

PassAudited by VirusTotal on May 13, 2026.

Overview

Type: OpenClaw Skill Name: swiftui-ui-patterns Version: 1.0.2 The skill bundle is classified as suspicious due to the presence of high-risk capabilities, specifically shell command execution and network communication, even though they are presented in a seemingly benign context. The `SKILL.md` file instructs the AI agent to use `rg` (ripgrep) for searching local files, demonstrating the agent's ability to execute shell commands. Additionally, the `references/lightweight-clients.md` file provides code examples demonstrating how to make network calls using `URLSession.shared`, which, while using a placeholder `example.com` URL, highlights the capability for external communication. These capabilities, without clear malicious intent in this specific bundle, are inherently risky and could be easily modified for harmful purposes like data exfiltration or unauthorized execution.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may look for a missing reference and provide less consistent scaffolding guidance.

Why it was flagged

The manifest provides `references/app-wiring.md`, not `references/app-scaffolding-wiring.md`, so this appears to be a stale or missing documentation reference. It affects reliability, not execution safety.

Skill content
Start with `references/app-scaffolding-wiring.md` to wire TabView + NavigationStack + sheets.
Recommendation

Correct the filename in SKILL.md or add the missing reference file.