Tools Available
CodeFrog provides a comprehensive suite of development and testing tools. This guide gives you an overview of all available tools and how to access them.
Server Management
Access: Welcome screen → Manage Servers or Navigation → Servers
Connect to and monitor remote servers via SSH:
- SSH Connections: Secure connections using RSA 4096-bit keys
- Real-time Monitoring: CPU, RAM, and disk usage tracking
- Terminal Access: Persistent terminal sessions
- Connection Pooling: Efficient connection management
- Server Health: Monitor connection status and health
Use Cases
- Monitor server resources
- Execute commands remotely
- Manage remote servers
- Debug production issues
Web Testing
Access: Welcome screen → Web Testing or Navigation → Web Testing
Comprehensive web testing suite for validating websites and web applications:
- HTML Validation: W3C standards validation using Nu Html Checker
- Meta Tags Analysis: SEO and social media meta tag validation
- Page Timing Metrics: Load time and performance analysis
- Size Analysis: Page and resource size metrics
- Accessibility Testing: WCAG AA compliance scanning with axe-core
- HTTPS/HTTP Fallback: Automatic fallback with clear indicators
- Local & Remote: Test both local HTML files and live URLs
Use Cases
- Validate HTML markup
- Check SEO optimization
- Test accessibility compliance
- Analyze page performance
- Verify meta tags
See Accessibility Testing for detailed accessibility guidance.
Bulk Security Scanner
Access: Welcome screen → Bulk Security Scanner or Navigation → Bulk Security Scanner
Scan multiple domains concurrently for security vulnerabilities:
- Concurrent Scanning: Process multiple targets simultaneously
- Real-time Results: Results stream in as each target completes
- OWASP-based Checks: Industry-standard security validation
- Severity Filtering: Filter by Critical, High, Medium, Low, Info
- Critical Alerts: Popup notifications for critical findings
- Export Options: JSON, Markdown, and CSV export
- HTTPS/HTTP Fallback: Automatic fallback with indicators
- Incremental Scanning: “Scan first N unscanned” for large target sets
Use Cases
- Portfolio security audits
- Multi-site vulnerability scanning
- Security compliance checking
- Regular security monitoring
Important: Only scan systems you own or have explicit authorization to test. Unauthorized scanning may violate laws and terms of service.
See Security Scanning for detailed security guidance.
Mega Report
Access: Welcome screen → Mega Report (Mega) or Navigation → Generate Mega Report
Unified report combining web testing and code analysis:
- Comprehensive Testing: Run all tests in parallel
- Single Report: View all results in one place
- Export to Markdown: Shareable report format
- Report History: Track and compare results over time
- Detailed Findings: In-depth analysis of all test results
Use Cases
- Pre-launch validation
- Regular quality audits
- Comprehensive site analysis
- Client reporting
See Mega Report - Unified Web Testing and Code Analysis for comprehensive documentation.
Code Analysis
Access: Navigation → Analyze Code (requires open project)
Analyze your codebase for quality and security:
- Line Counting: Smart exclusions for build artifacts and logs
- Static Analysis: Integration with code quality tools
- Secrets Detection: Gitleaks integration for secrets scanning
- OSV Integration: Open Source Vulnerability detection
- Exclusions: Automatically exclude Pods, .dart_tool, build directories
Use Cases
- Code quality metrics
- Security vulnerability detection
- Dependency analysis
- Codebase statistics
See OSV / Supply Chain and Secrets Detection for detailed information.
GitHub Integration
Access: Navigation → GitHub (requires open project)
GitHub workflow automation and management:
- PR Comments: View pull request comments with AI summaries
- Task Import: Import PR feedback as markdown task lists
- Task Export: Export tasks to Augment Code’s task manager
- Comment Management: Resolve/unresolve comments directly from the app
- Issue Tracking: View and manage GitHub issues
Use Cases
- Code review automation
- PR feedback management
- Issue tracking
- Task organization
Quick Access
All tools are accessible from:
- Welcome Screen: Quick access buttons for main tools
- Navigation Menu: Full list of all available tools
- Keyboard Shortcuts: Fast navigation (see Shortcuts)
Tool Combinations
Recommended Workflows
- Pre-Launch: Mega Report + Security Scan + Accessibility Test
- Regular Audits: Bulk Security Scanner + Web Testing
- Code Review: Code Analysis + GitHub Integration
- Server Monitoring: Server Management + Terminal Access
Next Steps
- Getting Started - Learn the basics
- Project Workflows - Set up your workflow
- Security Scanning - Deep dive into security tools
- Accessibility Testing - WCAG compliance guide