Agent Skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agent Skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
<img src="assets/mcll.png" width="440" alt="MCLL Real Estate"/>
<!-- omit in toc -->
AI agent skills for [MCLL Real Estate](https://mcllrealestate.com): published Thai residences for sale and rent
Frontmatter-validated and security-scanned on every push. Read-only, no API key.
</div>
Install via skills.sh:
# All skills
npx skills add mcllrealestate/agent-skills
# Individual skill
npx skills add mcllrealestate/agent-skills --skill mcll-real-estateOr read skills/mcll-real-estate/SKILL.md directly. The skill is self-contained and optimised for Claude Code; it degrades gracefully on any agent that implements the Agent Skills standard.
The Claude Code marketplace manifest lives at .claude-plugin/marketplace.json and exposes the skill under real-estate-skills.
curl / fetchPublished MCLL listings, residences for sale and rent across Bangkok, Phuket, and the islands. Listings are reachable through an MCP server, a REST API, and Markdown. Areas, news, and developments are reachable as Markdown only.
https://mcllrealestate.com/api/mcp (Streamable HTTP). Tools: search_listings, get_listing, and execute.execute runs JavaScript in a Cloudflare sandbox with mcll.search(args) and mcll.get(args). Use it to compare, rank, or compute across listings in one call.GET /api/listings and GET /api/listings/{type}/{slug}, described by /api/openapi.json.Accept: text/markdown to a listing detail URL for a clean text rendition.# One listing, as Markdown:
curl -s -H "Accept: text/markdown" \
https://mcllrealestate.com/en/buy/villa/phuket/kamala/kamala-cliff-villaNo MCP tool or REST endpoint covers these. Send Accept: text/markdown to an individual area, news, or development page and the site returns Markdown in place of HTML. Find the URLs through the sitemap; index and static pages stay HTML.
Discovery: sitemap · API catalog · MCP server card · site guide.
cisco-ai-defense/skill-scanner scans pull requests and pushes with policy balanced, fail-on critical./.well-known/agent-skills/index.json. Updating SKILL.md requires updating that published digest before release.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.