sentry-snapshots-cocoa
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and installs the official
sentry-clitool fromhttps://sentry.io/get-cli/. It also references theSnapshotPreviewsrepository athttps://github.com/getsentry/SnapshotPreviewsfor manual setup. These are official resources provided by the vendor. - [REMOTE_CODE_EXECUTION]: The skill utilizes
npx @sentry/wizard@latestto execute the Sentry Wizard for automated configuration of Apple snapshot testing. This is a standard installation and configuration method for Sentry tools. - [COMMAND_EXECUTION]: The skill employs standard system and development commands such as
find,grep,xcodebuild, andsudo xcode-selectto detect project targets, resolve dependencies, and execute test suites. These commands are within the expected scope of a CI/CD and build-tooling setup skill. - [DATA_EXFILTRATION]: While the skill manages Sentry authentication tokens (
SENTRY_AUTH_TOKEN), it explicitly includes instructions to avoid printing secret values and uses these credentials only for legitimate uploads to Sentry's official API endpoints.
Audit Metadata