Skip to content
Gauge

ax-check.com

Glow Worm Company

glowworm.company

ax-check.com

Checked 21 September 2026

B

65/100

Agents haven’t verified setup

No pricing, no product docs — just a consulting firm's marketing site.

Homepage and llms.txt cover services and contact info, but there's no quickstart, API, or pricing page for an agent to work with.

2 fixes to start with

Concrete changes, backed by what we found.

Onboarding

Resolve the blocker that stopped agent setup.

Agents cannot progress through onboarding without human help. Provide an agent-accessible path through authentication and setup.

Docs

Return Markdown when clients request text/markdown.

Homepage returned text/html for a text/markdown request; no Markdown representation offered.

Recorded coding sessions

Same task, 3 models, no glowworm.company account. Recorded 21 September 2026 on Pi.

3 recorded · 1m 22s

1m 22s · recorded

Session findings

Select a finding to see it in context.

piv0.84.2
modelQwen 3.8 Maxcwd/sandbox/repo
Help me build a simple example using Glow Worm Company. Tell me how pricing works, and briefly tell me whether this product will be easy for you to manage. Let me know if you get blocked. If this product has no developer workflow you can act on, say so plainly and stop. Stay light: use the hosted product through its SDK or API. Do not start local service stacks or wait for long-running commands; if the quickstart requires either, say so plainly and stop.
Thinking…

The user asks about "Glow Worm Company" — I don't know this product. Let me check the sandbox repo to see if there's anything.

