full_stack_audit
Audit MCP configs, dependencies, skills, network targets, and payloads for secrets/PII, then get a prioritized security report.
Instructions
Complete security posture in one call: audits the MCP config, checks dependency health, analyzes an untrusted skill, scans the local network gateway, and scans any payload you're about to send out for secrets/PII — then correlates everything into a single prioritized report. Pass only what you have; each section is skipped gracefully if its input or service is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_url | No | untrusted skill to vet (optional) | |
| text_to_scan | No | payload to vet for secret/PII egress (optional) | |
| network_target | No | IP to scan, e.g. "192.168.1.1" (optional) | |
| mcp_config_json | No | MCP config content as string (optional) | |
| network_authorized | No | REQUIRED to scan network_target. Set True to certify you own or have permission to scan it. (optional, default False) | |
| dependency_endpoints | No | URLs your stack depends on (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |