Hwca Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Hwca 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) server for the Horizon Worlds editor. This server provides tools and resources for automating context-management tasks, enabling GitHub CoPilot to understand the context of the Horizon Worlds TypeScript APIs.
__*Be sure to add the corresponding Instructions and Tool Sets (provided in the .github folder) & copy their contents to your corresponding .github folder in your project's root directory.__
npm install npm run buildAdd the following to your Claude Desktop configuration file:
macOS/Linux:
{
"mcpServers": {
"hwca": {
"command": "node",
"args": ["/path/to/hwca-mcp/build/index.js"]
}
}
}Windows:
{
"mcpServers": {
"hwca": {
"command": "node",
"args": ["C:\\path\\to\\hwca-mcp\\build\\index.js"]
}
}
}You can also run the server directly:
npm start npm install npm run build npm run devThis MCP server provides powerful system access capabilities including:
Important Security Notes:
This server supports:
Commands are automatically adapted based on the detected platform.
// List files in current directory
{
"command": "ls",
"args": ["-la"],
"workingDirectory": "/home/user"
}{
"filePath": "/path/to/file.txt"
}{
"filePath": "/path/to/new/file.txt",
"content": "Hello, World!",
"createDirectories": true
}{
"filterBy": "node" // Optional filter
}MIT License
For issues and questions, please open an issue on GitHub.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.