connect-ai-docusign
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documents access to DocuSign data fields such as
EmailSubject,DocumentName, andName(Recipients), which are controlled by external parties and could contain malicious instructions designed to manipulate agent behavior. - Ingestion points:
Envelopes,Documents, andRecipientstables inSKILL.md. - Boundary markers: No delimiters or protective instructions are specified for handling these fields.
- Capability inventory: The skill identifies procedures for creating and sending envelopes (
CreateAndSendEnvelope) and downloading documents (DownloadDocument). - Sanitization: There is no mention of sanitizing or validating the content retrieved from DocuSign.
- [DATA_EXFILTRATION]: The skill describes the
@DocumentsAggregateparameter for theCreateAndSendEnvelopeandCreateTemplateprocedures, which includes aremoteUrlfield. This feature enables the connector to perform network requests to retrieve document content from arbitrary external endpoints.
Audit Metadata