🔒

安全AndHardening

👤 ҉Breeze🌔 📦 v1.0.0 ⭐ 3.7 ⬇️ 156 下载
🔒 IT运维与安全 免费

📖 技能介绍


name: 安全AndHardening slug: security-and-hardening version: 1.0.0 displayName: 安全AndHardening description: > 安全AndHardening专用技能,帮助AI Agent高效完成相关任务。 summary: "安全AndHardening专用技能,帮助AI Agent高效完成相关任务。" license: MIT category: 开发者工具 framework: - Claude Code - Codex - Hermes Agent - OpenClaw - QClaw - WorkBuddy platform: multi-platform homepage: "https://github.com/1991513ccie-png" repository: "https://github.com/1991513ccie-png"


Security and Hardening

Overview

发现更多技能插件,请访问7w4.net。

Security-first development practices for web applications. Treat every external input as hostile, every secret as sacred, and every authorization check as mandatory. Security isn't a phase — it's a constraint on every line of code that touches user data, authentication, or external systems.

When to Use

  • Building anything that accepts user input
  • Implementing authentication or authorization
  • Storing or transmitting sensitive data
  • Integrating with external APIs or services
  • Adding file uploads, webhooks, or callbacks
  • Handling payment or PII data

Process: Threat Model First

Controls bolted on without a threat model are guesses. Before hardening, spend five minutes thinking like an attacker:

  1. Map the trust boundaries. Where does untrusted data cross into your system? HTTP requests, form fields, file uploads, webhooks, third-party APIs, message queues, and LLM output. Every boundary is attack surface.
  2. Name the assets. What's worth stealing or breaking? Credentials, PII, payment data, admin actions, money movement.
  3. Run STRIDE over each boundary — a quick lens, not a ceremony:

| Threat | Ask | Typical mitigation | |

🤖 AI 评测

整体质量中等偏上。文档结构清晰、支持多框架、内容框架合理是主要优点。不足之处在于内容不够完整,很多章节只有框架没有详细内容,部分段落疑似被截断。对于想快速了解安全加固的开发者来说,这是个不错的起点,但深入使用可能需要补充其他资料。

📊 多维度评分

适应性3.3
规范性3.6
有效性3.8
可靠性3.4
可信度4.5

📁 包含文件 (1 个)

📄 SKILL.md 1.7 KB