sentry-react-router-framework-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell commands like
ls,cat, andgrepto detect project configuration and verify required files and dependencies. It also instructs the user to execute standard package management commands to install the SDK. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of official Sentry packages (e.g.,
@sentry/react-router) and recommends the official@sentry/wizardtool for automated configuration. These resources originate from the official vendor repository. - [DATA_EXFILTRATION]: The skill provides clear guidance on managing sensitive authentication tokens using environment variables, ensuring that credentials like
SENTRY_AUTH_TOKENare not exposed in the project's source code. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: Analyzes project metadata and entry point files such as
package.jsonandentry.client.tsxto provide tailored setup recommendations. - Boundary markers: None explicitly implemented for file read operations, as the scope is limited to specific structural detection.
- Capability inventory: The skill guides the agent to perform file system checks, package installations, and wizard executions.
- Sanitization: Not applicable as the skill performs targeted detection of framework version and package presence.
Audit Metadata