An open API service indexing awesome lists of open source software.

https://github.com/erans/test-autoagent-action1

Test repository for AutoAgent GitHub Action
https://github.com/erans/test-autoagent-action1

Last synced: 8 days ago
JSON representation

Test repository for AutoAgent GitHub Action

Awesome Lists containing this project

README

          

# AutoAgent Test Repository

This repository contains various code examples to test the AutoAgent GitHub Action.

## Files

- `src/good-code.js` - Well-structured, secure code
- `src/vulnerable-code.js` - Code with security vulnerabilities (for testing)
- `src/refactor-me.js` - Code that needs refactoring
- `tests/test-example.js` - Basic test files

## Testing AutoAgent

This repository is set up to test different aspects of AutoAgent:

1. **Security Analysis** - The vulnerable code should trigger OWASP security warnings
2. **Code Review** - The refactor-me.js should show code quality issues
3. **Refactoring Suggestions** - Should identify code smells and improvement opportunities

Create a pull request with changes to any of these files to see AutoAgent in action!