connector-dev
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill and its reference files contain instructional boilerplate for the Domo Connector Dev Studio. The code patterns provided are standard for data integration tasks and do not exhibit suspicious behavior.\n- [COMMAND_EXECUTION]: The skill provides examples of network-based command execution via platform-specific APIs.\n
- Evidence:
references/examples.mddemonstrates the use ofhttprequest.get()to interact with external API endpoints. This is the intended and documented purpose of the skill.\n- [DATA_EXFILTRATION]: The skill documentation describes handling sensitive authentication tokens.\n - Evidence: Both
SKILL.mdandreferences/examples.mdmentionmetadata.account.apikey. The skill mitigates risk by explicitly instructing users to validate and sanitize these inputs using regular expressions before they are used in headers.
Audit Metadata