sentry-tanstack-start-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands like
cat,grep, andlsduring its detection phases to identify project dependencies, file structures, and configuration status. This is standard behavior for a setup wizard to determine the project environment. - [EXTERNAL_DOWNLOADS]: The skill guides the user to install the
@sentry/tanstackstart-reactpackage vianpm. This is the official SDK package provided by the vendor for the specified framework. - [DATA_EXFILTRATION]: The skill checks for the presence of
SENTRY_AUTH_TOKENin environment files (.env,.env.local). This is used to verify if the project is ready for source map uploads, which is a core feature of the SDK setup. The skill correctly recommends using environment variables for managing this secret.
Audit Metadata