— No reviews yet
0 installs
5 views
0.0% view→install
Install
$ agentstack add skill-mverab-egeoagents-validation-doctor ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Validation Doctor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Validation Doctor
Diagnostics
- Chrome DevTools MCP
- Probe by calling
list_pages(may appear asmcp6_list_pagesdepending on the client).
- Brave Search MCP
- Probe by calling
brave_web_searchwith a trivial query andcount=1.
Status Report
| Component | Status | Action Required | |-----------|--------|-----------------| | Market Validator (Brave) | ✅ / ❌ | [Config Snippet / None] | | Technical Validator (Chrome) | ✅ / ❌ | [Config Snippet / None] |
Setup Snippets
Chrome DevTools (NPX)
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}
Brave Search (NPX)
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server", "--transport", "stdio"],
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Runtime Policy
- If
chrome-devtoolsis unavailable, allowfetchfallback but mark results as Low Confidence. - If
brave-searchis unavailable, do not claim competitor positioning; only score the page itself.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mverab
- Source: mverab/eGEOagents
- License: MIT
- Homepage: https://www.clawbiz.io/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.