Test Manager
The HOME page of the 'Maveric' app presents a mixed bag of issues. While the overall score is a 6, the presence of multiple failed resource loads due to DNS resolution errors indicates performance problems. Furthermore, the 'Insecure form submission' and 'Missing Subresource Integrity (SRI) for Third-Party Script' bugs represent significant security vulnerabilities. Accessibility is also a concern, with issues like 'Missing Alt Text for Images' and 'Privacy Policy and Cookie Policy Link Text' requiring attention.
There's no sign of any code crashing, so the application is not completely broken!
Major security vulnerabilities and performance issues on the HOME page.
This page contains 9 issues detected by our AI testers.
API and Networking Tester
The network traffic shows numerous requests being routed through 'cdn-fcich.nitrocdn.com' and one request to 'nitroscripts.com'. These domains are being used to serve static assets and possibly scripts. Dependency on a third-party CDN and script provider introduces a point of failure. If these services experience downtime or performance issues, the website's performance and availability could be negatively affected. Also, requests to nitroscripts.com seem very suspicious, and may indicate malware or a compromised component.
Investigate the usage of NitroCDN and Nitroscripts. Evaluate the reliability and performance of these services. If necessary, consider migrating to a more reliable CDN or hosting assets directly on the website's servers. Also, run malware analysis to ensure that the call to Nitroscripts.com isn't malicious.
Reducing dependency on potentially unreliable third-party services enhances the website's stability and reduces the risk of performance degradation. Removing references to Nitroscripts.com protects the website from security risks.
DevOps/Security Engineer
https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/... , https://nitroscripts.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB
AI Tester
The console logs show three instances of 'Failed to load resource: net::ERR_NAME_NOT_RESOLVED'. This error indicates that the browser was unable to resolve the domain name of the resource being requested. This can happen if the DNS server is down, the domain name is incorrect, or there's a network connectivity issue. Multiple occurrences of this error suggest a systemic problem, possibly with the application's configuration or the network environment.
1. Verify that all URLs for external resources are correct and accessible. 2. Check the DNS configuration for the domain to ensure it's properly resolving. 3. Implement robust error handling to gracefully handle resource loading failures and provide informative feedback to the user. 4. Monitor network performance and DNS resolution times to identify potential bottlenecks.
Failing to load resources can lead to broken functionality, degraded user experience (e.g., missing images, broken styles, non-functional scripts), and potential security vulnerabilities. It is important to resolve resource loading issues to ensure the webpage functions as intended.
Frontend Engineer, DevOps Engineer
Any network call resulting in a net::ERR_NAME_NOT_RESOLVED error.
Content Tester
The copyright notice in the footer displays the year 2023, but the current year is 2025. This is inaccurate and needs to be updated to reflect the current year.
Update the copyright notice in the footer to reflect the current year, 2025.
An outdated copyright notice can give the impression that the website is not actively maintained or that the information is outdated.
Frontend Developer
N/A
Tester for Missing Aspects
The title includes '2025', but it's unclear if this content was created in 2025 or earlier. If the content was created before 2025, the title is misleading. If created in 2025, the specific publication date is missing, impacting its relevance and credibility.
Include a specific publication date (e.g., 'Published June 25, 2025') near the title. If the content was not published in 2025, adjust the title or add a disclaimer.
Ensures users can accurately assess the timeliness and relevance of the information.
Content Strategist/Writer
Tester for Missing Aspects
Missing alt text on images prevents screen reader users from understanding the image's content, violating WCAG 2.1 Success Criterion 1.1.1 (Non-text Content). Visual inspection reveals several images that likely lack descriptive alt text.
Add descriptive alt text to all images. Ensure the alt text accurately conveys the image's purpose or content. Decorative images should have empty alt attributes (alt="") to be properly ignored by screen readers.
Improves accessibility for visually impaired users, enabling them to understand the context provided by images.
Frontend Developer/Accessibility Specialist
Privacy and Security Tester
The webpage makes requests to `https://nitroscripts.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB` and `https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/...`. These URLs seem to be associated with NitroCDN, a content delivery network. While CDNs are common, the specific scripts being loaded from `nitroscripts.com` and the assets served via NitroCDN should be investigated to ensure they don't engage in hidden tracking or data collection practices that are not disclosed in the privacy policy. The purpose and data handling policies of these scripts and assets are unclear, raising concerns about potential privacy violations.
Audit the scripts and assets served from NitroCDN and NitroScripts to determine their functionality and data handling practices. Ensure that the privacy policy accurately reflects any data collection or tracking activities performed by these third-party resources. Consider using a privacy-focused CDN that provides transparency and control over data collection.
Failure to properly disclose and manage third-party tracking can violate GDPR and other privacy regulations, leading to legal and reputational consequences.
Security Engineer/Privacy Engineer
https://nitroscripts.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/...
Privacy and Security Tester
The page includes multiple textarea elements, some of which are associated with contact forms (e.g., `wpforms-250727-field_2`, `wpforms-70348-field_5`, `contact-message`). If these forms are not submitted over HTTPS, the data entered by users, including potentially sensitive information, will be transmitted in plaintext, making it vulnerable to interception and eavesdropping. While the main page is served over HTTPS, it's crucial to ensure that all form submissions also occur over HTTPS.
Ensure that all forms on the webpage, including those using textarea elements for user input, are submitted over HTTPS. This can be achieved by configuring the form submission endpoint to use HTTPS and by implementing appropriate security measures on the server-side to handle form data securely.
Submitting forms over HTTP exposes user data to interception and compromises the security and privacy of users. This violates data protection regulations and can lead to legal and reputational damage.
Backend Engineer/Security Engineer
Examine network calls initiated upon form submission to verify HTTPS usage.
Mobile Responsive Tester
On the mobile view, the 'Alert' element is positioned in a way that it overlaps significantly with the cookie policy banner at the bottom of the screen. This makes it difficult for users to read the full message of the cookie policy or to click the 'OK' button to accept it. This violates usability principles and can be a legal compliance issue if users cannot easily acknowledge the cookie policy.
Adjust the positioning or z-index of the 'Alert' element on mobile devices to ensure it does not overlap with the cookie policy banner. Consider placing the alert above the main content area or implementing a dismissible alert that doesn't persistently cover other content. Another approach could be to make the cookie policy banner sticky at the bottom of the screen but push up the content, including the alert.
Overlapping elements degrade the user experience and may lead to legal compliance issues if important information like cookie policies are obscured. This directly impacts usability, especially on smaller screens where space is limited.
Frontend Engineer
Privacy and Security Tester
The page is requesting several assets from NitroCDN with hardcoded 'rev' parameters in their URLs (e.g., 'rev-28c8976', 'rev-7839eba'). These revisions might be outdated and contain known vulnerabilities. Referencing resources by specific revision numbers prevents automatic updates to the latest secure versions.
Implement a mechanism to dynamically update the 'rev' parameters in the NitroCDN asset URLs to ensure the latest versions are being used. Consider using a Content Delivery Network (CDN) auto-update feature if available.
Ensuring the latest versions of CDN assets are used mitigates the risk of exploiting known vulnerabilities present in older versions.
DevOps Engineer/Frontend Engineer
https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/images/source/rev-28c8976/maveric-systems.com/wp-content/uploads/2019/05/Sprite_Sheet-2.svg, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/static/optimized/rev-7839eba/maveric-systems.com/wp-content/themes/Divi/core/admin/fonts/modules/all/nitro-min-default-modules.ttf, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/images/optimized/rev-28c8976/maveric-systems.com/wp-content/uploads/2024/11/Group-253.png, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/images/source/rev-28c8976/maveric-systems.com/wp-content/uploads/2023/08/Maveric-AN-Logo.svg, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/images/optimized/rev-28c8976/maveric-systems.com/wp-content/uploads/2025/03/AI@Scale.png, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/images/optimized/rev-28c8976/maveric-systems.com/wp-content/uploads/2025/03/Operations-Transformation.png, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/images/optimized/rev-28c8976/maveric-systems.com/wp-content/uploads/2025/03/Technology-Transformation.png, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/images/optimized/rev-28c8976/maveric-systems.com/wp-content/uploads/2023/12/RFA.png, https://cdn-fcich.nitrocdn.com/ZguJicRwSUMwxXTngUutFlvSuzRwiSdB/assets/images/optimized/rev-28c8976/maveric-systems.com/wp-content/uploads/2025/03/Homepage.png
This test verifies that clicking the 'Domain' link in the top navigation does not navigate away from the current page but just opens a dropdown. This is important for ensuring users are not unexpectedly redirected.
Select a step to view details
This test checks that clicking the 'Retail' link in the 'Domain' dropdown navigates the user to the correct Retail Banking page. It ensures the link is functional and points to the intended destination.
Select a step to view details
Verify that clicking the 'Solutions' link in the top navigation opens the corresponding dropdown menu, making its elements visible. This is important to ensure users can access the solutions offered by the company.
Select a step to view details
This test validates the application's behavior if the 'AI@Scale' link in the top navigation is unexpectedly absent. This might happen during A/B testing, deployment errors, or content management system glitches. This test checks to see that the page loads correctly even if the element is not found and does not lockup.
Select a step to view details
Verify that each link within the 'Solutions' dropdown menu in the top navigation is clickable and navigates to the correct page. This ensures that users can effectively explore specific solutions.
Select a step to view details
This test verifies that clicking the 'Domain' link in the top navigation triggers the appearance of a dropdown menu with relevant domain options. This is important for ensuring users can easily navigate to specific domain areas within the site.
Select a step to view details
This test verifies how the application behaves when the 'AI@Scale' link is present but disabled (e.g., using the 'disabled' attribute or CSS styling to prevent clicks).
Select a step to view details
This test ensures the 'Domain' dropdown menu contains the expected options (Retail, Corporate, Wealth, Capital Markets). It verifies the accuracy and completeness of the navigation menu.
Select a step to view details
Verify that hovering over the 'Solutions' link in the top navigation triggers the expected hover effect (e.g., color change, underline). This improves user experience by providing visual feedback.
Select a step to view details
This test verifies that clicking the 'Domain' link a second time closes the dropdown menu. This is a standard UI behavior for navigation menus.
Select a step to view details
This test checks that clicking the 'Corporate' link in the 'Domain' dropdown navigates the user to the correct Corporate Banking page. It ensures the link is functional and points to the intended destination.
Select a step to view details
This test checks that clicking the 'Wealth' link in the 'Domain' dropdown navigates the user to the correct Wealth Management page. It ensures the link is functional and points to the intended destination.
Select a step to view details
This test case checks the behavior of the 'AI@Scale' link when JavaScript is disabled in the browser. This is important for ensuring accessibility and graceful degradation of the website. It's important to check for server side handling of the link or proper navigation handling when there's no javascript to make the scrolling effect.
Select a step to view details
This test checks that clicking the 'Capital Markets' link in the 'Domain' dropdown navigates the user to the correct Capital Markets page. It ensures the link is functional and points to the intended destination.
Select a step to view details
This test case verifies that clicking the 'AI@Scale' link in the top navigation bar successfully navigates the user to the intended section on the webpage. It ensures the basic functionality of the navigation link and the correct linking of internal page elements.
Select a step to view details
This test verifies that the 'Contact Us' form displays appropriate validation messages when submitting with empty fields.
Select a step to view details
This test verifies that a user can successfully submit the 'Contact Us' form with valid data and receive a confirmation.
Select a step to view details
This test verifies that the 'AI@Scale' link on the homepage navigates the user to the correct AI@Scale page.
Select a step to view details
This test verifies that the 'Alert' link on the homepage navigates the user to the correct page about reporting recruitment fraud.
Select a step to view details
The webpage serves as a marketing and informational hub for Maveric Systems, a company specializing in AI-driven transformation solutions for the financial services industry. It aims to attract potential clients, talent, and partners by showcasing their expertise, services, and thought leadership.
The site effectively communicates Maveric's focus on AI in financial services. However, it could benefit from enhanced navigation and clearer calls to action. The content is somewhat dense, which could deter some users. The visual design is modern and professional.
The visuals are clean and professional. They give a good impression of a tech-forward company. However, some areas feel a bit cluttered.
While the site is functional, certain navigation elements could be more intuitive. The sheer amount of information can be overwhelming.
The content is informative and well-written, demonstrating Maveric's expertise. However, it could be more concise and targeted to different user segments.