jww-swift-style
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input from Swift source files and AGENTS.md configuration files within a repository. An attacker could embed malicious instructions in these files to influence the agent's behavior during code generation or styling tasks.
- Ingestion points: Reads content from all Swift files (**/*.swift) and repository-specific AGENTS.md files.
- Boundary markers: The instructions do not define specific delimiters or security boundaries when interpolating file content into the agent's context.
- Capability inventory: The skill allows for file system modifications (Swift code edits) and shell command execution (SwiftLint, build commands, and test verification).
- Sanitization: No explicit sanitization, validation, or escaping of the ingested file content is performed before processing.
Audit Metadata