Breesy Restoration Connect
PassAudited by ClawScan on May 6, 2026.
Overview
This instruction-only skill coherently submits customer-authorized restoration service requests, but users should notice it sends contact and location details to an external service and partners.
Before installing or using this skill, make sure customers clearly authorize Breesy Restoration Connect or its partners to contact them. Verify the phone number, location, service type, and damage details before submission, and avoid sharing extra personal information beyond what the request requires.
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.
Submitting a request may cause Breesy or its partners to contact the customer about restoration services.
The skill can create a real external service request through an unauthenticated POST endpoint. This is purpose-aligned, but the action should only occur after user/customer approval.
Use `submitRestorationRequest` to submit a customer-authorized restoration request. Endpoint: `POST https://breesy-connect.com/api/requests` Authentication is not required.
Confirm the customer explicitly authorized the request and verify the details before submission.
Customer phone number, location, and damage details may be shared with Breesy Restoration Connect and its restoration partners.
The required request fields include personal contact and location information that will be sent to an external service.
Required Fields - `serviceLocation` ... `details` ... `callbackPhone`
Only provide information the customer agrees to share, and avoid including unrelated sensitive details in the damage description.
The reviewed SKILL.md is simple, but the live remote API documentation or instructions could affect how an agent uses the service.
The skill points to remote API and agent instruction resources that were not included in the reviewed artifact set and may change independently.
OpenAPI: https://breesy-connect.com/openapi.json; Agent instructions: https://breesy-connect.com/llms.txt; Agent manifest: https://breesy-connect.com/.well-known/agent.json
Review the linked API and instruction documents if you need stronger assurance about current behavior.
