ax-check.com
by Gauge
D
DenialFacts
denialfacts.com
ax-check.com
Checked 21 September 2026
A
100/100
Agents haven’t verified setup
Pricing is on the homepage, but agents don't always find it
The $29 Appeal Kit price is stated plainly on the homepage with no signup. Still, 1 of 3 agent sessions refused to state any price.
1 fix to start with
Concrete changes, backed by what we found.
Recorded coding sessions
Same task, 3 models, no denialfacts.com account. Recorded 21 September 2026 on Pi.
3 recorded · 1m 12s
1m 12s · recorded
Session findings
Select a finding to see it in context.
›Thinking…
The user is asking about "DenialFacts". This might be a product that doesn't exist or is unknown. First, let me check the repository and environment.
I should check the working directory to look for hints.
✓$ ls -la /sandbox/repo; echo ---; grep -ri "denialfacts" /sandbox/repo --include=* -l 2>/dev/null | head✓└{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 21 21:22 ..\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 21:22 ..\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"}]}×$ env | grep -i "PI_\|denial" ; pip list 2>/dev/null | grep -i denial; npm ls -g 2>/dev/null | grep -i denial✓└{"content":[{"text":"PI_CODING_AGENT=true\nPI_REASONING_LEVEL=medium\nPI_SESSION_FILE=/sandbox/.gauge/pi/sessions/2026-09-21T21-22-34-913Z_01a0c5d9-6921-7317-8c…ctrl+o
{"content":[{"text":"PI_CODING_AGENT=true\nPI_REASONING_LEVEL=medium\nPI_SESSION_FILE=/sandbox/.gauge/pi/sessions/2026-09-21T21-22-34-913Z_01a0c5d9-6921-7317-8cda-21d5789b0963.jsonl\nPI_PROVIDER=gauge-fireworks\nPI_MODEL=accounts/fireworks/models/qwen3p8-max\nPI_SESSION_ID=01a0c5d9-6921-7317-8cda-21d5789b0963\nPI_GATEWAY_API_KEY=unused\n\n\nCommand exited with code 1","type":"text"}],"details":{}}›Thinking…
The repository is empty. DenialFacts — I don't know this product. Should I check the git history or search online? Network access might not be available. Let me quickly check git log and try a web search.
✓$ cd /sandbox/repo && git log --oneline -20; git branch -a✓└{"content":[{"text":"9ebf5fb Initial workspace\n* main\n","type":"text"}]}
✓$ pip index versions denialfacts 2>&1 | head -3; npm view denialfacts 2>&1 | head -3; curl -s -m 10 "https://pypi.org/pypi/denialfacts/json" | head -c 300; echo; curl -s -m 10 "https://registry.npmjs.or…✓└{"content":[{"text":"ERROR: No matching distribution found for denialfacts\nnpm error code E404\nnpm error 404 Not Found - GET https://registry.npmjs.org/denial…ctrl+o
pip index versions denialfacts 2>&1 | head -3; npm view denialfacts 2>&1 | head -3; curl -s -m 10 "https://pypi.org/pypi/denialfacts/json" | head -c 300; echo; curl -s -m 10 "https://registry.npmjs.org/denialfacts" | head -c 300
{"content":[{"text":"ERROR: No matching distribution found for denialfacts\nnpm error code E404\nnpm error 404 Not Found - GET https://registry.npmjs.org/denialfacts - Not found\nnpm error 404\n{\"message\": \"Not Found\"}\n{\"error\":\"Not found\"}","type":"text"}]}›Thinking…
There is no such package on PyPI or npm. Searching a bit more broadly: might be a GitHub search, Google?
✓$ curl -s -m 10 "https://api.github.com/search/repositories?q=denialfacts" | head -c 500; echo; curl -s -m 10 "https://pypi.org/simple/" | grep -io "denial[a-z-]*" | sort -u | head; curl -s -m 10 "https…✓└{"content":[{"text":"{\n \"total_count\": 0,\n \"incomplete_results\": false,\n \"items\": [\n\n ]\n}\n\ndenial\n{\"objects\":[],\"total\":0,\"time\":\"2026…ctrl+o
curl -s -m 10 "https://api.github.com/search/repositories?q=denialfacts" | head -c 500; echo; curl -s -m 10 "https://pypi.org/simple/" | grep -io "denial[a-z-]*" | sort -u | head; curl -s -m 10 "https://registry.npmjs.org/-/v1/search?text=denialfacts" | head -c 300
{"content":[{"text":"{\n \"total_count\": 0,\n \"incomplete_results\": false,\n \"items\": [\n\n ]\n}\n\ndenial\n{\"objects\":[],\"total\":0,\"time\":\"2026-09-21T21:22:58.100Z\"}","type":"text"}]}›Thinking…
"DenialFacts" doesn't exist anywhere: not in PyPI, not in npm, and not in GitHub repositories. I shouldn't fabricate pricing info or examples. Let me honestly say it: I'm blocked — I can't find such a product; I can't explain how the pricing works; there's no developer-facing workflow that can be addressed. I'll ask whether it's an internal/private product, and whether they can provide documentation, API keys, or registry information.
I'm blocked, and here's the plain answer: "DenialFacts" doesn't appear to exist as a product I can find.
What I checked:
- PyPI: no
denialfactspackage (404) - npm: no
denialfactspackage (404), and registry search returns 0 results - GitHub: 0 repositories matching "denialfacts"
- Local workspace (
/sandbox/repo): empty except an initial git commit and.gitignore— no code, docs, or config referencing it
Consequences, stated plainly:
- Simple example: I can't build one. There's no SDK, API, or docs to target, and inventing an example against a made-up interface would just be fiction dressed as code.
- Pricing: I have no information on how DenialFacts pricing works, and I won't guess. Any numbers I gave you would be fabricated.
- Easy for me to manage?: Can't assess. Manageability depends on whether it has an API/SDK, auth model, and docs — none of which I can verify exist.
To be clear about what I did not do: nothing here required starting local service stacks or long-running commands — the quickstart itself is the missing piece, not a heavyweight one.
If DenialFacts is real (e.g., an internal/private product, a very new launch, or a differently-spelled name), unblock me with any of:
- A docs URL or quickstart link
- The actual package name on PyPI/npm/your private registry
- An API base URL + auth scheme (I can use it via its API directly)
- The correct product name if this might be a typo or rename
Once I have that, I'll build the minimal hosted-API example and answer the pricing/manageability questions from real sources. Until then, I'm stopping as instructed.
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