diff --git a/agent-scan/core/agent.py b/agent-scan/core/agent.py index a415f926b..19c1c00f8 100755 --- a/agent-scan/core/agent.py +++ b/agent-scan/core/agent.py @@ -56,6 +56,10 @@ "tool-abuse-detection", "indirect-injection-detection", "authorization-bypass-detection", + "direct-injection-detection", + "file-path-traversal-detection", + "hardcoded-secret-detection", + "memory-poisoning-detection", ] # Maximum number of skill workers allowed to call ``dialogue()`` simultaneously.