sentry-setup-metrics
Fail
Audited by Runlayer on Feb 26, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (1)
sentry-setup-metrics/SKILL.mdHIGH
90.7%
Tool passed security scan
Malicious tool definition detected
Tool: sentry-setup-metrics/SKILL.md [2/3] Description: increment by more than 1 attributes={ "template": "newsletter", "batch_id": "batch_123", } ) ``` ### Gauge Examples ```python import sentry_sdk import psutil # Basic gauge sentry_sdk.metrics.gauge("queue_depth", 42) # Memory usage gauge sentry_sdk.metrics.gauge( "memory_usage", psutil.virtual_memory().used, unit="byte", attributes={"host": "web-01"} ) # Database connection gauge sentry_sdk.metrics.gauge( "db_connections", connection_pool.siz
Audit Metadata