commit
e6ad889855
|
@ -0,0 +1,30 @@
|
|||
id: openai-plugin
|
||||
|
||||
info:
|
||||
name: OpenAI Plugin Detection
|
||||
author: pdteam
|
||||
severity: info
|
||||
description: |
|
||||
OpenAI plugins connect ChatGPT to third-party applications. These plugins enable ChatGPT to interact with APIs defined by developers, enhancing ChatGPT's capabilities and allowing it to perform a wide range of actions.
|
||||
reference:
|
||||
- https://platform.openai.com/docs/plugins/introduction
|
||||
metadata:
|
||||
verified: "true"
|
||||
tags: tech,openai,plugin
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/.well-known/ai-plugin.json"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '"schema_version":'
|
||||
- '"name_for_model":'
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: json
|
||||
json:
|
||||
- '.name_for_human'
|
Loading…
Reference in New Issue