Mcp Coding — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Coding (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.
This repository is an experiment to explore the Model Context Protocol (MCP) and local LLM orchestration. It is intended for learning and prototyping, not as a production-ready product.
The project includes:
server.ts) with filesystem tools (read_file, write_file, list_files, delete_file)main.ts) that talks to the LLM and executes MCP tool calls when neededIf you just cloned this repository, install only:
This repository currently defaults to qwen3.6:latest in adapters/ollama.llm.ts. If you keep that default, run:
ollama pull qwen3.6:latestnpm installStart MCP server (terminal 1):
npm run serverServer endpoint:
http://localhost:8080/mcpStart agent (terminal 2):
npm run startIn the interactive prompt, type your requests. To exit:
exitnpm run servernpm run inspectorhttp://localhost:8080/mcpYou can then inspect available tools and test tool calls against the local MCP server.
npm run build - build TypeScriptnpm test - run Jest testsnpm run start - run the agent (client.ts)npm run start:watch - run the agent in watch modenpm run server - run MCP server (server.ts)npm run server:watch - run MCP server in watch modenpm run inspector - run MCP Inspector.
├── main.ts
├── server.ts
├── adapters/
│ ├── index.ts
│ └── ollama.llm.ts
├── ports/
│ ├── index.ts
│ └── llm.port.ts
├── package.json
└── tsconfig.jsonISC
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.