FOSMVVM ViewModel Generator

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill appears to be a coherent Swift/FOSMVVM code-generation helper with no evidenced credential use, hidden execution, networking, or destructive behavior.

This looks safe to install as a code-generation reference skill. Before using generated files, confirm the target paths, review the Swift templates for fit with your project, and rely on version control so changes are easy to inspect and revert.

Findings (1)

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 skill may help add or modify application source files, which could affect how the app builds or behaves.

Why it was flagged

The skill is designed to create Swift source files in a user's project. This is purpose-aligned and scoped by template paths, but generated code should still be reviewed before use.

Skill content
Complete file templates for generating ViewModels. ... **Location:** `Sources/{ViewModelsTarget}/{Feature}/{Name}ViewModel.swift`
Recommendation

Use it on user-requested screens/components only, review the generated Swift files, and commit changes through normal version-control review.