python -m autogpt --goal "Research the latest CVE vulnerabilities"
基本使用
定義 AI 角色
1
2
3
4
5
6
7
Enter the AI's name: SecurityResearcher
Enter the AI's role: A cybersecurity researcher that finds and analyzes vulnerabilities
Enter up to 5 goals:
1. Search for recent CVE announcements
2. Analyze the impact of critical vulnerabilities
3. Generate a summary report
4. Save the report to a file
執行過程
1
2
3
4
5
6
7
8
Thinking...
REASONING: I need to search for recent CVE information first.
PLAN:
- Search for CVE announcements from the last week
- Filter for critical severity
- Analyze each vulnerability
CRITICISM: I should verify sources and cross-reference information.
NEXT ACTION: COMMAND = web_search ARGUMENTS = {"query": "CVE critical 2026"}
Goal: Research and document the OWASP Top 10 2025 vulnerabilities
- Search for official OWASP documentation
- Analyze each vulnerability category
- Find real-world examples
- Generate comprehensive report
程式開發
1
2
3
4
5
Goal: Create a Python web scraper for security news
- Design the scraper architecture
- Write the Python code
- Test the implementation
- Document the usage