https://github.com/bbengfort/bank-agent
GenAI security research on function calling llms.
https://github.com/bbengfort/bank-agent
Last synced: 25 days ago
JSON representation
GenAI security research on function calling llms.
- Host: GitHub
- URL: https://github.com/bbengfort/bank-agent
- Owner: bbengfort
- License: bsd-3-clause
- Created: 2025-02-24T15:34:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:13:59.000Z (over 1 year ago)
- Last Synced: 2025-02-24T17:28:18.036Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bank Agent
The purpose of this application is to allow security research into Generative AI to
discover vulnerabilities or secure best practices for function calling LLMs;
particularly those that use HTTP APIs to make requests.
This application has two primary web services:
1. Bank: an API that mimicks a bank service where you can list accounts, balances, and make transfers both between your own accounts and other accounts.
2. Agent: a Generative AI agent that can interact with the Bank API on the user's behalf.