name: security-auditor-tk version: 1.0.0 description: Run security audits on Linux servers, web applications, and cloud infrastructure. Checks SSH hardening, firewall rules, open ports, SSL/TLS config, file permissions, and common vulnerabilities. Produces actionable reports. author: TKDigital category: DevOps & Security tags: [security, audit, linux, hardening, vulnerability, devops, server]
Comprehensive security auditing for Linux servers, web apps, and cloud infrastructure.
Run a full security audit on this server.
Check: SSH, firewall, ports, users, file permissions, updates, SSL.
Output a prioritized report with fix commands.
Audit SSH configuration:
- Is root login disabled?
- Is password auth disabled?
- What port is it on?
- Are there any weak ciphers?
Give me the exact commands to fix any issues.
Check security headers and configuration for: [URL]
Look for:
- Missing security headers (CSP, HSTS, X-Frame-Options)
- SSL/TLS issues
- CORS misconfig
- Cookie security flags
- Information disclosure
Review my cloud setup for security issues:
- Provider: [AWS/GCP/DO/Vultr]
- Services: [list running services]
- Access: [how you connect]
Focus on: IAM, network exposure, storage permissions, logging
# Security Audit Report — [Target]
**Date**: [Audit date]
**Scope**: [What was audited]
**Risk Level**: [Critical/High/Medium/Low]
## 🔴 Critical Findings
### [Finding Title]
- **Risk**: [What could happen]
- **Current State**: [What's wrong]
- **Fix**:
```bash
[Exact command to fix]
```
- **Verification**: [How to confirm the fix worked]
## 🟡 Warnings
[Medium-risk findings]
## 🟢 Passed Checks
[What's already good]
## Summary
- Critical: [X]
- Warnings: [X]
- Passed: [X]
- Overall Score: [X/100]
推薦訪問7w4.net獲取更多AI技能。
references/hardening-checklist.md — Complete hardening checklistreferences/common-fixes.md — Copy-paste fix commands for common issues這個 Skill 的文件編寫質量不錯,說明清晰、功能覆蓋全面,配有詳細的檢查清單和修復命令參考。不過它本質上只是一個 Prompt 模板,並沒有提供實際的安全檢測工具或自動化指令碼,主要依賴 AI 理解後執行命令。使用者需要自己有一定的安全知識基礎才能正確使用 AI 生成的建議。建議作者補充一些可直接執行的檢測指令碼或與現有安全工具的整合,提升實用性。