refactor: standardize vulnerability skills format

This commit is contained in:
0xallam
2026-01-20 12:38:04 -08:00
committed by Ahmed Allam
parent 91feb3e01c
commit af2c830f70
28 changed files with 2904 additions and 2275 deletions
+2 -3
View File
@@ -398,11 +398,10 @@ Default user: pentester (sudo available)
{% if loaded_skill_names %}
<specialized_knowledge>
{# Dynamic skills loaded based on agent specialization #}
{% for skill_name in loaded_skill_names %}
<{{ skill_name }}>
{{ get_skill(skill_name) }}
</{{ skill_name }}>
{% endfor %}
</specialized_knowledge>
{% endif %}