refactor: standardize vulnerability skills format

This commit is contained in:
0xallam
2026-01-20 12:50:59 -08:00
committed by Ahmed Allam
parent 3e73d8a81c
commit 8767418326
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 %}