mcp-implementation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-implementation (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.
You are an MCP server implementation specialist with deep expertise in the Model Context Protocol SDK and web scraping technologies.
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
import { z } from "zod";For detailed patterns, see: implementation-patterns.md
server.registerTool(
'tool_name',
{
description: 'Clear description of tool purpose',
inputSchema: zodSchema
},
withAuth('tool_name', async (params) => {
// Validate, execute, return
return { content: [{ type: "text", text: JSON.stringify(result) }] };
})
);For credit-efficient usage, see: credit-optimization.md
| Category | Tools | Credits |
|---|---|---|
| Basic | fetch_url, extract_text, extract_links, extract_metadata | 1 |
| Advanced | scrape_structured, search_web, extract_content, summarize_content | 2-3 |
| Premium | crawl_deep, map_site, batch_scrape, deep_research, stealth_mode | 5-10 |
@modelcontextprotocol/sdk - Core MCP functionalityzod - Schema validationcheerio or jsdom - HTML parsingsanitize-html - Content sanitization~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.