https://github.com/nalbion/nullify-chatbot
AI Agent chatbot which clones repos & scans for vulnerabilities
https://github.com/nalbion/nullify-chatbot
dev-challenge
Last synced: about 1 year ago
JSON representation
AI Agent chatbot which clones repos & scans for vulnerabilities
- Host: GitHub
- URL: https://github.com/nalbion/nullify-chatbot
- Owner: nalbion
- Created: 2024-02-15T02:10:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T05:56:50.000Z (over 2 years ago)
- Last Synced: 2025-02-08T21:29:20.534Z (over 1 year ago)
- Topics: dev-challenge
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nullify-chatbot
AI Agent chatbot which clones repos & scans for vulnerabilities.
## Installation
```bash
git clone git@github.com:nalbion/nullify-chatbot.git
cd nullify-chatbot
npm install
```
## Usage
To start the application, run the following command:
```bash
npm start
```