diff --git a/assets/images/analytics/test-intelligence-ai-test-rca-widget.png b/assets/images/analytics/test-intelligence-ai-test-rca-widget.png
new file mode 100644
index 000000000..33b8656e3
Binary files /dev/null and b/assets/images/analytics/test-intelligence-ai-test-rca-widget.png differ
diff --git a/assets/images/hyperexecute/cli/linux-verification.png b/assets/images/hyperexecute/cli/linux-verification.png
new file mode 100644
index 000000000..6190a4a98
Binary files /dev/null and b/assets/images/hyperexecute/cli/linux-verification.png differ
diff --git a/assets/images/hyperexecute/cli/mac-verification.png b/assets/images/hyperexecute/cli/mac-verification.png
new file mode 100644
index 000000000..ab3d57150
Binary files /dev/null and b/assets/images/hyperexecute/cli/mac-verification.png differ
diff --git a/assets/images/hyperexecute/cli/windows-verification.png b/assets/images/hyperexecute/cli/windows-verification.png
new file mode 100644
index 000000000..0da298b21
Binary files /dev/null and b/assets/images/hyperexecute/cli/windows-verification.png differ
diff --git a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md
index 3b9893ddb..4f2ba227c 100644
--- a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md
+++ b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md
@@ -66,6 +66,37 @@ You can download the `HyperExecute CLI` for your OS from the links given below :
| Windows | https://downloads.lambdatest.com/hyperexecute/windows/hyperexecute.exe |
| macOS | https://downloads.lambdatest.com/hyperexecute/darwin/hyperexecute |
+## Verifying the Authenticity of the CLI
+To ensure the binary you’ve downloaded is genuine and has not been tampered with, you can verify its digital signature or code signing certificate. LambdaTest signs all official HyperExecute CLI releases for security and integrity assurance.
+
+
+
+
+You can verify the code signature of the binary using the `codesign` command. In your terminal run the following command:
+
+```bash
+codesign -dvvv
+```
+
+
+
+
+
+
+
+**Step 1:** Locate the downloaded CLI binary (e.g., hyperexecute.exe).
+**Step 2:** Right-click on the file and select Properties.
+**Step 3:** Go to the Digital Signatures tab.
+**Step 4:** Select the listed signature and click Details.
+**Step 5:** Click View Certificate → Details to inspect the certificate information.
+
+This certificate should display LambdaTest, Inc. as the verified publisher.
+
+
+
+
+
+
## HyperExecute CLI Supported Flags
HyperExecute CLI provides different command-line flags that let you control the HyperExecute platform as per your customised requirements. You can run `hyperexecute.exe --help` on your terminal to explore the different flags.
diff --git a/docs/hyperexecute-katalon-report.md b/docs/hyperexecute-katalon-report.md
index 77e3b9275..694e48396 100644
--- a/docs/hyperexecute-katalon-report.md
+++ b/docs/hyperexecute-katalon-report.md
@@ -45,7 +45,7 @@ HyperExecute provides seamless integration with Katalon Studio, enabling you to
- Environment and browser details
- Stack traces for failed tests
-> Ensure your project is configured with the Katalon framework and all test scripts are in place.
+> Ensure your project is configured with the [Katalon framework]( https://www.lambdatest.com/support/docs/katalon-integration-with-hyperexecute/) and all test scripts are in place.
## Steps to Generate Katalon Reports on HyperExecute
@@ -65,4 +65,6 @@ partialReports:
**Step 3:** Now execute your job by triggering the HyperExecute CLI. You can visit the HyperExecute dashboard to download the report after job completion.
+> This image shows consolidated report of katalon 10+ versions
+
\ No newline at end of file