Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (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.
MCP server for Declaw — secure sandbox execution for AI agents with network policies, PII scanning, prompt injection defense, and audit logging.
Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible AI tool.
Add to your MCP config:
{
"mcpServers": {
"declaw": {
"command": "npx",
"args": ["-y", "@declaw/mcp-server"],
"env": {
"DECLAW_API_KEY": "your-api-key"
}
}
}
}claude mcp add declaw -- npx -y @declaw/mcp-serverSet DECLAW_API_KEY in your environment.
| Tool | Description |
|---|---|
create_sandbox | Create a secure sandbox with configurable security policies |
run_command | Execute a shell command inside a sandbox |
read_file | Read a file from a sandbox |
write_file | Write a file to a sandbox |
list_files | List directory contents in a sandbox |
kill_sandbox | Destroy a sandbox |
list_sandboxes | List all active sandboxes |
When creating a sandbox, choose a security preset:
You can also pass allowed_domains to restrict outbound traffic to specific domains:
create_sandbox with template="python", security_preset="strict", allowed_domains=["pypi.org", "github.com"]| Declaw | Other Sandbox Providers | |
|---|---|---|
| Sandbox execution | Yes | Yes |
| Non-bypassable network controls | Yes | ?? |
| PII scanning | Yes | No |
| Injection defense | Yes | No |
| Full audit trail | Yes | Basic |
| Snapshots | Yes | Varies |
| Multiple templates | 8 built-in | Varies |
| Interactive stdio | Yes | Varies |
| Variable | Required | Description |
|---|---|---|
DECLAW_API_KEY | Yes | Your Declaw API key |
DECLAW_DOMAIN | No | Custom API domain (for on-prem deployments) |
For self-hosted Declaw deployments, set the domain:
{
"mcpServers": {
"declaw": {
"command": "npx",
"args": ["-y", "@declaw/mcp-server"],
"env": {
"DECLAW_API_KEY": "your-api-key",
"DECLAW_DOMAIN": "declaw.internal.company.com"
}
}
}
}Apache-2.0
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.