CRXcavator
Version: 2.0.0
CRXcavator is an automated Chrome extension security assessment tool that assigns risk scores to extensions based on an objective set of criteria.
Connect CRXcavator with LogicHub
- Navigate to Automations > Integrations.
- Search for CRXcavator.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- After you've entered all the details, click Connect.
Actions for CRXcavator
Get Report
Get a report of extension.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Extension ID Column Name | Column name from the parent table that contains extension ID. | Required |
Output
A JSON object containing multiple rows of result:
- has_error: True/False
- error: message/null
- result: Extension report.
{
"error":"Invalid Extension ID",
"has_error":true
}
Release Notes
v2.0.0
- Updated architecture to support IO via filesystem
Updated about 1 year ago