31 lines
766 B
YAML
31 lines
766 B
YAML
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'
|