ax-check.com
by Gauge
M
MABIDO
mabido.com
ax-check.com
Checked 19 September 2026
B
71/100
Agents haven’t verified setup
Pricing is clear on-site, but setup docs are thin
Pricing page states all three plan costs openly with no gating, yet quickstart, install, and code-example pages were never found by the check.
2 fixes to start with
Concrete changes, backed by what we found.
Recorded coding sessions
Same task, 3 models, no mabido.com account. Recorded 19 September 2026 on Pi.
3 recorded · 1m 55s
1m 55s · recorded
Session findings
Select a finding to see it in context.
›Thinking…
I'm not familiar with MABIDO, so I should check the sandbox repository to see if there's any information about it there.
✓$ ls -la /sandbox/repo; cat /sandbox/repo/README* 2>/dev/null | head -100✓└{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 19 02:39 ..\ndrwxr-xr-x 8 root root 4096 Sep 18 08:00…ctrl+o
{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 19 02:39 ..\ndrwxr-xr-x 8 root root 4096 Sep 18 08:00 .git\n-rw-r--r-- 1 root root 408 Sep 18 08:00 .gitignore\n","type":"text"}]}✓$ grep -ri "mabido" /sandbox --include="*" -l 2>/dev/null | head -20✓└{"content":[{"text":"/sandbox/.gauge/pi/sessions/2026-09-19T02-39-07-338Z_01a0b788-224a-7e77-a338-89955bf5fa06.jsonl\n","type":"text"}]}
›Thinking…
The repo is mostly empty aside from a session log mentioning "mabido," which appears to be from the current prompt itself. I don't have any existing knowledge about this product, so I'm checking whether there's network access to look it up, though I'm fairly certain it's not a real product I'm familiar with.
✓$ cd /sandbox/repo && git log --oneline | head; cat .gitignore✓└{"content":[{"text":"9ebf5fb Initial workspace\n# Keep generated and vendored files out of source diffs.\n\n# Logs / OS cruft\n*.log\n.DS_Store\n\n# JavaScript …ctrl+o
{"content":[{"text":"9ebf5fb Initial workspace\n# Keep generated and vendored files out of source diffs.\n\n# Logs / OS cruft\n*.log\n.DS_Store\n\n# JavaScript / TypeScript\nnode_modules/\n.next/\ndist/\nbuild/\ncoverage/\n\n# Python\n.venv/\nvenv/\n__pycache__/\n*.py[cod]\n.pytest_cache/\n*.egg-info/\n\n# Rust\ntarget/\n\n# Go / PHP / Ruby vendored deps\nvendor/\n.bundle/\n\n# Java / Kotlin / Scala\n.gradle/\n\n# .NET\nbin/\nobj/\n\n# Elixir\n_build/\ndeps/\n\n# Dart / Flutter\n.dart_tool/\n","type":"text"}]}✓$ timeout 15 curl -sS -o /dev/null -w "%{http_code}\n" https://pypi.org/simple/ 2>&1; timeout 15 curl -sS "https://registry.npmjs.org/mabido" 2>&1 | head -c 400; echo; timeout 15 curl -sS "https://pypi.…✓└{"content":[{"text":"{\"error\":\"Not found\"}\n{\"message\": \"Not Found\"}","type":"text"}]}ctrl+o
timeout 15 curl -sS -o /dev/null -w "%{http_code}\n" https://pypi.org/simple/ 2>&1; timeout 15 curl -sS "https://registry.npmjs.org/mabido" 2>&1 | head -c 400; echo; timeout 15 curl -sS "https://pypi.org/pypi/mabido/json" 2>&1 | head -c 400
›Thinking…
The curl request to pypi.org returned nothing, so I'm checking whether the network connection is actually available.
✓$ timeout 15 curl -sS -o /dev/null -w "pypi:%{http_code}\n" https://pypi.org/simple/; timeout 15 curl -sS -o /dev/null -w "google:%{http_code}\n" https://www.google.com; timeout 20 curl -sS "https://pyp…✓└{"content":[{"text":"google:200\nsearch:200\n","type":"text"}]}ctrl+o
timeout 15 curl -sS -o /dev/null -w "pypi:%{http_code}\n" https://pypi.org/simple/; timeout 15 curl -sS -o /dev/null -w "google:%{http_code}\n" https://www.google.com; timeout 20 curl -sS "https://pypi.org/search/?q=mabido" -o /dev/null -w "search:%{http_code}\n"
›Thinking…
PyPI's simple endpoint is failing, but I can work around it by trying npm, GitHub, and general web searches instead. Since I don't have a search engine API available, I'll check the npm registry and GitHub API directly for "mabido" packages and repositories, and explore other package registries like crates.io and DuckDuckGo as fallbacks.
✓$ timeout 20 curl -sS "https://api.github.com/search/repositories?q=mabido" | head -c 600; echo; timeout 20 curl -sS "https://registry.npmjs.org/-/v1/search?text=mabido&size=5" | head -c 600✓└{"content":[{"text":"{\n \"total_count\": 4,\n \"incomplete_results\": false,\n \"items\": [\n {\n \"id\": 500274918,\n \"node_id\": \"R_kgDOHdG…ctrl+o
{"content":[{"text":"{\n \"total_count\": 4,\n \"incomplete_results\": false,\n \"items\": [\n {\n \"id\": 500274918,\n \"node_id\": \"R_kgDOHdGW5g\",\n \"name\": \"mabidodong2776\",\n \"full_name\": \"mabidodong2776/mabidodong2776\",\n \"private\": false,\n \"owner\": {\n \"login\": \"mabidodong2776\",\n \"id\": 106942005,\n \"node_id\": \"U_kgDOBl_ONQ\",\n \"avatar_url\": \"https://avatars.githubusercontent.com/u/106942005?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/mabidodong2776\",\n \"html_url\": \"https://github.com/mabidodong2776\",\n \"followers_url\": \"hcurl: (23) Failure writing output to destination\n\n{\"objects\":[],\"total\":0,\"time\":\"2026-09-19T02:39:53.296Z\"}","type":"text"}]}✓$ timeout 20 curl -sS "https://html.duckduckgo.com/html/?q=mabido" -A "Mozilla/5.0" | grep -oE 'result__a[^<]*<[^>]*>[^<]+' | head -20; echo "---"; timeout 20 curl -sS "https://lite.duckduckgo.com/lite/…✓└{"content":[{"text":"---\n -->\n \n \n \n \n \n \n \n \n DuckDuckGo\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n DuckDuckGo \n \n \n \n \n \n \n \n \…ctrl+o
timeout 20 curl -sS "https://html.duckduckgo.com/html/?q=mabido" -A "Mozilla/5.0" | grep -oE 'result__a[^<]*<[^>]*>[^<]+' | head -20; echo "---"; timeout 20 curl -sS "https://lite.duckduckgo.com/lite/?q=%22mabido%22" -A "Mozilla/5.0" | sed 's/<[^>]*>/ /g' | tr -s ' \n' ' \n' | head -40
{"content":[{"text":"---\n -->\n \n \n \n \n \n \n \n \n DuckDuckGo\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n DuckDuckGo \n \n \n \n \n \n \n \n \n Unfortunately, bots use DuckDuckGo too. \n Please complete the following challenge to confirm this search was made by a human. \n Select all squares containing a duck: \n","type":"text"}]}›Thinking…
I'm searching for information about "MABIDO" across various sources — GitHub, npm, PyPI, web searches — but coming up empty. It doesn't appear to be a real product, and without documentation or any actionable developer workflow, I should acknowledge that plainly and stop here.
✓$ timeout 20 curl -sS "https://api.github.com/search/repositories?q=mabido" | grep -E '"full_name"|"description"' | head -20; echo "=== pypi ==="; timeout 20 curl -sS -o /dev/null -w "%{http_code}\n" ht…✓└{"content":[{"text":" \"full_name\": \"mabidodong2776/mabidodong2776\",\n \"description\": \"Config files for my GitHub profile.\",\n \"full_name…ctrl+o
timeout 20 curl -sS "https://api.github.com/search/repositories?q=mabido" | grep -E '"full_name"|"description"' | head -20; echo "=== pypi ==="; timeout 20 curl -sS -o /dev/null -w "%{http_code}\n" https://pypi.org/project/mabido/; echo "=== crates ==="; timeout 20 curl -sS "https://crates.io/api/v1/crates?q=mabido" -A "check" | head -c 300
{"content":[{"text":" \"full_name\": \"mabidodong2776/mabidodong2776\",\n \"description\": \"Config files for my GitHub profile.\",\n \"full_name\": \"Magnificat222/Mabidouz\",\n \"description\": \"Official portfolio of Magnificat BIDOUZO – AI Creative Strategist, showcasing AI projects, creative strategy, branding and KReaMAG.\",\n \"full_name\": \"mabidong/mabidong\",\n \"description\": null,\n \"full_name\": \"elifjs/mabidoener\",\n \"description\": null,\n=== pypi ===\n200\n=== crates ===\n{\"crates\":[],\"meta\":{\"total\":0,\"next_page\":null,\"prev_page\":null}}","type":"text"}]}›Thinking…
The PyPI endpoint is returning a 200 status for a project that doesn't exist, which is strange since earlier requests for the same project returned "Not Found" — there might be a proxy intercepting these requests, so I should fetch the actual content to verify what's happening.
✓$ timeout 20 curl -sSL "https://pypi.org/project/mabido/" | sed 's/<[^>]*>/ /g' | tr -s ' \n' ' \n' | head -30✓└{"content":[{"text":" \n \n \n <meta\n http-equiv=\"Content-Security-Policy\"\n content=\"default-src 'self'; img-src 'self' data:; media-src 'self' data:; obje…ctrl+o
{"content":[{"text":" \n \n \n <meta\n http-equiv=\"Content-Security-Policy\"\n content=\"default-src 'self'; img-src 'self' data:; media-src 'self' data:; object-src 'none'; style-src 'self' 'sha256-o4vzfmmUENEg4chMjjRP9EuW9ucGnGIGVdbl8d0SHQQ='; script-src 'self' 'sha256-a9bHdQGvRzDwDVzx8m+Rzw+0FHZad8L0zjtBwkxOIz4=';\"\n />\n <link\n href=\"/_fs-ch-1T1wmsGaOgGaSxcX/assets/inter-var.woff2\"\n rel=\"preload\"\n as=\"font\"\n type=\"font/woff2\"\n crossorigin\n />\n \n \n Client Challenge \n \n #loading-error {\n font-size: 16px;\n font-family: 'Inter', sans-serif;\n margin-top: 10px;\n margin-left: 10px;\n display: none;\n }\n \n \n \n \n \n","type":"text"}]}›Thinking…
PyPI is behind a bot challenge, and I've exhausted the available search avenues—no documentation, SDK, API, or pricing information for MABIDO exists. I need to report this plainly and stop searching.
Blocked — stopping here. "MABIDO" has no developer workflow I can act on.
What I checked:
/sandbox/repo— empty workspace (only.gitignore+ an "Initial workspace" commit); no MABIDO docs, SDK, config, or credentials anywhere in/sandbox.- Package registries: npm (
registry.npmjs.org/mabido→ Not found, search → 0 results), PyPI (/pypi/mabido/json→ Not Found; the HTML page is behind a bot challenge), crates.io → 0 results. - GitHub repo search for
mabido: 4 hits, all unrelated (personal profile-config repos, a portfolio site, empty user repos). No product, org, or SDK. - Web search: DuckDuckGo returned a bot challenge, so no docs/pricing page could be retrieved.
So I cannot honestly answer the other parts:
- Pricing: unknown — there is no published pricing page, docs, or API I can reach for anything called MABIDO. I won't invent one.
- Example app: can't be built against a non-existent SDK/API; writing code that pretends to call it would just be fiction.
- Manageability for me: nothing to assess — no CLI, API surface, auth flow, or docs exist in this environment.
Nothing was run as a long-lived service; all commands were quick lookups.
If you can give me one of these, I'll pick it straight back up:
- A docs/quickstart URL for MABIDO (and whether it needs an API key),
- An API base URL + credentials in env vars, or
- The actual product name (MABIDO may be an acronym or a typo — e.g. a multi-armed-bandit tool? a BI/dashboard product?).
AX Fundamentals
23 checks. Open an area for details.
This check is a quick preview. Test more tasks and models with Gauge Agents.
Test your product with Gauge Agents