Book Notary

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

The agent may be able to schedule an appointment with a notary service if the user provides the needed details.

Why it was flagged

The skill exposes a tool that can create an external notary booking. This matches the stated purpose, but it is a real-world action that should be user-confirmed.

Skill content
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00"
Recommendation

Only proceed after reviewing the provider, date, time, price or terms if shown, and contact details; ask the agent to confirm before creating the booking.

What this means

Your name, email, phone number, location or ZIP code, and appointment preferences may be sent to Lokuli or its providers to search and book services.

Why it was flagged

The skill uses an external MCP endpoint and the documented booking request includes personal contact information. This is expected for booking but involves sharing user data with a third-party service.

Skill content
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Recommendation

Share only the information needed for the booking and review Lokuli’s privacy and service terms if this data is sensitive.

What this means

It may be harder to independently verify who operates or maintains the skill and its referenced MCP service.

Why it was flagged

The registry information does not provide a source repository or homepage for independent verification. There is no code to install, so this is a provenance note rather than a concrete unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Use it only if you are comfortable with the listed Lokuli endpoint and avoid sharing unnecessary personal information.