sentry-snapshots-cocoa
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches official tooling, including the
sentry-clibinary fromsentry.ioand the@sentry/wizardpackage from the NPM registry. These are verified resources from a well-known service provider. - [REMOTE_CODE_EXECUTION]: The skill executes the Sentry Wizard via
npxand uses a common installation pattern forsentry-cliby piping a remote script tobash. These operations are limited to official vendor-managed tools required for the snapshot setup. - [COMMAND_EXECUTION]: The skill employs standard development and analysis tools such as
xcodebuild,find,grep, andtarto manage project builds and artifacts within the local or CI environment. - [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential handling by checking for the presence of the
SENTRY_AUTH_TOKENenvironment variable without revealing its value and by providing CI templates that correctly utilize GitHub repository secrets.
Audit Metadata