Analyze logs for security events and threats
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill log_security_analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Log Security Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-log-security-analyzer)More formats (shields.io, HTML) on the badges page.
---
name: log-security-analyzer
description: Analyze logs for security events and threats
activation_keywords: [security, log, attack, intrusion, brute force, failed login, threat, audit]
execution_mode: server
---
# Log Security Analyzer
Analyzes logs for security threats:
- Failed login attempts detection
- Brute force attack detection
- Unusual access patterns
- Suspicious IP addresses
- Malware detection
- Privilege escalation attempts
- Data exfiltration attempts
- DDoS patterns
Use `builtin_log_security_analyzer` tool with fields:
- `log_text`: the log content to analyze (required)
- `log_type`: (optional) log type (apache, nginx, ssh, systemd, etc.)
- `threat_level`: (optional) sensitivity level (low, medium, high)
Returns detected security events with severity and recommendations.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!