Skill
Analysis
This instruction-only skill clearly describes a OneMind API integration, but users should notice that it can create an anonymous session and submit or rate consensus content on their behalf.
Findings (2)
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.
curl -s -X POST "https://ccyuxrtrklgpkzcryzpj.supabase.co/functions/v1/submit-proposition" ... "content": "Your proposition here"
The skill documents authenticated POST requests that can create propositions in a OneMind chat. This is aligned with the stated purpose, but it is a real write action against a shared service.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Step 1: Get Anonymous Token ... Store `access_token` (for Authorization header) and `user.id`.
The skill creates and uses an anonymous authenticated session for OneMind API requests. This is expected for the integration, but it means the agent will act under a service identity.
