cloudkit
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill contains logic for fetching and processing data from remote CloudKit databases, which serves as an ingestion point for untrusted content. This creates a surface for indirect prompt injection if the synchronized data contains malicious instructions.
- Ingestion points: Data is retrieved from CloudKit in
SKILL.md(viaprivateDB.recordsandsyncEngine.fetchChanges) and inreferences/cloudkit-patterns.md(viaCKFetchRecordZoneChangesOperation). - Boundary markers: There are no explicit boundary markers or delimiters used when processing record data to isolate it from the agent's core instructions.
- Capability inventory: The skill has the capability to write to the local file system (using
FileManagerubiquity APIs) and modify remote data in iCloud databases. - Sanitization: No specific sanitization or validation of data retrieved from remote records is implemented in the provided Swift snippets.
- [EXTERNAL_DOWNLOADS]: The skill references documentation hosted on a non-official, third-party domain.
- Evidence: The
Referencessection inSKILL.mdlinks to framework documentation athttps://sosumi.ai/documentation/cloudkitrather than official vendor sources.
Audit Metadata