DEVGARD-LABS

Kenaz — Testing skill for Claude Code

Testing community

Audita la seguridad de un plugin, MCP server o repositorio de GitHub antes de instalarlo o usarlo.

How to install Kenaz

Installs to ~/.claude/skills/devgard-labs-kenaz-kenaz/SKILL.md

Terminal
mkdir -p ~/.claude/skills/devgard-labs-kenaz-kenaz && curl -fsSL https://raw.githubusercontent.com/DEVGARD-LABS/kenaz/HEAD/commands/kenaz.md -o ~/.claude/skills/devgard-labs-kenaz-kenaz/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Kenaz does


name: kenaz description: Audita la seguridad de un plugin, MCP server o repositorio de GitHub antes de instalarlo o usarlo. Soporta URL remota, cache SHA-256, inventario con detección de rug pulls, y self-test. El auditor oficial de ZYRO. arguments:

  • name: target description: "URL de GitHub (https://github.com/owner/repo), nombre del plugin (ej: security-guidance), ruta local, o 'self' para self-test" required: true allowed-tools: Read, Glob, Grep, Bash, Agent, mcp__brain-local__b

Alternatives in Testing

  • Crlf — Test for CRLF / HTTP response-splitting and host-header injection — Set-Cookie injection, cache poisoning, res 4.5k ★
  • Regen API — Regenerate the OpenAPI spec and web API client after server API changes 2.5k ★
  • Add Plugin — Integrate a spec-driven/skill framework as a bundled agtx plugin 1.5k ★

Full documentation available on GitHub

View Source Repository