Security Assistant | 安全審計助手

SkillMonitoring & ops

Guide security review and vulnerability assessment following OWASP standards. Use when: security audit, vulnerability check, secure coding review, threat modeling. Not for: automated dependency, CVE, and secret scanning — use /scan; handling a breach in progress — use /incident. Keywords: security, OWASP, vulnerability, authentication, authorization.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Security Assistant | 安全審計助手 skill

What this skill tells your AI

The instructions your AI receives, as published by asiaostrich/universal-dev-standards in skills/security-assistant/SKILL.md and read by ahel’s review.

Guide systematic security reviews following OWASP Top 10 and industry best practices.

引導系統化的安全審查,遵循 OWASP Top 10 和業界最佳實踐。

Quick Checklist — OWASP Top 10 Prevention | 快速檢查清單

IDRiskPrevention預防措施
A01Broken Access ControlEnforce least privilege, deny by default最小權限原則,預設拒絕
A02Cryptographic FailuresUse strong algorithms, protect keys使用強加密演算法,保護金鑰
A03InjectionParameterized queries, input validation參數化查詢、輸入驗證
A04Insecure DesignThreat modeling, secure design patterns威脅建模、安全設計模式
A05Security MisconfigurationHardened defaults, minimal permissions強化預設值、最小權限
A06Vulnerable ComponentsTrack dependencies, patch regularly追蹤相依套件、定期修補
A07Auth FailuresMFA, strong password policies多因素認證、強密碼策略
A08Data Integrity FailuresVerify signatures, use trusted sources驗證簽章、使用可信來源
A09Logging FailuresLog security events, monitor alerts記錄安全事件、監控告警
A10SSRFValidate URLs, restrict outbound traffic驗證 URL、限制對外流量

Security Review Workflow | 安全審查工作流程

SCOPE ──► SCAN ──► ANALYZE ──► REPORT

1. Scope — Define Audit Boundary | 定義審計範圍

Identify target modules, data flows, and trust boundaries.

識別目標模組、資料流和信任邊界。

2. Scan — Identify Vulnerabilities | 識別漏洞

Review code for OWASP Top 10 patterns, check dependencies, inspect configurations.

檢查程式碼的 OWASP Top 10 模式、檢查相依套件、檢視配置。

3. Analyze — Assess Risk | 評估風險

Classify findings by severity (Critical/High/Medium/Low) and exploitability.

依嚴重程度(Critical/High/Medium/Low)和可利用性分類。

4. Report — Document Findings | 記錄發現

Produce actionable findings with remediation recommendations.

產出可行動的發現報告,附帶修復建議。

Severity Classification | 嚴重程度分類

LevelCriteria標準
CriticalRemote code execution, data breach遠端程式碼執行、資料洩漏
HighAuthentication bypass, privilege escalation認證繞過、權限提升
MediumInformation disclosure, CSRF資訊洩漏、CSRF
LowMissing headers, verbose errors缺少 Header、冗長錯誤訊息

Usage | 使用方式

/security                - Full security review of current project | 完整安全審查
/security src/auth       - Audit specific module | 審計特定模組
/security --owasp        - OWASP Top 10 focused review | OWASP Top 10 重點審查

Next Steps Guidance | 下一步引導

After /security completes, the AI assistant should suggest:

安全審查完成。建議下一步 / Security review complete. Suggested next steps:

  • 執行 /checkin 確認修復符合提交規範 ⭐ Recommended / 推薦 — Verify fixes meet check-in standards
  • 執行 /code-review 進行程式碼審查 — Run code review on security fixes
  • 執行 /commit 提交安全修復 — Commit security fixes
  • 檢查相依套件更新 → npm auditpip audit — Check dependency updates

Reference | 參考

Version History | 版本歷史

VersionDateChanges變更說明
1.0.02026-03-23Initial release初始版本

AI Agent Behavior | AI 代理行為

完整的 AI 行為定義請參閱對應的命令文件:/security

For complete AI agent behavior definition, see the corresponding command file: /security

License | 授權

CC BY 4.0 — Documentation content

Signals

GitHub stars
73
Forks
13
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
security-asiaostrich
Source
github.com/asiaostrich/universal-dev-standards