Oak Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Oak 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 model context protocol (MCP) to help agents interact with ontologies and the ontology access kit
# Install dependencies and set up development environment
make dev
# Run the MCP server
make run-server
# Run tests
make test# Install and run directly with uvx
uvx oak-mcp# Install in development mode (includes dependencies)
make dev-installmake test-mcp#### Claude Desktop
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"oak-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"oak-mcp"
],
"env": {}
}
}
}#### Claude Code
claude mcp add oak-mcp uvx oak-mcp#### Goose
goose session --with-extension "uvx oak-mcp"# Full development setup
make dev
# Run tests
make test
# Check dependencies
make check-deps
# Clean build artifacts
make cleanBSD-3-Clause
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.