Audit page for security vulnerabilities and best practices
/plugin marketplace add standardbeagle/agnt/plugin install agnt@agnt-marketplaceAudit the current page for security vulnerabilities using agnt's diagnostic tools. ## Steps 1. Run the security audit: 2. Check for JavaScript errors (may indicate security issues): 3. Capture the page state to review cookies and storage: 4. Take a screenshot for documentation: ## What the Audit Checks ### Critical Security Issues (Errors) | Issue | Description | |-------|-------------| | `mixed-content` | HTTP resources loaded on HTTPS page (blocks secure content) | | `insecure-form` | Form submitting to HTTP URL (credentials exposed) | ### Security Warnings | Iss...