sentry-flutter-sdk
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes common shell utilities such as
ls,grep, andcatto perform project reconnaissance. These commands are used to identify existing dependencies (e.g.,dio,sqflite,go_router) and platform targets to provide tailored setup recommendations. - [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the
sentry-wizardCLI using Homebrew (brew install getsentry/tools/sentry-wizard). This tool is provided by the official vendor and is a standard part of the Sentry integration workflow. - [COMMAND_EXECUTION]: The instructions include standard Flutter and Dart commands for dependency management (
flutter pub add) and build-time tasks (dart run sentry_dart_plugin). These operations are necessary for the documented purpose of the skill. - [CREDENTIALS_UNSAFE]: The skill explicitly warns users against embedding sensitive authentication tokens in the application, recommending the use of environment variables (
SENTRY_AUTH_TOKEN) for build-time operations, which aligns with security best practices.
Audit Metadata