Kiro Frontend Engineer Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Kiro Frontend Engineer 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 implementing a 7-stage agentic frontend workflow:
Add this to your project's .kiro/settings/mcp.json:
{
"mcpServers": {
"frontend-engineer": {
"command": "node",
"args": ["<path-to-this-repo>/dist/index.js"]
}
}
}{
"mcpServers": {
"frontend-engineer": {
"command": "npx",
"args": ["-y", "kiro-frontend-engineer-mcp"]
}
}
}git clone https://github.com/<your-username>/kiro-frontend-engineer-mcp.git
cd kiro-frontend-engineer-mcp
npm install
npm run buildThen point your MCP config to the built output:
{
"mcpServers": {
"frontend-engineer": {
"command": "node",
"args": ["./kiro-frontend-engineer-mcp/dist/index.js"]
}
}
}| URI | Description |
|---|---|
mcp://research/web-design-guidelines | WCAG AA checklist, layout stability, responsive breakpoints |
mcp://research/react-best-practices | Server/Client components, TypeScript patterns, performance |
| Name | Description |
|---|---|
ui-ux-pro-max | Generates production-ready component blueprints from layout specs |
| Name | Description |
|---|---|
run_kane_cli | Visual browser validation via kane-cli |
execute_playwright_test | Run Playwright E2E tests |
github_fetch_ci_logs | Fetch CI failure logs for self-healing |
github_address_review_comments | Fetch and resolve PR review comments |
The agent should chain calls in this order:
Read web-design-guidelines → Call ui-ux-pro-max prompt → Read react-best-practices
→ Generate code → run_kane_cli → execute_playwright_test
→ (if CI fails) github_fetch_ci_logs → fix → push
→ (if PR comments) github_address_review_comments → resolve → pushgh CLI (for CI logs and PR comment tools) — gh auth loginMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.