debug-sentry-monitor
Fail
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill instructs the agent to search for and read sensitive files such as
.env,.env.local,.sentryclirc, andsentry.properties. These files typically contain sensitive credentials likeSENTRY_AUTH_TOKEN,SENTRY_DSN, and potentially other unrelated application secrets (e.g., database passwords, AWS keys) that would be exposed to the agent context. - [COMMAND_EXECUTION]: The documentation suggests the installation and execution of a third-party package using
npx mushi-mushi. Usingnpxwith external packages facilitates the download and execution of arbitrary code from a public registry at runtime. - [PROMPT_INJECTION]: The skill processes untrusted content from Sentry issue descriptions and external web pages retrieved via
firecrawl_scrape. There are no instructions for sanitization or the use of boundary markers (e.g., XML tags or delimiters) to prevent malicious instructions embedded in those sources from overriding the agent's behavior. - [EXTERNAL_DOWNLOADS]: The skill relies on external tools (
firecrawl_searchandfirecrawl_scrape) to fetch content from the public internet, which is then processed by the agent. This creates a bridge for external data to enter the project environment.
Recommendations
- AI detected serious security threats
Audit Metadata