Web Basics Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Web Basics Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A tiny MCP server that gives agents basic web tools without API keys.
It can search the web through SearXNG, fetch readable page content, and pull Reddit threads from RSS.
git clone https://github.com/yoloyash/web-basics-mcp.git
cd web-basics-mcp
npm install
npm run buildOptional: copy the example environment file if you want to change the search backend.
cp .env.example .envBy default, the server uses http://127.0.0.1:8088 for SearXNG. You can set SEARXNG_URL in your shell, your MCP client config, or a local .env file.
To start the bundled local SearXNG service:
docker compose up -dThat exposes SearXNG at http://127.0.0.1:8088. Stop it with:
docker compose downYou can also point SEARXNG_URL at any existing SearXNG instance that has JSON output enabled.
Replace ~/web-basics-mcp with the path where you cloned this repo.
<details> <summary><strong>Claude Code</strong></summary>
claude mcp add web-basics -- node ~/web-basics-mcp/build/index.js</details>
<details> <summary><strong>Codex</strong></summary>
codex mcp add web-basics -- node ~/web-basics-mcp/build/index.js</details>
<details> <summary><strong>OpenCode</strong></summary>
Add this to your opencode.json, usually at ~/.config/opencode/opencode.json:
{
"mcp": {
"web-basics": {
"type": "local",
"command": ["node", "~/web-basics-mcp/build/index.js"],
"enabled": true
}
}
}</details>
npm run build
npm testSEARXNG_URL.fetch_url only supports public HTTP(S) pages and blocks private/local addresses.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.