Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Vision & Image / PaddleOCR
⬡PipelineVision & ImageFree

PaddleOCR

Industrial-grade multilingual OCR toolkit supporting 80+ languages with text detection, recognition, and layout analysis.

@ai-supply
Installs375k
⟳ upstream v3.7.0 · updated 1mo ago
↗ Source repository
← More Vision & ImageVision & Image leaderboard →How we grade security →Source ↗
! Grade B · 75/100 · ReviewSecurity assessment
✓No compromise signals46capabilities surfaced1known CVE8of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredSuspicious network referencesExternal endpoints declared
scanned 17d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

PaddleOCR

PaddleOCR is PaddlePaddle's comprehensive OCR toolkit covering the complete pipeline from text detection to recognition and structured layout analysis. It supports 80+ languages, handles rotated and curved text, and ships production-ready server and edge-deploy builds.

Key Features

  • End-to-end pipeline: DB text detection → SVTR/PP-OCRv4 recognition → PP-Structure layout recovery in one call
  • 80+ languages: Latin, Chinese, Japanese, Korean, Arabic (RTL), Devanagari, and more
  • PP-Structure: table recognition, form extraction, and document layout analysis — outputs structured Excel/HTML
  • PP-ChatOCR: multimodal RAG pipeline that answers questions about document images
  • Model compression: INT8 quantisation and pruning for edge deployment (Raspberry Pi, phones)
  • Benchmark: PP-OCRv4 tops open-source OCR leaderboards on ICDAR and scene-text datasets

Quick Start

pip install paddlepaddle paddleocr
from paddleocr import PaddleOCR

ocr = PaddleOCR(use_angle_cls=True, lang='en')
result = ocr.ocr('invoice.jpg', cls=True)
for line in result[0]:
    print(line[1][0])  # recognised text
npx ai-supply add paddleocr-multilingual-text-recognition

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

