document-api-endpoint
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains no malicious code, obfuscation, or unauthorized data access patterns.
- [COMMAND_EXECUTION]: Instructs the agent to run local build and test scripts such as
make build-api-docs,pnpm run validate-api-examples, andpytest. These are standard development operations within the Sentry repository. - [EXTERNAL_DOWNLOADS]: References official Sentry documentation at
develop.sentry.devand the Sentry API atus.sentry.io. These are trusted vendor resources used for verifying API behavior and referencing documentation. - [DATA_EXFILTRATION]: Includes a
curlcommand to inspect live API response shapes for accuracy. This is a legitimate debugging step that utilizes a user-provided token variable and targets the vendor's own official API infrastructure.
Audit Metadata