Zoho Invoice
Analysis
This is a coherent Zoho Invoice/Membrane skill, but it gives broad authenticated control over financial records, including raw update/delete API calls, without clear confirmation or scope limits.
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.
you can send requests directly to the Zoho Invoice API through Membrane's proxy ... `-X, --method` | HTTP method (GET, POST, PUT, PATCH, DELETE)
This documents an authenticated raw API escape hatch, including mutating and deleting methods, for financial/business records without documented confirmation or scope boundaries.
`npm install -g @membranehq/cli` ... `npx @membranehq/cli@latest action list`
The skill relies on installing/running an npm CLI, including an unpinned latest invocation. This is central to the stated purpose, but users should notice the external package dependency.
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 ... `membrane login --tenant` ... `membrane connect --connectorId=CONNECTOR_ID --json`
The skill requires delegated Membrane/Zoho account access with credential refresh. This is expected for the integration, but it is high-impact because Zoho Invoice contains financial and customer records.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
send requests directly to the Zoho Invoice API through Membrane's proxy ... injects the correct authentication headers
Zoho Invoice requests and related business data pass through Membrane as a gateway/proxy. This is disclosed and purpose-aligned, but it is a sensitive data-flow boundary.
