Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .flocks/plugins/agents/asset-survey/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ tags:
- security
- asset-survey
tools:
- read
- list
- glob
- grep
- edit
- write
- bash
- todoread
- todowrite
- file_search
- websearch
- webfetch
- threatbook_mcp_hrti_query
- threatbook_mcp_internet_assets_query
- threatbook_mcp_web_search
Expand Down
12 changes: 10 additions & 2 deletions .flocks/plugins/agents/host-forensics/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ color: "#E74C3C"
temperature: 0.3

tools:
- read
- list
- glob
- grep
- edit
- write
- bash
- todoread
- todowrite
- tool_search
- ssh_run_script
- ssh_host_cmd
Expand All @@ -35,8 +44,7 @@ tools:
- virustotal_domain_query
- virustotal_file_query
- virustotal_url_query
- bash
- read
- file_search
- websearch
- webfetch

Expand Down
13 changes: 10 additions & 3 deletions .flocks/plugins/agents/hrti_threat_intelligence/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,22 @@ tags:
- security
- threat-intelligence
tools:
- read
- list
- glob
- grep
- edit
- write
- bash
- todoread
- todowrite
- tool_search
- threatbook_mcp_hrti_list_query
- threatbook_mcp_hrti_query
- threatbook_mcp_web_search
- file_search
- websearch
- webfetch
- read
- grep
- glob
- virustotal_ip_query
- virustotal_domain_query
- virustotal_url_query
Expand Down
11 changes: 9 additions & 2 deletions .flocks/plugins/agents/ndr-analyst/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@ color: "#3498DB"
temperature: 0.3

tools:
- tool_search
- read
- grep
- list
- glob
- grep
- edit
- write
- bash
- todoread
- todowrite
- tool_search
- file_search
- codesearch
- websearch
- webfetch
Expand Down
13 changes: 11 additions & 2 deletions .flocks/plugins/agents/phishing-detector/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,19 @@ color: "#E74C3C"
temperature: 0.3

tools:
- tool_search
- read
- grep
- list
- glob
- grep
- edit
- write
- bash
- todoread
- todowrite
- tool_search
- file_search
- websearch
- webfetch
- virustotal_ip_query
- virustotal_domain_query
- virustotal_url_query
Expand Down
19 changes: 13 additions & 6 deletions .flocks/plugins/agents/ti-analyst/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ tags:
- threat-intelligence
- ioc-analysis
tools:
- read
- list
- glob
- grep
- edit
- write
- bash
- todoread
- todowrite
- tool_search
- threatbook_mcp_ip_query
- threatbook_mcp_ip_attribution
Expand All @@ -29,12 +38,10 @@ tools:
- threatbook_mcp_vuln_query
- threatbook_mcp_vuln_vendors_products_match
- threatbook_mcp_hrti_query
- websearch
- webfetch
- read
- grep
- glob
- virustotal_ip_query
- virustotal_domain_query
- virustotal_url_query
- virustotal_file_query
- virustotal_file_query
- file_search
- websearch
- webfetch
14 changes: 10 additions & 4 deletions .flocks/plugins/agents/vul_threat_intelligence/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ tags:
- security
- vulnerability
tools:
- read
- list
- glob
- grep
- edit
- write
- bash
- todoread
- todowrite
- tool_search
- threatbook_mcp_vulnlist_query
- threatbook_mcp_vuln_query
Expand All @@ -30,12 +39,9 @@ tools:
- threatbook_mcp_threat_actor_query
- threatbook_mcp_threat_actor_list_query
- threatbook_mcp_hrti_query
- file_search
- websearch
- webfetch
- read
- grep
- glob
- codesearch
- virustotal_ip_query
- virustotal_domain_query
- virustotal_url_query
Expand Down
Loading