Skip to main content

Executive's DNS Intelligence Brief

Board-level domain security assessment — atelier13-usa.com

29 Apr 2026, 16:39 UTC · 60.8s · SHA-3-512: b6ca✱✱✱✱ Verify
DNS Security & Trust Posture
Risk Level: High Risk
2 protocols configured, 6 not configured, 1 unavailable on provider
1 recommendation
Analysis Confidence
MODERATE
Resolver agreement is inconsistent for some protocols, limiting confidence. Data currency and system maturity are adequate.
Email Spoofing
Partial
Brand Impersonation
Not Set Up
DNS Tampering
Unsigned
Certificate Control
Open
What Requires Attention
Recommended Publish a DMARC record starting with p=none and rua reporting
The BIG Questions
Can this domain be impersonated by email? Likely SPF alone cannot prevent spoofing
Can DNS itself be tampered with? Possible DNSSEC is not deployed, DNS responses are not cryptographically verified
Can this brand be convincingly faked? Yes No DMARC policy (RFC 7489) — attackers can send email appearing to be from this domain with no sender-authentication barrier
Is mail transport encryption enforced? No No MTA-STS or DANE — mail transport encryption is opportunistic only
Is certificate issuance controlled? No No CAA records — any certificate authority may issue certificates for this domain
Does this domain publish AI agent instructions? Yes llms.txt published — AI models receive structured context about this domain
Is AI crawling of our content controlled? No robots.txt present but does not block AI crawlers — content may be freely scraped
Has someone manipulated AI recommendations about us? No No indicators of AI recommendation manipulation found
Are there hidden AI prompts on our site? Yes 2 hidden prompt-like artifact(s) detected in page source
Domain Overview
Registrar GoDaddy.com, LLC
Email Provider Google Workspace
Web Hosting Unknown
DNS Hosting Unknown

Technical Findings

Email Authentication
Can this domain be impersonated by email? Likely — SPF alone cannot prevent spoofing
SPF (Sender Policy) Configured
DMARC (Policy) Missing
DKIM (Signatures) Not Detected
Mail Posture Limited Protection
Mail Transport Security
Is mail transport encryption enforced? No — No MTA-STS or DANE — mail transport encryption is opportunistic only
MTA-STS Partial
DANE / TLSA Hosted Provider DANE not available — Google Workspace does not support inbound DANE/TLSA on its MX infrastructure
TLS-RPT (Reporting) Not Configured
Mail Transport Opportunistic Policy-assessed 2 probes
DNS Security
Can DNS itself be tampered with? Possible — DNSSEC is not deployed, DNS responses are not cryptographically verified
DNSSEC Partial
DNSSEC not configured - DNS responses are unsigned
NS Delegation Healthy
Delegation Consistency 1 Issue
NS Fleet Health 1 Issue Diversity: Poor
Brand & Certificate Controls
Can this brand be convincingly faked? Yes — No DMARC policy (RFC 7489) — attackers can send email appearing to be from this domain with no sender-authentication barrier
Is certificate issuance controlled? No — No CAA records — any certificate authority may issue certificates for this domain
BIMI (Brand Logo) Not Configured
CAA (Certificate) Open Any certificate authority may issue certificates
AI Surface Scanner Risks Detected
Does this domain publish AI agent instructions? Yes — llms.txt published — AI models receive structured context about this domain
Is AI crawling of our content controlled? No — robots.txt present but does not block AI crawlers — content may be freely scraped
Has someone manipulated AI recommendations about us? No — No indicators of AI recommendation manipulation found
Are there hidden AI prompts on our site? Yes — 2 hidden prompt-like artifact(s) detected in page source
LLM Context File llms.txt Found Domain provides structured context for AI models
AI Crawler Governance Not Blocking No AI crawler restrictions found in robots.txt
Poisoning Indicators None Found No AI recommendation poisoning indicators detected
Hidden Prompt Artifacts 2 Found Hidden prompt-like content detected in page source
Public Exposure Clear No secrets detected in publicly accessible source
Priority Actions 5 total Achievable: Moderate Risk
Critical Publish DMARC Record

Add a DMARC record to protect your domain against email spoofing and receive authentication reports.

Medium Enable DNSSEC

DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.

Low Add CAA Records

CAA records specify which Certificate Authorities may issue certificates for your domain, reducing the risk of unauthorized certificate issuance.

Low Add TLS-RPT Reporting

TLS-RPT (TLS Reporting) sends you reports about TLS connection failures when other servers try to deliver mail to your domain.

Low Deploy MTA-STS

MTA-STS enforces TLS encryption for inbound mail delivery, preventing downgrade attacks on your mail transport.

Appendix — Additional Resources

Full technical details including raw DNS records, DKIM public keys, IP/ASN mappings, resolver consensus evidence, and verification commands are available in the Engineer's DNS Intelligence Report.

View Engineer's DNS Intelligence Report

Appendix — What AIs Are Being Told About This Organization What do AI systems see when they query this domain?

The following content is served to AI systems (ChatGPT, Gemini, Claude, Perplexity, and others) when they visit this domain. This is the organization's machine-readable narrative — it shapes how AI models describe, recommend, and represent this brand in conversations worldwide.

llms.txt (https://atelier13-usa.com/llms.txt)
# atelier-13-rev-70
> This website offers a comprehensive selection of high-end audio equipment, featuring a wide array of products from premium brands. Visitors can explore detailed offerings including turntables, amplifiers, loudspeakers, digital streamers, and accessories. The site showcases complete audio system packages and special promotions, providing comprehensive information on specifications and features. It serves as a destination for audiophiles seeking top-tier components and integrated solutions for their sound systems.

## AI Agent Access

This site is powered by Wix and supports the Model Context Protocol (MCP)
for agentic AI access. AI agents can connect directly to retrieve live,
up-to-date site content — no scraping required.

- **Site MCP Endpoint:** https://www.atelier13-usa.com/_api/mcp
- **Wix MCP Docs:** https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp

## Available MCP Tools

### GetBusinessDetails
Retrieves business and site details such as timezone, email, phone, and address.
- No parameters required.

### SearchInSite
Searches the site for information.
- \`searchTerm\` — The term to search for in the site.

### SearchSiteApiDocs
Retrieves the API documentation for the Wix business solutions installed on
this site, and informs the AI client how to use the APIs. Use this tool for
querying products and services (instead of SearchInSite).
- \`searchTerm\` — The term to search for in the site API documentation.

### GenerateVisitorToken
Creates a new visitor session and obtains a visitor access token for the site.
Must be called before making any CallWixSiteAPI request if no visitor token
is already available in context.
- No parameters required.

### CallWixSiteAPI
Calls API methods on the site to perform actions on a visitor's behalf,
such as querying site data, booking an appointment, or starting a purchase.
- \`visitorToken\` — Visitor access token. Use GenerateVisitorToken first if not available.
- \`url\` — Absolute URL of the API method to call (e.g. https://www.wixapis.com/...). Retrieve using SearchSiteApiDocs.
- \`method\` — HTTP method to use for the API call.
- \`body\` — Request body as a valid JSON string.

### ReadFullDocsArticle
Fetches a complete article from the Wix developer documentation portal.
- \`articleUrl\` — URL of an article in the Wix developer documentation portal.

### ReadFullDocsMethodSchema
Fetches the full schema for a Wix API method. Should be called before
calling the actual method via CallWixSiteAPI.
- \`articleUrl\` — URL of the reference article for the Wix API method.

## What Visitors Can Do via AI + MCP

- Get business details (contact info, location, hours)
- Discover products and services on offer
- Book services and make reservations
- Start a purchase and be directed to the site to complete checkout
- Ask questions and get relevant answers without having to browse the site

## Notes

- No authentication required to connect to the MCP endpoint
- Only public information accessible on the site is available
- Content is always live and up to date
- To receive tool updates, implement a tools/list call upon receipt of a tool update notification
Why this matters: This content directly influences how AI models describe your organization, products, and services. Review it for accuracy, brand alignment, and competitive positioning. If no llms.txt exists, AI models rely on whatever they can scrape — with no editorial control.
Verify Report Integrity SHA-3-512 Has this report been tampered with? Verify below

Tamper-evident fingerprint binding this analysis to its data, domain, timestamp, and tool version.

b6ca231c146e3258d3058160a53180a13b321a441a0bc64cf60ce81d7db7c9e23fde31d9f7c2966592319b0f0c2c228c3f7ab44e852c2b15f56ec91c3add33e3
12 RFCs evaluated · DNS state at 29 Apr 2026, 16:39 UTC