Adobe Acrobat Sign
Analysis
This appears to be a real Adobe Acrobat Sign connector, but it gives an agent broad authenticated ability to create, cancel, download, and proxy requests for legally significant signature workflows.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Popular actions ... "Upload Transient Document" ... "Send Reminder" ... "Cancel Agreement" ... "Create Agreement" ... "When the available actions don't cover your use case, you can send requests directly to the Adobe Acrobat Sign API through Membrane's proxy."
The skill exposes high-impact Adobe Sign actions and a raw authenticated API escape hatch. These are aligned with the integration purpose, but they can affect legal/business signature workflows and are not visibly bounded by explicit approval or scope controls.
"npm install -g @membranehq/cli@latest"
The setup instructs a global npm install using the moving @latest tag. This is central to the skill's workflow, but it increases dependence on the current npm package version and publisher integrity.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"Membrane handles authentication and credentials refresh automatically" and "membrane login --tenant --clientName=<agentType>"
The skill relies on delegated authentication and automatic credential refresh through Membrane. This is expected for an Adobe Sign integration, but it grants ongoing account access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"Download Agreement Document", "Get Agreement Form Data", "Get Agreement Audit Trail" and "send requests directly to the Adobe Acrobat Sign API through Membrane's proxy"
The skill can retrieve sensitive agreement documents, form data, and audit trails, and routes direct API requests through Membrane's proxy. This provider-mediated data flow is disclosed and purpose-aligned, but sensitive.
