swift-package-manager
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONNO_CODE
Full Analysis
- Indirect Prompt Injection (LOW): The documentation describes workflows where an agent interacts with untrusted project configuration files that could potentially contain malicious instructions. \n
- Ingestion points:
Package.swiftmanifest files andPackage.resolvedfiles (referenced inAddingDependencies.mdandResolvingPackageVersions.md). \n - Boundary markers: Absent in provided documentation examples. \n
- Capability inventory: The skill describes the execution of high-impact commands such as
swift buildandswift runwhich compile and execute code (referenced inSwiftBuild.mdandSwiftRun.md). \n - Sanitization: No sanitization of manifest content is described. \n- Persistence Mechanisms (LOW): Documentation in
UsingShellCompletion.mdprovides instructions for users to add completion scripts to their shell profiles (e.g.,~/.bash_profile,~/.zshrc). While modifying startup scripts is a common persistence technique, in this context, it is the standard and intended method for enabling shell auto-completion for the documented toolchain.
Audit Metadata