Loading...
Loading...
Comprehensive system health scanner that checks security risks, performance metrics, and optimization opportunities. Works on Windows, macOS, and Linux.
npx skill4agent add chenxizhang/agent-skills system-health-checkbash scripts/check.sh--security--performance--optimize--output FILE--json# Full system check
bash scripts/check.sh
# Security audit only
bash scripts/check.sh --security
# Save report to file
bash scripts/check.sh --output report.txt
# JSON output for automation
bash scripts/check.sh --json --output report.json| Check | Windows | macOS | Linux |
|---|---|---|---|
| Firewall status | ✓ | ✓ | ✓ |
| Open ports | ✓ | ✓ | ✓ |
| SSH configuration | ✓ | ✓ | ✓ |
| Password policies | ✓ | ✓ | ✓ |
| User privileges | ✓ | ✓ | ✓ |
| Sensitive file permissions | ✓ | ✓ | ✓ |
| Antivirus status | ✓ | ✓ | - |
| System updates | ✓ | ✓ | ✓ |
| AI Agent security | ✓ | ✓ | ✓ |
~/.claude/~/.copilot/~/.continue/~/.cursor/~/.aider/~/.agents/~/.codeium/~/.codeflow/.claude/.continue/.cursor/.copilot/.github/copilot/| Category | Risk Level | Example Patterns |
|---|---|---|
| Network outbound | HIGH | |
| Credential access | HIGH | Reading |
| Obfuscation | HIGH | |
| Dynamic execution | MEDIUM | |
| Package installation | MEDIUM | |
| Permission bypass | MEDIUM | |
| Network requests | LOW | General |
| MCP servers | LOW | MCP server definitions with commands |
| Check | Windows | macOS | Linux |
|---|---|---|---|
| CPU usage | ✓ | ✓ | ✓ |
| Memory usage | ✓ | ✓ | ✓ |
| Disk usage | ✓ | ✓ | ✓ |
| Network connections | ✓ | ✓ | ✓ |
| Process analysis | ✓ | ✓ | ✓ |
| Startup items | ✓ | ✓ | ✓ |
| Suggestion | Windows | macOS | Linux |
|---|---|---|---|
| Disk cleanup opportunities | ✓ | ✓ | ✓ |
| Unused services | ✓ | ✓ | ✓ |
| Resource-heavy processes | ✓ | ✓ | ✓ |
| Temp file cleanup | ✓ | ✓ | ✓ |
================================================================================
SYSTEM HEALTH CHECK REPORT
================================================================================
Generated: 2024-03-15 10:30:00
System: Windows 11 Pro (10.0.22631)
Hostname: DESKTOP-ABC123
================================================================================
SECURITY ANALYSIS
================================================================================
[✓] Firewall: Enabled
[✓] Windows Defender: Active and up to date
[!] Open Ports: 22 (SSH), 80 (HTTP), 443 (HTTPS), 3389 (RDP)
└─ Warning: RDP port 3389 is open. Consider using VPN instead.
[✗] SSH Config: Password authentication enabled
└─ Recommendation: Disable password auth, use key-based authentication
[✓] User Privileges: No unnecessary admin accounts
... (continued)