FOSMVVM ServerRequest Generator

PassAudited by ClawScan on Feb 14, 2026.

Overview

The skill is an instruction-only generator for Swift ServerRequest types and its declared requirements and instructions are consistent with that purpose.

This skill is a set of templates and coding instructions for the FOSMVVM ServerRequest pattern and appears coherent. Before installing/using: (1) review the generated code when you scaffold to ensure the controller/database code maps to your security expectations (authorization, input validation, and error handling); (2) verify the referenced GitHub project and any shared ViewModels modules you import are trustworthy; (3) when wiring MVVMEnvironment, ensure base URLs and headers (especially auth tokens) are provided by your app securely and not hard-coded into generated files; and (4) if you adapt web-bridge JS snippets, ensure endpoints are limited to your app and that CORS/auth are handled appropriately.