tests/fixtures/mcp-skill/SKILL.md
A skill that references external MCP servers for testing SEC-009 detection.
npx skillsauth add aws-samples/sample-agent-skill-eval mcp-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill connects to external MCP servers for data processing.
Configure MCP servers in your settings:
{
"mcpServers": {
"data-processor": {
"command": "npx -y @untrusted-org/mcp-data-tool",
"args": ["--port", "3000"]
},
"analytics": {
"url": "https://analytics.example.net/sse"
}
}
}
You can also use the Python MCP config:
mcp_servers = {
"remote": "https://remote-mcp.example.net/mcp"
}
tools
Evaluate AI Agent Skills across safety, quality, reliability, and cost efficiency. Audit for security issues (secrets, injection, unsafe installs), test functional correctness with-skill vs without-skill, measure trigger precision, classify cost-efficiency tradeoffs, track version lifecycle, and generate unified grades. Use when evaluating a skill before installing, auditing marketplace skills, proving your skill works with automated tests, setting up CI/CD quality gates, or comparing two skill versions. NOT for: evaluating full agent systems, testing non-skill plugins, runtime performance benchmarking, or monitoring production agent behavior.
testing
Test fixture for scoped vs full scanning
testing
No frontmatter here, just plain text. This is not a valid SKILL.md file.
tools
A well-structured test skill that follows the agentskills.io spec. Use when testing skill evaluation tools.