Rating rank
#1
of 12 in Vision & Image
Install rank
#4
of 12 in Vision & Image
Security score
75/100 · B
review
Security rank
#7
of 12 in Vision & Image
Installs
375k
cat avg 279k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Vision & Image leaderboard →
! Security: Review · 7575/100 · grade Bscanned 17d ago
✓ no compromise signals47 risk-surface · 7/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 → paddlepaddle.github.io, stackoverflow.com, docs.github.com, paddle-qa.bj.bcebos.com, www.paddlepaddle.org.cn, pypi.tuna.tsinghua.edu.cn, static.pepy.tech, pepy.tech +32
69 steps⚑ uses secretspaddlepaddle.github.iogithub.comstackoverflow.comdocs.github.comactions/checkout@v6actions/setup-python@v6actions/cache@v5actions/stale@v10

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 — 4 npm dependencies declared · PaddlePaddle-PaddleOCR-211989f/api_sdk/typescript/package.jsonrisk surface
•Dependency manifest — 4 pip requirements declared · PaddlePaddle-PaddleOCR-211989f/deploy/avh/requirements.txtrisk surface
•Dependency manifest — 3 pip requirements declared · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/hps/gateway/requirements.txtrisk surface
•Vulnerable dependencies — 196 known vulnerabilities in: stdlib@1.21.99, esbuild@0.27.7, vite@8.0.14, h11@0.8.1, h2@3.2.0, httpx@0.9.5, idna@2.9.0, pillow@9.5.0 (CWE-1395)known CVE · -25 pts
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — environment/secret exfiltration · PaddlePaddle-PaddleOCR-211989f/api_sdk/typescript/tests/client.test.ts (CWE-200)risk surface
•Suspicious code patterns — dynamic code execution · PaddlePaddle-PaddleOCR-211989f/benchmark/PaddleOCR_DBNet/base/base_dataset.py (CWE-95)risk surface
•Suspicious code patterns — unsafe yaml.load · PaddlePaddle-PaddleOCR-211989f/configs/rec/multi_language/generate_multi_language_configs.py (CWE-502)risk surface
•Suspicious code patterns — OS command execution · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/scripts/extract_xcresult_attachments.py (CWE-78)risk surface
•Suspicious code patterns — destructive rm -rf / · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/accelerators/amd-gpu/pipeline.Dockerfile (CWE-78)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 3 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/.github/ISSUE_TEMPLATE/bug-report.ymlrisk surface
•External endpoints declared — 1 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/.github/ISSUE_TEMPLATE/config.ymlrisk surface
•External endpoints declared — 4 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/.github/workflows/test_gpu.ymlrisk surface
•External endpoints declared — 2 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/.github/workflows/tests.ymlrisk surface
•Egress to a private/loopback host — 127.0.0.1 · PaddlePaddle-PaddleOCR-211989f/.lycheeignore (CWE-918)risk surface
•External endpoints declared — 14 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/README.mdrisk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · PaddlePaddle-PaddleOCR-211989f/api_sdk/go/transport.go (CWE-272)risk surface
•External endpoints declared — 5 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/api_sdk/typescript/package-lock.jsonrisk surface
•External endpoints declared — 7 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/src/main/cpp/ocr_clipper.cpprisk surface
•External endpoints declared — 6 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/src/main/cpp/ocr_clipper.hpprisk surface
•External endpoints declared — 10 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/deploy/avh/README.mdrisk surface
•Egress to a private/loopback host — 0.0.0.0 · PaddlePaddle-PaddleOCR-211989f/deploy/docker/hubserving/README.md (CWE-918)risk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/scripts/run_benchmark.sh (CWE-272)risk surface
•External endpoints declared — 11 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/deploy/paddlecloud/README.mdrisk surface
•External endpoints declared — 8 distinct host(s) · PaddlePaddle-PaddleOCR-211989f/docs/update/update.en.mdrisk surface
⚠LLM07System Prompt Leakagemedium
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 · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/src/main/cpp/ocr_clipper.cpp (CWE-200)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 · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/src/main/cpp/ocr_clipper.cpp (CWE-835)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM01Prompt InjectionPassed
✓LLM02Sensitive Information DisclosurePassed
✓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 — 4 npm dependencies declared · PaddlePaddle-PaddleOCR-211989f/api_sdk/typescript/package.jsonrisk surface
•Dependency manifest — 4 pip requirements declared · PaddlePaddle-PaddleOCR-211989f/deploy/avh/requirements.txtrisk surface
•Dependency manifest — 3 pip requirements declared · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/hps/gateway/requirements.txtrisk surface
•Vulnerable dependencies — 196 known vulnerabilities in: stdlib@1.21.99, esbuild@0.27.7, vite@8.0.14, h11@0.8.1, h2@3.2.0, httpx@0.9.5, idna@2.9.0, pillow@9.5.0 (CWE-1395)known CVE · -25 pts
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — environment/secret exfiltration · PaddlePaddle-PaddleOCR-211989f/api_sdk/typescript/tests/client.test.ts (CWE-200)risk surface
•Suspicious code patterns — dynamic code execution · PaddlePaddle-PaddleOCR-211989f/benchmark/PaddleOCR_DBNet/base/base_dataset.py (CWE-95)risk surface
•Suspicious code patterns — unsafe yaml.load · PaddlePaddle-PaddleOCR-211989f/configs/rec/multi_language/generate_multi_language_configs.py (CWE-502)risk surface
•Suspicious code patterns — OS command execution · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/scripts/extract_xcresult_attachments.py (CWE-78)risk surface
•Suspicious code patterns — destructive rm -rf / · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/accelerators/amd-gpu/pipeline.Dockerfile (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.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓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 (53) · hygiene / uncategorized
•Unrecognized file type — '.hook' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/.clang_format.hookrisk surface
•Suspicious network references — suspicious TLD (5 URLs) · PaddlePaddle-PaddleOCR-211989f/.github/workflows/test_gpu.ymlrisk surface
•Suspicious network references — suspicious TLD (3 URLs) · PaddlePaddle-PaddleOCR-211989f/.github/workflows/tests.ymlrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/.gitignorerisk surface
•Unrecognized file type — '.lycheeignore' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/.lycheeignorerisk surface
•Suspicious network references — raw IP URL, suspicious TLD (4 URLs) · PaddlePaddle-PaddleOCR-211989f/.lycheeignorerisk surface
•Unrecognized file type — '.yapf' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/.style.yapfrisk surface
•Unrecognized file type — '.?' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/CNAMErisk surface
•Unrecognized file type — '.in' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/MANIFEST.inrisk surface
•Suspicious network references — suspicious TLD (72 URLs) · PaddlePaddle-PaddleOCR-211989f/README.mdrisk surface
•Unrecognized file type — '.mod' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/api_sdk/go/go.modrisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/benchmark/PaddleOCR_DBNet/.gitattributesrisk surface
•Unrecognized file type — '.gradle' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/build.gradlerisk surface
•Unrecognized file type — '.pro' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/proguard-rules.prorisk surface
•Unrecognized file type — '.h' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/src/main/cpp/common.hrisk surface
•Unrecognized file type — '.cpp' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/src/main/cpp/native.cpprisk surface
•Unrecognized file type — '.hpp' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/app/src/main/cpp/ocr_clipper.hpprisk surface
•Unrecognized file type — '.properties' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/gradle.propertiesrisk surface
•Disallowed file type — '.bat' executables are not permitted · PaddlePaddle-PaddleOCR-211989f/deploy/android_demo/gradlew.bat (CWE-434)risk surface
•Suspicious network references — suspicious TLD (17 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/avh/README.mdrisk surface
•Unrecognized file type — '.cmake' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/avh/arm-none-eabi-gcc.cmakerisk surface
•Unrecognized file type — '.ld' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/avh/corstone300.ldrisk surface
•Unrecognized file type — '.c' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/avh/src/demo_bare_metal.crisk surface
•Unrecognized file type — '.cc' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/cpp_infer/cli.ccrisk surface
•Suspicious network references — raw IP URL (3 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/docker/hubserving/README.mdrisk surface
•Suspicious network references — raw IP URL (14 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/hubserving/readme.mdrisk surface
•Suspicious network references — raw IP URL (13 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/hubserving/readme_en.mdrisk surface
•Unrecognized file type — '.pbxproj' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/PaddleOCRDemo.xcodeproj/project.pbxprojrisk surface
•Unrecognized file type — '.xcscheme' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/PaddleOCRDemo.xcodeproj/xcshareddata/xcschemes/PaddleOCRDemo.xcschemerisk surface
•Unrecognized file type — '.xcworkspacedata' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/PaddleOCRDemo.xcworkspace/contents.xcworkspacedatarisk surface
•Unrecognized file type — '.swift' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/PaddleOCRDemo/App/Bundle+BundledImage.swiftrisk surface
•Unrecognized file type — '.mm' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/PaddleOCRDemo/Engine/ORTProfilingBridge.mmrisk surface
•Unrecognized file type — '.plist' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/ios_demo/PaddleOCRDemo/Supporting/Info.plistrisk surface
•Suspicious network references — suspicious TLD (30 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/lite/readme.mdrisk surface
•Unrecognized file type — '.env' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/accelerators/amd-gpu/.envrisk surface
•Unrecognized file type — '.dockerfile' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/accelerators/amd-gpu/pipeline.Dockerfilerisk surface
•Suspicious network references — suspicious TLD (7 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/accelerators/huawei-npu/pipeline.Dockerfilerisk surface
•Suspicious network references — suspicious TLD (6 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfilerisk surface
•Suspicious network references — suspicious TLD (2 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/accelerators/iluvatar-gpu/vlm.Dockerfilerisk surface
•Suspicious network references — suspicious TLD (1 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/paddleocr_vl_docker/build_vlm.shrisk surface
•Unrecognized file type — '.kts' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/ppocr-android/app/build.gradle.ktsrisk surface
•Unrecognized file type — '.kt' is not on the allowlist · PaddlePaddle-PaddleOCR-211989f/deploy/ppocr-android/app/src/main/java/com/paddle/ocr/demo/MainActivity.ktrisk surface
•Suspicious network references — suspicious TLD (22 URLs) · PaddlePaddle-PaddleOCR-211989f/deploy/slim/auto_compression/README.mdrisk surface
•Suspicious network references — suspicious TLD (37 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/FAQ.mdrisk surface
•Suspicious network references — suspicious TLD (4 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/datasets/handwritten_datasets.en.mdrisk surface
•Suspicious network references — suspicious TLD (13 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/datasets/ocr_datasets.en.mdrisk surface
•Suspicious network references — suspicious TLD (8 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/datasets/vertical_and_multilingual_datasets.en.mdrisk surface
•Suspicious network references — suspicious TLD (14 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/version2.x/algorithm/text_recognition/algorithm_rec_svtrv2.mdrisk surface
•Suspicious network references — suspicious TLD (24 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/version2.x/legacy/lite.en.mdrisk surface
•Suspicious network references — suspicious TLD (9 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/version2.x/ppocr/installation.en.mdrisk surface
•Suspicious network references — suspicious TLD (36 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/version2.x/ppocr/overview.mdrisk surface
•Suspicious network references — raw IP URL (11 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/version2.x/ppstructure/infer_deploy/paddle_server.en.mdrisk surface
•Suspicious network references — raw IP URL (12 URLs) · PaddlePaddle-PaddleOCR-211989f/docs/version2.x/ppstructure/infer_deploy/paddle_server.mdrisk surface
✔ verified source · pinned PaddlePaddle-PaddleOCR-211989f
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/paddleocr-multilingual-text-recognition/check). Click a policy:

Consume PaddleOCR 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/paddleocr-multilingual-text-recognition

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

# CLI
npx ai-supply add paddleocr-multilingual-text-recognition

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

# MCP tool
install_listing({ "slug": "paddleocr-multilingual-text-recognition" })
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

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy