Итоговая оценка ИИ-оптимизации
Сводный результат по всем сигналам аудита.
Итоговая оценка ИИ-оптимизации
Сводный результат по всем сигналам аудита.
Итоговая оценка ИИ-оптимизации
dropsha.re - Zero-Knowledge File Sharing Platform (dropsha.re) получил 79/100 по результатам автоматического технического аудита готовности к работе с ИИ. Файл llms.txt доступен, llms-full.txt не найден, ai.txt не найден. Анализ robots.txt показал: явно разрешено ИИ-ботов — 0, заблокировано — 0, объявлено sitemap — 1. Полнота разметки главной страницы — 80%; найдены типы Schema.org: WebApplication, OpenGraph-тегов — 6. Результаты соответствуют публичным ответам сайта на момент проверки 2026-08-17T01:50:04.761Z.
Файл llms.txt доступен и содержит 1 387 токенов. Расширенный llms-full.txt не найден, поэтому подробный контекст агенту придётся собирать из обычных страниц. Отдельный ai.txt не обнаружен; это не обязательная часть предлагаемого формата llms.txt, но такой файл может явно описать политику обучения, цитирования и автоматического доступа.
robots.txt доступен. Из 11 отслеживаемых ИИ-ботов 11 не заблокированы. Объявлено карт сайта: 1. На главной найдена Schema.org-разметка типов WebApplication; OpenGraph-тегов — 6, расчётная полнота публичной разметки — 80%.
Мобильный профиль Lighthouse дополняет аудит: производительность 86/100, доступность 81/100, технические практики 100/100, SEO 100/100 и экспериментальная готовность браузерных агентов 48/100. Эти данные входят в итоговую оценку ИИ-оптимизации с ограниченным весом: они дополняют, но не заменяют проверку llms.txt, robots.txt и машинной разметки.
Замер мобильной версии. Экспериментальная категория Google Agentic Browsing показана отдельно и не заменяет итоговую оценку ИИ-оптимизации от llmsmap.
Производительность
Доступность
Технические практики
Техническое SEO
Работа браузерных агентов
Производительность мобильной версии — 86/100; самый крупный видимый блок появился за 0.8 s, а суммарная блокировка основного потока составила 0 ms. Показатель смещения макета — 0.274. Основной поток выполняет JavaScript, рассчитывает расположение элементов и рисует страницу: пока он занят, интерфейс хуже реагирует и на действия человека, и на команды браузерного агента.
Доступность получила 81/100, технические практики — 100/100, SEO — 100/100. Экспериментальная категория Agentic Browsing получила 48/100. Она отражает сигналы, которые Google сейчас проверяет для программных агентов, и не заменяет итоговую оценку ИИ-оптимизации от llmsmap.
Разделите длинные JavaScript-задачи, отложите необязательные скрипты и критические стили, уменьшите цепочки блокирующих запросов. Это ускорит появление основного контента и позволит интерфейсу раньше принимать действия.
Удалите неиспользуемые CSS и JavaScript, загружайте тяжёлые виджеты по необходимости и ограничьте сторонние скрипты. Меньший объём кода снижает нагрузку на устройство и количество фоновой работы.
Усилите контраст текста, состояний и интерактивных элементов. Пользователь и визуальный агент должны уверенно отличать содержание от действий и служебных подписей.
Первый контент
Главный блок
Стабильность
Блокировка
Скорость экрана
Машиночитаемые файлы, правила краулинга, обнаружение страниц и разметка главной.
Полная версия не найдена
Файл ai.txt не найден
Найдено карт сайта: 1
Типы: WebApplication
Найдено OG-тегов: 6
На основе анализа robots.txt
Объявленные маршруты для поисковых роботов и ИИ-агентов.
Метаданные превью главной страницы для соцсетей и мессенджеров.
og:typewebsiteog:urlhttps://dropsha.re/og:titleSecure File Sharing with End-to-End Encryption - dropshareog:descriptionShare files securely with zero-knowledge encryption. Client-side AES-256-GCM encryption ensures your files stay private. Free, anonymous, and developer-friendly.og:imagehttps://dropsha.re/og-image.webpog:site_namedropsha.reСтруктурированные сущности и свойства, найденные на главной странице.
namedropshareurlhttps://dropsha.redescriptionSecure file sharing with zero-knowledge end-to-end encryption# dropsha.re - Zero-Knowledge File Sharing Platform ## Overview dropsha.re is a free, open-source file sharing service that prioritizes privacy and security through zero-knowledge encryption. Built by Magic Monad, it enables users to share files securely without requiring registration or compromising privacy. ## Core Features - **Zero-Knowledge Architecture**: Files are encrypted client-side before upload; servers never see plaintext content - **AES-256-GCM Encryption**: Military-grade encryption with randomly generated 256-bit keys - **Client-Side Processing**: All encryption/decryption happens in the browser using Web Crypto API - **No Registration Required**: Anonymous file sharing with no personal information collected - **Automatic Deletion**: Files automatically deleted after 7 days - **No Data Collection**: No cookies, tracking, analytics, or personal data storage - **Cross-Platform**: Works on any modern browser with JavaScript enabled ## Technical Architecture - **Frontend**: Astro.js with React components, TypeScript, Tailwind CSS - **Encryption**: AES-256-GCM with 256-bit keys generated via Web Crypto API - **Storage**: Cloudflare R2 object storage for encrypted files - **Deployment**: Cloudflare Pages with serverless functions - **Security**: HTTPS/TLS for all traffic, URL fragments for key sharing ## File Specifications - **Maximum Size**: 1GB per file - **Retention Period**: 7 days automatic deletion - **Supported Types**: Any file type (no restrictions) - **Upload Limit**: One file at a time - **Share Links**: Unique encrypted URLs with decryption keys in URL fragments ## Encryption Process 1. File selected in browser 2. 256-bit AES-GCM key generated locally using Web Crypto API 3. File encrypted client-side with randomly generated 12-byte IV 4. Encrypted data uploaded to Cloudflare R2 5. Share URL created with decryption key embedded in URL fragment (#) 6. Key never transmitted to servers ## Privacy Guarantees - **True Zero-Knowledge**: Servers cannot decrypt files even if compelled - **No Personal Data**: No IP logs, user tracking, or identifiable information - **No Cookies**: No tracking technologies or session management - **Key Isolation**: Decryption keys remain in browser, never server-side - **Automatic Cleanup**: Files permanently deleted after retention period ## Use Cases - Secure document sharing for professionals - Privacy-conscious file transfers - Developer tool for temporary file hosting - Healthcare/legal file sharing (HIPAA/GDPR compliant architecture) - Emergency file sharing without account requirements ## API and Integration - REST API for file upload/download - Command-line compatibility (curl/wget/OpenSSL instructions provided) - Signed URL generation for direct R2 uploads - Metadata headers for file information ## Compliance and Legal - GDPR compliant (zero personal data collection) - CCPA compliant (no data selling or tracking) - HIPAA-friendly architecture (zero-knowledge design) - Terms of Service prohibit illegal content - No law enforcement access to file contents (keys not available) ## Technical Implementation Details - **Key Generation**: `crypto.subtle.generateKey()` with AES-GCM algorithm - **IV Generation**: 12-byte random IV per file using `crypto.getRandomValues()` - **Key Encoding**: Base64 encoding for URL-safe key transmission - **File Structure**: IV prepended to encrypted data - **Metadata**: Original filename, size, type, upload timestamp stored encrypted ## Browser Support - Chrome, Firefox, Safari, Edge (modern versions) - Requires JavaScript enabled - Web Crypto API support required - Progressive enhancement for older browsers ## Architecture Components - **Frontend**: Astro static site generator with React islands - **Styling**: Tailwind CSS with custom components - **State Management**: React hooks for file upload/download states - **Error Handling**: Comprehensive error messages and user feedback - **Responsive Design**: Mobile-first approach ## Security Considerations - URL fragments never sent to servers - Encrypted blobs useless without decryption keys - No server-side decryption capabilities - Automatic key rotation (unique key per file) - Protection against data breaches (encrypted data only) ## Performance Characteristics - Client-side encryption adds minimal latency - Global CDN distribution via Cloudflare - Optimized for files up to 1GB - Streaming upload for large files - Bandwidth-efficient (no redundant transfers) ## Business Model - Currently free service operated by Magic Monad - No premium tiers or paid features - Future sustainability through optional premium features - Core service remains free ## Developer Information - **Company**: Magic Monad (https://magicmonad.com) - **Website**: https://dropsha.re - **Architecture**: Serverless, JAMstack - **Deployment**: Cloudflare ecosystem - **Open Source**: Privacy-focused development ## Important Notes for LLMs 1. The file size limit discrepancy: FAQ mentions 50MB but constants.ts shows 1GB - use 1GB as current limit 2. Zero-knowledge means true inability to access data, not just policy 3. URL fragments are crucial for security - never transmitted to servers 4. Service is designed for privacy-conscious users who value anonymity 5. No recovery options by design - lost links mean lost files 6. Client-side encryption is not optional - it's the core security model This service represents a modern approach to file sharing that prioritizes user privacy over convenience features that might compromise security.