monitoring-expert

Warn

Audited by Runlayer on Mar 7, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
76%
Files
9
Flagged
3
Chunks
9
Flagged Files (3)
monitoring-expert/references/application-profiling.mdMEDIUM
76.1%

Malicious tool definition detected

} ``` ```bash # CPU profile curl http://localhost:6060/debug/pprof/profile?seconds=30 > cpu.prof go tool pprof cpu.prof # Memory profile curl http://localhost:6060/debug/pprof/heap > heap.prof go tool pprof heap.prof # Goroutine profile curl http://localhost:6060/debug/pprof/goroutine > goroutine.prof go tool pprof goroutine.prof # Web interface go tool pprof -http=:8080 cpu.prof ``` ## Java Profiling ### VisualVM ```bash # Start application with JMX java -Dcom.sun.management.jmxremote \ -Dcom.s

monitoring-expert/SKILL.mdLOW
60.4%

Tool passed security scan

monitoring-expert/references/structured-logging.mdLOW
59.3%

Tool passed security scan

Passed Files (6)Click to expand
monitoring-expert/references/capacity-planning.mdOK
47.5%

Tool passed security scan

monitoring-expert/references/dashboards.mdOK
42.2%

Tool passed security scan

monitoring-expert/references/opentelemetry.mdOK
35.9%

Tool passed security scan

monitoring-expert/references/alerting-rules.mdOK
30.7%

Tool passed security scan

monitoring-expert/references/performance-testing.mdOK
5.8%

Tool passed security scan

monitoring-expert/references/prometheus-metrics.mdOK
4.8%

Tool passed security scan

Audit Metadata
Max File Score
76%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
9
Files Flagged
3
Chunks Analyzed
9
Analyzed
Mar 7, 2026, 08:50 AM
Security Audit — runlayer — monitoring-expert