المهارات skill-name
📋

skill-name

آمن ⚙️ الأوامر الخارجية🌐 الوصول إلى الشبكة🔑 متغيرات البيئة

Создание навыков безопасности из шаблона

Нужна стандартизированная способ создания навыков безопасности? Этот шаблон предоставляет структуру для создания новых навыков с документацией, рабочими процессами и шаблонами конфигурации в соответствии с лучшими практиками SecOpsAgentKit.

يدعم: Claude Codex Code(CC)
🥉 75 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "skill-name". Create a new skill template for container security scanning

النتيجة المتوقعة:

  • Created skill structure at skills/devsecops/container-security-scan/
  • Generated SKILL.md with YAML frontmatter for marketplace
  • Added workflow checklist for container vulnerability scanning
  • Included Trivy/Grype integration patterns
  • Configured CI/CD pipeline with container image scanning

استخدام "skill-name". Add a SAST scanning workflow to an existing skill

النتيجة المتوقعة:

  • Added sequential workflow steps to SKILL.md
  • Included Semgrep and Bandit configuration examples
  • Mapped findings to OWASP Top 10 categories
  • Created validation script for scan output

التدقيق الأمني

آمن
v5 • 1/16/2026

This is a documentation and template directory containing no executable code. All 161 static findings are in template files (YAML schemas, markdown documentation, CI/CD configurations) used for creating security skills. The findings are false positives triggered by example code snippets demonstrating anti-patterns for educational purposes. All security patterns detected (Gitleaks, Trivy, Semgrep, shell commands) are legitimate defensive security tooling patterns.

6
الملفات التي تم فحصها
1,886
الأسطر التي تم تحليلها
3
النتائج
5
إجمالي عمليات التدقيق

عوامل الخطر

⚙️ الأوامر الخارجية (1)
🌐 الوصول إلى الشبكة (1)
🔑 متغيرات البيئة (1)
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

55
الهندسة المعمارية
100
قابلية الصيانة
85
المحتوى
21
المجتمع
100
الأمان
100
الامتثال للمواصفات

ماذا يمكنك بناءه

Создание новых навыков безопасности

Создавайте стандартизированные навыки безопасности для SecOpsAgentKit marketplace с использованием проверенных паттернов

Шаблонизация CI/CD безопасности

Используйте предоставленные шаблоны CI/CD для добавления сканирования безопасности в рабочие процессы разработки

Документирование рабочих процессов безопасности

Структурируйте документацию по безопасности с чек-листами рабочих процессов и справочными материалами

جرّب هذه الموجهات

Создать новый навык
Use the skill template to create a new security skill for [specific security tool] in the [appsec|devsecops|secsdlc|threatmodel|compliance|incident-response] category
Добавить рабочий процесс
Add a workflow checklist to SKILL.md for [specific security operation] following the patterns in references/WORKFLOW_CHECKLIST.md
Создать шаблон правила
Create a security rule template in assets/rule-template.yaml for detecting [vulnerability type] with OWASP and CWE mappings
Настроить пайплайн
Customize the CI/CD pipeline template for [specific security scanning tool] with proper artifact retention and compliance reporting

أفضل الممارسات

  • Keep SKILL.md under 500 lines using progressive disclosure pattern
  • Move detailed framework mappings to references/ directory
  • Include OWASP, CWE, and MITRE ATT&CK mappings for all findings
  • Validate new skills with ./scripts/validate_skill.py before submission

تجنب

  • Avoid creating README.md alongside SKILL.md - choose one
  • Never modify skills/_template directly - copy from it instead
  • Skip placeholder text like TODO or FIXME in final submissions
  • Avoid deep nesting of reference files beyond one level deep

الأسئلة المتكررة

Как создать новый навык из этого шаблона?
Run ./scripts/init_skill.sh <skill-name> <category> to initialize from this template. The script validates name format and creates the directory structure.
Какие категории поддерживаются?
Skills must use one of six categories: appsec, devsecops, secsdlc, threatmodel, compliance, or incident-response.
Могу ли я напрямую изменять файлы шаблона?
Never modify skills/_template/ directly. Copy from it to create new skills. The template is the source for all new skills via the init script.
Как проверить мой навык перед отправкой?
Run ./scripts/validate_skill.py skills/<category>/<skill-name>. This checks YAML frontmatter, versioning, description quality, and script executability.
Что должно быть в references, а что в SKILL.md?
Keep SKILL.md under 500 lines with core workflows. Move detailed framework mappings, extensive rule libraries, and advanced configurations to references/.
Как зарегистрировать навык в marketplace?
Update skills/.claude-plugin/marketplace.json to add your skill under the appropriate plugin section after validation passes.

تفاصيل المطور

المؤلف

AgentSecOps

الترخيص

MIT

مرجع

main

بنية الملفات