Skip to main content

test-spec-gen

Generates comprehensive test specifications using multi-agent orchestration for various applications, ensuring best practices and traceability.

Install this skill

or
94/100

Security score

The test-spec-gen skill was audited on Mar 3, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 85

Access to hidden dotfiles in home directory

SourceSKILL.md
85grep -E "perplexity|context7|playwright|trello" ~/.claude/mcp_config.json || echo "MISSING"
low line 131

Access to hidden dotfiles in home directory

SourceSKILL.md
131grep -E "perplexity|context7|playwright|trello" ~/.claude/mcp_config.json 2>/dev/null && echo "MCP servers configured" || echo "Some MCP servers missing"
low line 133

Access to hidden dotfiles in home directory

SourceSKILL.md
133# Alternative: check ~/.claude.json (Claude Code's actual registry)
low line 134

Access to hidden dotfiles in home directory

SourceSKILL.md
134grep -E "perplexity|context7|playwright|trello" ~/.claude.json 2>/dev/null | grep -q "mcp" && echo "MCP servers registered" || echo "Some MCP servers missing"
low line 260

Access to .env file

SourceSKILL.md
260"env_files": [".env", ".env.example"],
low line 268

Access to .env file

SourceSKILL.md
2684. Check for .env files
Scanned on Mar 3, 2026
View Security Dashboard