moai-lang-swift
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were identified. The skill follows established software development best practices.\n- [EXTERNAL_DOWNLOADS]: The skill documents the installation of official Swift tools from trusted sources (Swift.org, Apple) using well-known package managers such as Homebrew and APT.\n- [COMMAND_EXECUTION]: Includes routine CLI commands for Swift package management, including build, test, and run operations, as well as linting and formatting.\n- [PROMPT_INJECTION]: The skill contains functions that fetch data from external APIs in its examples, representing a surface for indirect prompt injection. However, this is implemented using standard networking patterns for development purposes and does not contain malicious behavior.\n
- Ingestion points: fetchUserData and fetchUserProfile functions in examples.md retrieve JSON data from external URLs.\n
- Boundary markers: None.\n
- Capability inventory: The skill allows Bash and WebFetch operations.\n
- Sanitization: Data is decoded into Swift models; no manual instruction filtering is present.
Audit Metadata