sentry-ios-swift-setup
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (LOW): The skill instructs the agent to download the
sentry-cocoaSDK fromhttps://github.com/getsentry/sentry-cocoa. While this is the official repository for a widely-used service, the organizationgetsentryis not included in the provided list of trusted GitHub organizations. The severity is reduced from MEDIUM to LOW because this action is the primary intended purpose of the skill. - [PROMPT_INJECTION] (LOW): The skill exhibits a surface for Indirect Prompt Injection (Category 8) by reading and processing local project files.
- Ingestion points: Uses
grepandlsto read content fromPackage.swift,Podfile, and local.swiftsource files. - Boundary markers: No explicit instructions are provided to the agent to ignore potentially malicious instructions embedded within the project files it reads.
- Capability inventory: The skill allows the agent to use
Write,Edit, andBashtools, which could be exploited if the agent follows instructions found within analyzed project files. - Sanitization: No sanitization or validation of the file content is performed before processing.
- [CREDENTIALS_UNSAFE] (SAFE): The skill correctly uses placeholders like
YOUR_DSN_HEREand instructs the user to set environment variables or configuration values manually, avoiding hardcoded secrets. - [COMMAND_EXECUTION] (SAFE): The bash commands used (
ls,grep) are restricted to project discovery and environment checks, which is appropriate for the skill's stated utility.
Audit Metadata