ScopeGate Client
Analysis
This instruction-only skill is coherent as a safety gate, but it relies on an external ScopeGate service that will receive authorization-check details and an API key.
Findings (3)
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.
Before executing any consequential action, you MUST verify scope with ScopeGate. ... If ScopeGate is unreachable → STOP. Treat as denied. Never fail open.
The skill intentionally imposes a mandatory external authorization check and changes the agent's stopping condition for important actions.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"api_key": "<your api key>" ... Getting an API Key ... Sign up at https://scopegate.ai to get your API key.
The skill expects a ScopeGate API key for verification calls, which is purpose-aligned but still sensitive credential handling.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Default: `https://api.scopegate.ai` ... Override: set `SCOPEGATE_URL` environment variable ... "requested_action": "<action you are about to take>"
The agent is instructed to send action descriptions, grant IDs, agent IDs, and an API key to an external provider endpoint; the endpoint can also be redirected by an environment variable.
