mobile-ios-design
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill includes a reference implementation for an iOS feedback form that ingests untrusted user input and processes it through a system-level action.
- Ingestion points:
references/ios-navigation.mddefines aFeedbackViewthat usesTextFieldandTextEditorto capture arbitrary user-suppliedtitleandmessagestrings. - Boundary markers: Absent; the skill does not suggest specific boundary markers or delimiters to protect against prompt injection within the user-provided text.
- Capability inventory: The implementation in
references/ios-navigation.mdincludes theUIApplication.shared.opencapability, which is used to transmit the captured data to an external service (WhatsApp). - Sanitization: The code follows best practices for secure URL construction by using
URLComponentsandURLQueryItemto ensure all user input is properly percent-encoded before being embedded in the target URL.
Audit Metadata