mirror of
https://github.com/0xsrb/AASRT.git
synced 2026-04-23 23:56:01 +02:00
19 lines
436 B
YAML
19 lines
436 B
YAML
# LangChain Agents Vulnerability Scan Template
|
|
name: LangChain Agents
|
|
description: Detect exposed LangChain AI agent implementations
|
|
author: AASRT
|
|
version: 1.0
|
|
|
|
queries:
|
|
- 'http.html:"langchain" http.html:"agent"'
|
|
- 'product:"LangChain"'
|
|
- 'http.html:"LangChain" port:8000'
|
|
- 'http.html:"langchain" http.html:"tool"'
|
|
- 'http.title:"LangChain" OR http.title:"Langchain"'
|
|
|
|
tags:
|
|
- ai-agent
|
|
- langchain
|
|
- llm
|
|
- framework
|