sentry-php-sdk
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Utilizes standard, non-malicious shell commands like
grep,cat, andlsduring the detection phase to identify project frameworks and dependencies (e.g., Laravel artisan, Symfony console, and Composer manifests). - [EXTERNAL_DOWNLOADS]: Recommends the installation of official Sentry packages (
sentry/sentry,sentry/sentry-laravel,sentry/sentry-symfony) through Composer, which is the standard and trusted package manager for PHP applications. - [SAFE]: All provided code snippets for
Sentry\initand framework-specific configuration files utilize placeholder DSNs (e.g.,https://examplePublicKey@o0.ingest.sentry.io/0) and official Sentry ingestion endpoints. - [SAFE]: The skill instructions and documentation references align with official vendor documentation for error monitoring, tracing, and profiling, with no evidence of obfuscation or malicious redirection.
Audit Metadata