swift-package-manager
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for standard Swift development workflows. The code examples in the
examples/directory correctly implement basic Swift functionality and package definitions without any malicious intent. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to analyze and process local repository files, which is a standard surface for development agents.
- Ingestion points: The skill reads
Package.swift,Package.resolved, and project source code (referenced in SKILL.md). - Boundary markers: The instructions do not specify explicit delimiters for untrusted file content.
- Capability inventory: Shell execution is limited to standard toolchain commands:
swift package,swift build, andswift test(referenced in SKILL.md). - Sanitization: The skill relies on standard Swift compiler and package manager validation logic.
Audit Metadata