Skip to content
ai-supply.store
ОбзорКатегорииРейтингиСообществоAgent APIFAQ
ВойтиБесплатная регистрация
catalog / Data & ETL / Crawl4AI
⇄ConnectorData & ETLFree

Crawl4AI

LLM-friendly open-source web crawler that turns pages into clean Markdown/JSON ready for RAG and agent pipelines.

@ai-supply
Установки42k
⟳ upstream v0.9.2 · updated 1mo ago
↗ Исходный репозиторий
← More Data & ETLData & ETL leaderboard →How we grade security →Source ↗
! Grade B · 75/100 · ReviewSecurity assessment
✓No compromise signals71capabilities surfaced1known CVE5of 20 OWASP controls clear
Suspicious code patternsSuspicious code patternsBroad capability surfacePrompt-injection phrasing
scanned 29d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Crawl4AI

Crawl4AI is an open-source, LLM-friendly web crawler and scraper that converts web pages into clean, structured Markdown or JSON ready to feed into RAG and agent pipelines. It is one of the most popular data-ingestion connectors for AI applications, designed for speed and for output that models can consume directly.

Key features

  • Fast async crawling built on Playwright with browser session reuse
  • LLM-ready Markdown generation with content filtering and pruning
  • CSS/XPath selectors plus LLM-based structured extraction strategies
  • Handles JavaScript-rendered pages, lazy loading, and stealth/anti-bot options
  • Python API and a Docker deployment for scale

Usage note: pip install crawl4ai, run the post-install browser setup, then use the async crawler to fetch a URL and receive cleaned Markdown plus extracted structured data.

Curated mirror of the open-source Crawl4AI (Apache-2.0). Get it from the source.

Rating rank
#1
of 24 in Data & ETL
Install rank
#17
of 24 in Data & ETL
Security score
75/100 · B
review
Security rank
#10
of 24 in Data & ETL
Installs
42k
cat avg 164k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Data & ETL leaderboard →
! Security: Review · 7575/100 · grade Bscanned 29d ago
✓ no compromise signals72 risk-surface · 10/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · med confidence (static)
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → crawl4ai.com, pypi.org, hub.docker.com, logs.example.com, docs.github.com, docs.docker.com, warehouse.pypa.io, your-monitoring-service.com +32
auth: bearercrawl4ai.comgithub.compypi.orghub.docker.comlogs.example.comdocs.github.comdocs.docker.comwarehouse.pypa.ioscope: test_data_scope_cannot_reset_statsscope: language:scope: e.classNamescope: e.scopescope: variable.languagescope: title.class

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM03Supply Chaincritical
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 16 pip requirements declared · unclecode-crawl4ai-7e80152/deploy/docker/requirements.txtrisk surface
•Dependency manifest — 2 pip requirements declared · unclecode-crawl4ai-7e80152/deploy/docker/tests/requirements.txtrisk surface
•Dependency manifest — 5 pip requirements declared · unclecode-crawl4ai-7e80152/docs/examples/website-to-api/requirements.txtrisk surface
•Dependency manifest — 33 pip requirements declared · unclecode-crawl4ai-7e80152/requirements.txtrisk surface
•Dependency manifest — 4 pip requirements declared · unclecode-crawl4ai-7e80152/tests/memory/requirements.txtrisk surface
•Vulnerable dependencies — 766 known vulnerabilities in: pyjwt@2.10.1, idna@3.9.0, python-multipart@0.0.9, nltk@3.9.4, pyopenssl@25.3.0, pypdf@6.9.2, scipy@1.6.1, tqdm@4.9.0 (CWE-1395)known CVE · -25 pts
⚠LLM01Prompt Injectionhigh
Adversarial instructions embedded in an artifact that hijack a downstream LLM.
•Prompt-injection phrasing — instruction-subversion language detected · unclecode-crawl4ai-7e80152/CHANGELOG.md (CWE-77)risk surface
•Trojan-source (bidi) characters — Unicode bidirectional overrides can hide code from reviewers · unclecode-crawl4ai-7e80152/docs/apps/linkdin/samples/people.jsonl (CWE-1007)expected
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Embedded credentials — found: hardcoded credential · unclecode-crawl4ai-7e80152/deploy/docker/c4ai-doc-context.md (CWE-798)expected
•Low-confidence secret match — 1 possible: generic-api-key · unclecode-crawl4ai-7e80152/deploy/docker/redis_config.py (CWE-798)risk surface
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — destructive rm -rf / · unclecode-crawl4ai-7e80152/.github/workflows/docker-release.yml (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution · unclecode-crawl4ai-7e80152/.github/workflows/docs/README.md (CWE-95)risk surface
•Suspicious code patterns — OS command execution · unclecode-crawl4ai-7e80152/crawl4ai/browser_manager.py (CWE-78)risk surface
•Suspicious code patterns — pickle deserialization · unclecode-crawl4ai-7e80152/crawl4ai/legacy/llmtxt.py (CWE-502)risk surface
•Suspicious code patterns — OS command execution; dynamic code execution · unclecode-crawl4ai-7e80152/crawl4ai/model_loader.py (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution; dynamic os import · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_fixes.py (CWE-95)risk surface
•Suspicious code patterns — OS command execution; dynamic code execution; dynamic os import · unclecode-crawl4ai-7e80152/tests/test_eval_security_adversarial.py (CWE-78)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · unclecode-crawl4ai-7e80152/.github/FUNDING.ymlexpected
•External endpoints declared — 6 distinct host(s) · unclecode-crawl4ai-7e80152/.github/workflows/docs/ARCHITECTURE.mdexpected
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · unclecode-crawl4ai-7e80152/.github/workflows/docs/README.md (CWE-272)risk surface
•External endpoints declared — 3 distinct host(s) · unclecode-crawl4ai-7e80152/.github/workflows/docs/WORKFLOW_REFERENCE.mdexpected
•External endpoints declared — 2 distinct host(s) · unclecode-crawl4ai-7e80152/.github/workflows/release.ymlexpected
•External endpoints declared — 4 distinct host(s) · unclecode-crawl4ai-7e80152/Dockerfileexpected
•External endpoints declared — 25 distinct host(s) · unclecode-crawl4ai-7e80152/README-first.mdexpected
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · unclecode-crawl4ai-7e80152/README.md (CWE-272)risk surface
•External endpoints declared — 35 distinct host(s) · unclecode-crawl4ai-7e80152/README.mdexpected
•External endpoints declared — 7 distinct host(s) · unclecode-crawl4ai-7e80152/ROADMAP.mdexpected
•Egress to a private/loopback host — 127.0.0.1 · unclecode-crawl4ai-7e80152/crawl4ai/async_configs.py (CWE-918)expected
•External endpoints declared — 5 distinct host(s) · unclecode-crawl4ai-7e80152/crawl4ai/async_webcrawler.pyexpected
•Egress to a private/loopback host — 169.254.169.254 · unclecode-crawl4ai-7e80152/deploy/docker/SECURITY-VERIFY.md (CWE-918)expected
•Broad capability surface — 5 high-impact capability categories referenced — verify least-privilege · unclecode-crawl4ai-7e80152/deploy/docker/c4ai-code-context.md (CWE-272)risk surface
•External endpoints declared — 27 distinct host(s) · unclecode-crawl4ai-7e80152/deploy/docker/c4ai-code-context.mdexpected
•External endpoints declared — 29 distinct host(s) · unclecode-crawl4ai-7e80152/deploy/docker/c4ai-doc-context.mdexpected
•External endpoints declared — 9 distinct host(s) · unclecode-crawl4ai-7e80152/deploy/docker/static/playground/index.htmlexpected
•Egress to a private/loopback host — 127.0.0.1, 127.0.0.2, 10.0.0.1, 172.16.0.1, 192.168.1.1, 169.254.169.254 · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_2026_04.py (CWE-918)expected
•Egress to an anonymous-paste / tunnel / OOB endpoint — webhook.site · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_2026_04.py (CWE-200)expected
•External endpoints declared — 14 distinct host(s) · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_2026_04.pyexpected
•Egress to a private/loopback host — 127.0.0.1, 10.0.0.1, 172.16.0.1, 192.168.1.1, 169.254.169.254, [::ffff:7f00:1], [::ffff:a00:1], [::ffff:a9fe:a9fe], [::ffff:c0a8:101], [::1] · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_ssrf_crawl.py (CWE-918)expected
•External endpoints declared — 17 distinct host(s) · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_ssrf_crawl.pyexpected
•External endpoints declared — 36 distinct host(s) · unclecode-crawl4ai-7e80152/docs/apps/iseeyou/llms-full.txtexpected
•External endpoints declared — 15 distinct host(s) · unclecode-crawl4ai-7e80152/docs/blog/release-v0.7.3.mdexpected
•External endpoints declared — 8 distinct host(s) · unclecode-crawl4ai-7e80152/docs/blog/release-v0.7.8.mdexpected
•External endpoints declared — 16 distinct host(s) · unclecode-crawl4ai-7e80152/docs/examples/quickstart.ipynbexpected
•External endpoints declared — 12 distinct host(s) · unclecode-crawl4ai-7e80152/docs/md_v2/advanced/multi-url-crawling.mdexpected
•Egress to a private/loopback host — 192.168.1.1 · unclecode-crawl4ai-7e80152/docs/md_v2/advanced/proxy-security.md (CWE-918)expected
•External endpoints declared — 19 distinct host(s) · unclecode-crawl4ai-7e80152/docs/md_v2/assets/llm.txt/txt/cli.txtexpected
•External endpoints declared — 32 distinct host(s) · unclecode-crawl4ai-7e80152/docs/md_v2/complete-sdk-reference.mdexpected
•External endpoints declared — 13 distinct host(s) · unclecode-crawl4ai-7e80152/docs/md_v2/index.mdexpected
•External endpoints declared — 21 distinct host(s) · unclecode-crawl4ai-7e80152/docs/md_v2/marketplace/backend/dummy_data.pyexpected
•External endpoints declared — 10 distinct host(s) · unclecode-crawl4ai-7e80152/docs/releases_review/v0.7.5_video_walkthrough.ipynbexpected
•Egress to a private/loopback host — fdc.nal.usda.gov · unclecode-crawl4ai-7e80152/tests/async/sample_wikipedia.html (CWE-918)expected
•External endpoints declared — 222 distinct host(s) · unclecode-crawl4ai-7e80152/tests/async/sample_wikipedia.htmlexpected
•External endpoints declared — 20 distinct host(s) · unclecode-crawl4ai-7e80152/tests/browser/manager/demo_browser_manager.pyexpected
•Egress to a private/loopback host — 10.0.0.42 · unclecode-crawl4ai-7e80152/tests/memory/test_stress_docker_api.py (CWE-918)expected
•Egress to a private/loopback host — 192.168.1.1, 10.0.0.1, 127.0.0.1 · unclecode-crawl4ai-7e80152/tests/proxy/test_proxy_config.py (CWE-918)expected
•External endpoints declared — 11 distinct host(s) · unclecode-crawl4ai-7e80152/tests/test_multi_config.pyexpected
⚠LLM07System Prompt Leakagehigh
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · unclecode-crawl4ai-7e80152/crawl4ai/deep_crawling/scorers.py (CWE-200)risk surface
•Embedded credentials — found: hardcoded credential · unclecode-crawl4ai-7e80152/deploy/docker/c4ai-doc-context.md (CWE-798)expected
•Low-confidence secret match — 1 possible: generic-api-key · unclecode-crawl4ai-7e80152/deploy/docker/redis_config.py (CWE-798)risk surface
⚠LLM10Unbounded Consumptionmedium
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · unclecode-crawl4ai-7e80152/crawl4ai/async_crawler_strategy.py (CWE-835)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chaincritical
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 16 pip requirements declared · unclecode-crawl4ai-7e80152/deploy/docker/requirements.txtrisk surface
•Dependency manifest — 2 pip requirements declared · unclecode-crawl4ai-7e80152/deploy/docker/tests/requirements.txtrisk surface
•Dependency manifest — 5 pip requirements declared · unclecode-crawl4ai-7e80152/docs/examples/website-to-api/requirements.txtrisk surface
•Dependency manifest — 33 pip requirements declared · unclecode-crawl4ai-7e80152/requirements.txtrisk surface
•Dependency manifest — 4 pip requirements declared · unclecode-crawl4ai-7e80152/tests/memory/requirements.txtrisk surface
•Vulnerable dependencies — 766 known vulnerabilities in: pyjwt@2.10.1, idna@3.9.0, python-multipart@0.0.9, nltk@3.9.4, pyopenssl@25.3.0, pypdf@6.9.2, scipy@1.6.1, tqdm@4.9.0 (CWE-1395)known CVE · -25 pts
⚠ML02Data Poisoninghigh
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
•Prompt-injection phrasing — instruction-subversion language detected · unclecode-crawl4ai-7e80152/CHANGELOG.md (CWE-77)risk surface
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — destructive rm -rf / · unclecode-crawl4ai-7e80152/.github/workflows/docker-release.yml (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution · unclecode-crawl4ai-7e80152/.github/workflows/docs/README.md (CWE-95)risk surface
•Suspicious code patterns — OS command execution · unclecode-crawl4ai-7e80152/crawl4ai/browser_manager.py (CWE-78)risk surface
•Suspicious code patterns — pickle deserialization · unclecode-crawl4ai-7e80152/crawl4ai/legacy/llmtxt.py (CWE-502)risk surface
•Suspicious code patterns — OS command execution; dynamic code execution · unclecode-crawl4ai-7e80152/crawl4ai/model_loader.py (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution; dynamic os import · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_fixes.py (CWE-95)risk surface
•Suspicious code patterns — OS command execution; dynamic code execution; dynamic os import · unclecode-crawl4ai-7e80152/tests/test_eval_security_adversarial.py (CWE-78)risk surface
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (31) · hygiene / uncategorized
•Unrecognized file type — '.gitattributes' is not on the allowlist · unclecode-crawl4ai-7e80152/.gitattributesrisk surface
•Unrecognized file type — '.backup' is not on the allowlist · unclecode-crawl4ai-7e80152/.github/workflows/release.yml.backuprisk surface
•Unrecognized file type — '.disabled' is not on the allowlist · unclecode-crawl4ai-7e80152/.github/workflows/test-release.yml.disabledrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · unclecode-crawl4ai-7e80152/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · unclecode-crawl4ai-7e80152/Dockerfilerisk surface
•Unrecognized file type — '.in' is not on the allowlist · unclecode-crawl4ai-7e80152/MANIFEST.inrisk surface
•Suspicious network references — raw IP URL (9 URLs) · unclecode-crawl4ai-7e80152/crawl4ai/async_configs.pyrisk surface
•Suspicious network references — raw IP URL (4 URLs) · unclecode-crawl4ai-7e80152/crawl4ai/proxy_strategy.pyrisk surface
•Unrecognized file type — '.dockerignore' is not on the allowlist · unclecode-crawl4ai-7e80152/deploy/docker/.dockerignorerisk surface
•Suspicious network references — raw IP URL (13 URLs) · unclecode-crawl4ai-7e80152/deploy/docker/SECURITY-VERIFY.mdrisk surface
•Suspicious network references — raw IP URL (112 URLs) · unclecode-crawl4ai-7e80152/deploy/docker/c4ai-code-context.mdrisk surface
•Suspicious network references — raw IP URL (1 URLs) · unclecode-crawl4ai-7e80152/deploy/docker/mcp_bridge.pyrisk surface
•Suspicious network references — raw IP URL (3 URLs) · unclecode-crawl4ai-7e80152/deploy/docker/server.pyrisk surface
•Unrecognized file type — '.conf' is not on the allowlist · unclecode-crawl4ai-7e80152/deploy/docker/supervisord.confrisk surface
•Suspicious network references — raw IP URL (14 URLs) · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_2026_04.pyrisk surface
•Suspicious network references — raw IP URL (2 URLs) · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_egress_proxy.pyrisk surface
•Suspicious network references — raw IP URL (22 URLs) · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_ssrf_crawl.pyrisk surface
•Suspicious network references — raw IP URL (8 URLs) · unclecode-crawl4ai-7e80152/deploy/docker/tests/test_security_trust_boundary.pyrisk surface
•Unrecognized file type — '.jsonl' is not on the allowlist · unclecode-crawl4ai-7e80152/docs/apps/linkdin/samples/companies.jsonlrisk surface
•Unrecognized file type — '.c4a' is not on the allowlist · unclecode-crawl4ai-7e80152/docs/examples/c4a_script/script_samples/add_to_cart.c4arisk surface
•Suspicious network references — URL shortener (89 URLs) · unclecode-crawl4ai-7e80152/docs/examples/quickstart.ipynbrisk surface
•Unrecognized file type — '.bak' is not on the allowlist · unclecode-crawl4ai-7e80152/docs/md_v2/blog/index.md.bakrisk surface
•Suspicious network references — raw IP URL (10 URLs) · unclecode-crawl4ai-7e80152/docs/md_v2/marketplace/backend/config.pyrisk surface
•Suspicious network references — URL shortener (6 URLs) · unclecode-crawl4ai-7e80152/docs/releases_review/Crawl4AI_v0.3.72_Release_Announcement.ipynbrisk surface
•Unrecognized file type — '.cfg' is not on the allowlist · unclecode-crawl4ai-7e80152/setup.cfgrisk surface
•Suspicious network references — raw IP URL (5 URLs) · unclecode-crawl4ai-7e80152/tests/async/test_http_file_download.pyrisk surface
•Suspicious network references — suspicious TLD (28 URLs) · unclecode-crawl4ai-7e80152/tests/deep_crwaling/test_filter.pyrisk surface
•Suspicious network references — suspicious TLD (54 URLs) · unclecode-crawl4ai-7e80152/tests/general/test_deep_crawl_filters.pyrisk surface
•Suspicious network references — raw IP URL (24 URLs) · unclecode-crawl4ai-7e80152/tests/proxy/test_proxy_config.pyrisk surface
•Suspicious network references — raw IP URL (25 URLs) · unclecode-crawl4ai-7e80152/tests/regression/test_reg_config.pyrisk surface
•Suspicious network references — raw IP URL (32 URLs) · unclecode-crawl4ai-7e80152/tests/regression/test_reg_deep_crawl.pyrisk surface
✔ verified source · pinned unclecode-crawl4ai-7e80152 · changed since last scan · +egress deb.debian.org
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/crawl4ai-web-crawler/check). Click a policy:

Consume Crawl4AI programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/crawl4ai-web-crawler

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/crawl4ai-web-crawler/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add crawl4ai-web-crawler

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/crawl4ai-web-crawler/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "crawl4ai-web-crawler" })
OpenAPI spec →
vlatest
! Security: Review · 751mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Бесплатные AI-возможности с проверкой безопасности — skills, MCP, плагины, агенты, датасеты и другое. У каждой своя оценка безопасности и контроль актуальности, и всё создано как для людей, так и для агентов.

api · v3.1status · all green
Контакты
support@ai-supply.storesecurity@ai-supply.store
Каталог
  • Обзор
  • Категории
  • Рейтинги
  • Бенчмарки
  • Безопасность
  • Scan a repo
Сообщество
  • Сообщество
  • FAQ
Для агентов
  • Быстрый старт (60s)
  • Авторизовать агента
  • Agent API
  • Спецификация OpenAPI
Для разработчиков
  • Опубликовать
  • Панель управления
Аккаунт
  • Создать аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность