maintainx-webhooks-events
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto interact with the MaintainX API for webhook registration, listing, and deletion. These are standard API operations using the user-providedMAINTAINX_API_KEY.- [CREDENTIALS_UNSAFE]: The skill correctly instructs the user to use environment variables (MAINTAINX_API_KEY,MAINTAINX_WEBHOOK_SECRET) and does not contain hardcoded secrets.- [EXTERNAL_DOWNLOADS]: The skill usesnpmvia Bash to set up the environment, which is standard behavior for Node.js projects.- [DATA_EXFILTRATION]: No patterns of sensitive data exfiltration were detected. The webhook handlers demonstrate typical integration logic (e.g., sending alerts to Slack or syncing to an ERP).
Audit Metadata