security-management
Manage security policies, firewall zones, access control rules (ACLs), and guest network access. Perform comprehensive security audits and compliance reviews.
What this skill does
# Security Management Skill Manage your UniFi network security including firewall zones, access controls, and guest policies. ## What this skill does This skill enables you to: - View and manage firewall zones and network segmentation - Review and manage access control rules (ACLs) - Monitor and manage guest network access via hotspot vouchers - Perform comprehensive security audits - Verify security policies and configurations - Generate security compliance reports ## When to use this skill Use this skill when you need to: - Review firewall configuration and zone setup - Audit access control policies - Manage guest network access and vouchers - Ensure security compliance - Plan network segmentation - Troubleshoot security-related issues - Generate security audit reports ## Available Tools - `get_firewall_zones` - List and view firewall zones - `get_acl_rules` - List and review access control rules - `get_hotspot_vouchers` - List and manage guest access vouchers - `get_network_info` - Get system information for compliance verification ## Typical Workflows ### Security Audit 1. Use `get_firewall_zones` to verify zone configuration 2. Use `get_acl_rules` to review access control policies 3. Use `get_hotspot_vouchers` to check guest access setup 4. Use `get_network_info` for system-level security info 5. Generate audit report with findings and recommendations ### Guest Access Management 1. Use `get_hotspot_vouchers` to list active vouchers 2. Check expiration dates and status 3. Verify guest network policies 4. Plan voucher lifecycle management ### Network Segmentation Review 1. Use `get_firewall_zones` to understand zone setup 2. Verify zone isolation policies 3. Review intra-zone communication rules 4. Assess network segmentation adequacy ## Example Questions - "Show all firewall zones and their configuration" - "Review all access control rules" - "List active guest network vouchers and their status" - "Are there any expired or expiring vouchers?" - "Perform a complete security audit" - "Verify network segmentation setup" - "Check security compliance status" ## Response Format When using this skill, I provide: - Firewall zone listings with descriptions - Access control rule details with purposes - Guest access voucher status and expiration dates - Security assessment findings - Compliance status - Specific recommendations for improvements - Risk assessments where applicable ## Best Practices - Review firewall zones quarterly - Audit access control rules regularly - Monitor guest voucher expiration dates - Document security policy changes - Test zone isolation periodically - Review guest access patterns - Keep audit logs for compliance - Implement principle of least privilege - Segment networks by trust level and function
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.