sentry-setup-logging

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
81%
Files
1
Flagged
1
Chunks
1
Flagged Files (1)
SKILL.mdHIGH
81.1%

Malicious tool definition detected

Use structured logging ```python from sentry_sdk import logger as sentry_logger sentry_logger.info("User logged in: {user_id}", user_id="123") sentry_logger.error("Payment failed", order_id="456", amount=99.99) ``` ### Loguru integration ```python from sentry_sdk.integrations.loguru import LoguruIntegration integrations=[LoguruIntegration(sentry_logs_level=LoggingLevels.WARNING.value)] ``` ## Ruby Setup ### 1.

Audit Metadata
Max File Score
81%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
1
Files Flagged
1
Chunks Analyzed
1
Analyzed
Feb 23, 2026, 09:43 PM
Security Audit — runlayer — sentry-setup-logging