$ ls -la /sandbox/repo; echo "---"; find /sandbox -maxdepth 3 -iname "*glow*" 2>/dev/null | head -50{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 21 11:48 ..\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 21 11:48 ..\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---\n","type":"text"}]}
$ cd /sandbox/repo 2>/dev/null && git log --oneline -5 2>/dev/null; echo "---"; ls /sandbox{"content":[{"text":"9ebf5fb Initial workspace\n---\nrepo\n","type":"text"}]}
Thinking…

The repo is empty except .gitignore. There's no product documentation for "Glow Worm Company". I don't know this product. I should say plainly I'm blocked — no docs, no SDK, no credentials, and I can't verify pricing.

Let me check for any env vars or packages referencing it, and network access maybe.

$ env | grep -i -E "glow|worm|API_KEY|TOKEN" | sed 's/=.*/=<set>/'; echo "--- npm/pip search offline? ---"; pip download glow-worm --no-deps -d /tmp/x 2>&1 | tail -3; npm view glow-worm 2>&1 | tail -5{"content":[{"text":"PI_GATEWAY_API_KEY=<set>\n--- npm/pip search offline? ---\nERROR: Could not find a version that satisfies the requirement glow-worm (from v…ctrl+o
{"content":[{"text":"PI_GATEWAY_API_KEY=<set>\n--- npm/pip search offline? ---\nERROR: Could not find a version that satisfies the requirement glow-worm (from versions: none)\nERROR: No matching distribution found for glow-worm\nnpm error 404  'glow-worm@*' is not in this registry.\nnpm error 404\nnpm error 404 Note that you can also install from a\nnpm error 404 tarball, folder, http url, or git url.\nnpm error A complete log of this run can be found in: /sandbox/.npm/_logs/2026-09-21T11_48_15_000Z-debug-0.log\n","type":"text"}]}
$ timeout 15 curl -sI https://registry.npmjs.org/ 2>&1 | head -3; echo "exit=$?"{"content":[{"text":"HTTP/2 200 \r\ndate: Mon, 21 Sep 2026 11:48:13 GMT\r\ncontent-type: application/json\r\nexit=0\n","type":"text"}]}
Thinking…

Network works, but there's no package named glow-worm on npm or PyPI. Let me do a quick check for a hosted product — maybe a docs site? I can't reliably search the web without a search tool. Let me try a quick DNS/HTTP check of plausible domains, but honestly I should stop. Let me do one fast check to be thorough.

$ for h in glowworm.com glowwormcompany.com glow-worm.com glowworm.dev glowworm.io api.glowworm.com docs.glowworm.com; do printf "%-28s " "$h"; timeout 8 getent hosts $h >/dev/null 2>&1 && echo "DNS ok"…{"content":[{"text":"glowworm.com no DNS\nglowwormcompany.com DNS ok\nglow-worm.com DNS ok\nglowworm.dev …ctrl+o
for h in glowworm.com glowwormcompany.com glow-worm.com glowworm.dev glowworm.io api.glowworm.com docs.glowworm.com; do printf "%-28s " "$h"; timeout 8 getent hosts $h >/dev/null 2>&1 && echo "DNS ok" || echo "no DNS"; done

{"content":[{"text":"glowworm.com                 no DNS\nglowwormcompany.com          DNS ok\nglow-worm.com                DNS ok\nglowworm.dev                 DNS ok\nglowworm.io                  DNS ok\napi.glowworm.com             no DNS\ndocs.glowworm.com            no DNS\n","type":"text"}]}
$ npm search glowworm 2>&1 | head -10; echo "---"; timeout 20 curl -s "https://pypi.org/search/?q=glowworm" -o /dev/null -w "%{http_code}\n"; timeout 20 curl -s "https://registry.npmjs.org/-/v1/search?t…{"content":[{"text":"glowworm\n[Demo](https://stackblitz.com/github/lishichao1002/glowworm)\nVersion 1.3.17 published 2018-08-24 by lori.wang\nMaintainers: lxc9…ctrl+o
npm search glowworm 2>&1 | head -10; echo "---"; timeout 20 curl -s "https://pypi.org/search/?q=glowworm" -o /dev/null -w "%{http_code}\n"; timeout 20 curl -s "https://registry.npmjs.org/-/v1/search?text=glowworm&size=5" | head -c 600

{"content":[{"text":"glowworm\n[Demo](https://stackblitz.com/github/lishichao1002/glowworm)\nVersion 1.3.17 published 2018-08-24 by lori.wang\nMaintainers: lxc91 lori.wang doublinglee wangkaile liangshen~\nhttps://npm.im/glowworm\n\nmapbox-glowworm\nmapbox-gl地图的萤火虫打点效果\nVersion 1.2.4 published 2024-09-30 by songtang\nMaintainers: songtang\n---\n200\n{\"objects\":[{\"downloads\":{\"monthly\":50,\"weekly\":8},\"dependents\":\"1\",\"updated\":\"2026-09-15T15:11:19.687Z\",\"searchScore\":563.5994,\"package\":{\"name\":\"glowworm\",\"keywords\":[],\"version\":\"1.3.17\",\"description\":\"[Demo](https://stackblitz.com/github/lishichao1002/glowworm)\",\"sanitized_name\":\"glowworm\",\"publisher\":{\"email\":\"lori.wang1@hotmail.com\",\"username\":\"lori.wang\"},\"maintainers\":[{\"email\":\"lishichao1002@163.com\",\"username\":\"lxc91\"},{\"email\":\"lori.wang1@hotmail.com\",\"username\":\"lori.wang\"},{\"email\":\"279459231@qq.com\",\"username\":\"doublinglee\"},{\"email\":\"w_kaile@qq.com\",\"username\":\"wangkaile\"},{\"ema","type":"text"}]}
Thinking…

Nothing identifiable as a hosted product called "Glow Worm Company". I should stop and report plainly: blocked, can't identify the product, can't state pricing.

I shouldn't guess pricing. Report plainly.

The instruction: "If this product has no developer workflow you can act on, say so plainly and stop." That applies here — no discoverable SDK/API, no docs in the repo, no credentials.

Let me also note the repo is empty.

Keep it concise.

Blocked — stopping here.

What I checked

CheckResult
Repo contents (/sandbox/repo)Empty — only .gitignore + one commit "Initial workspace". No docs, no manifest, no config
Env / credentialsOnly PI_GATEWAY_API_KEY (pi's own). No Glow Worm key, endpoint, or tenant
PyPI glow-worm404 — no such distribution
npm glow-worm404 — not in registry
npm/PyPI search glowwormOnly unrelated third-party libs (a 2018 JS chart-ish demo package, a Mapbox firefly-effect plugin)
DNS probes (glowworm.com, .dev, .io, api.*, docs.*)A few resolve as domains, but none is confirmably this product, and no api./docs. subdomain exists

Network egress works fine, so this isn't a sandbox restriction — I just cannot identify the product.

Answering your three questions

1. Simple example — can't build one. I won't invent an SDK, endpoint shape, or auth scheme, because a fabricated quickstart would look plausible and be wrong.

2. How pricing works — I don't know, and I'm not going to guess. Nothing in the repo, environment, or public registries states a pricing model for it. Any numbers I gave you would be made up.

3. Will it be easy for me to manage? — Can't assess honestly without docs. The general shape of what's easy for me: a hosted product with a documented REST API or published SDK, an API key I can read from the environment, and idempotent operations I can call and inspect the response of. What's hard: anything needing a browser login/SSO, a UI-only console, or long-running background processes. Which bucket Glow Worm falls in is unknown to me right now.

On the "stop" conditions you set

No local service stack was started and no long-running command was run — nothing to report there. But the harder blocker hit first: I can't find a developer workflow for this product to act on, so per your instruction I'm stopping rather than improvising.

To unblock me, any one of these

  • A docs URL or API reference (I have outbound network access, I can fetch and read it)
  • The package/SDK name as actually published, plus install source
  • A base URL + API key in the environment (e.g. GLOWWORM_API_KEY, GLOWWORM_BASE_URL)
  • Or just paste the quickstart snippet you were given

Give me one of those and I'll build the example against the real API and read the actual pricing page rather than speculate.

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

AX Check by Gauge