Skip to main content
ClaudeWave
Gadriel-ai avatar
Gadriel-ai

gadriel-copilot-plugin

Ver en GitHub
PluginsRegistry oficial0 estrellas0 forksApache-2.0Actualizado today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 9/17/2026
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add Gadriel-ai/gadriel-copilot-plugin
/plugin install gadriel-copilot-plugin
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.
Casos de uso

Resumen de Plugins

# Gadriel — AI Security Harness for GitHub Copilot

Security scanning for the code Copilot writes: SAST, secrets, dependencies
(SCA/SBOM), containers and configuration, including AI-specific risks like
prompt injection and the OWASP LLM Top 10 — 3,000+ rules, scanned on your
machine. Gadriel plugs into Copilot as an [MCP](https://modelcontextprotocol.io)
server plus repository instructions, prompts, and reviewer agents.

Part of the [Gadriel](https://gadriel.ai) AI Security Harness, alongside
[VS Code](https://marketplace.visualstudio.com/items?itemName=Gadriel.gadriel-security-harness),
[Claude Code](https://github.com/Gadriel-ai/gadriel-claude-plugin),
[Codex](https://github.com/Gadriel-ai/gadriel-codex-plugin), and
[Cursor](https://github.com/Gadriel-ai/gadriel-cursor-plugin).

## Get it

**Easiest — the VS Code extension.** Install
[**Gadriel AI Security Harness**](https://marketplace.visualstudio.com/items?itemName=Gadriel.gadriel-security-harness)
from the Marketplace. It registers the `gadriel` MCP server for Copilot
automatically and adds a **Gadriel: Scan Repository** command — no config to
edit.

**Or add the MCP server yourself.** The server is published to the
[GitHub MCP Registry](https://registry.modelcontextprotocol.io) as
`io.github.Gadriel-ai/gadriel`, so it shows up in VS Code's **MCP: Browse
Servers** and Copilot Chat's **`@mcp`** search — add it in a click. To wire it
per-repo instead, drop this `.vscode/mcp.json` into your project (needs Node for
`npx`, or `npm install -g gadriel`):

```json
{ "servers": { "gadriel": { "type": "stdio", "command": "npx", "args": ["-y", "gadriel@1.4.1", "code", "mcp"] } } }
```

**Add the Copilot guidance (optional).** Copy the `.github/` directory into your
repo so Copilot knows how to use Gadriel:

| Path | What |
|---|---|
| `.github/copilot-instructions.md` | repo-wide guidance, auto-applied |
| `.github/instructions/*.instructions.md` | 17 topic rules, scoped by `applyTo` |
| `.github/prompts/*.prompt.md` | `/gadriel-scan`, `/gadriel-fix`, `/gadriel-status`, … |
| `.github/agents/*.agent.md` | 8 reviewer agents |

## Use

In Copilot Chat (agent mode), just ask: **"Run a Gadriel security scan on this
repo and summarize the findings,"** or invoke a prompt like `/gadriel-scan`. The
`gadriel` MCP tools — `validate_file`, `findings_for_path`, `fix_finding`,
`validate_buffer`, and more — are available to Copilot directly.

## Good to know

- **No automatic edit guardrail here.** Copilot/VS Code has no edit-time hook
  (Cursor and Codex do), so scanning runs on request via the MCP tools and
  prompts rather than blocking each edit.
- **Enterprise:** Copilot Business/Enterprise can allowlist the `gadriel` MCP
  server through managed MCP policy.
- **Privacy:** code is scanned locally and never uploaded. First run registers
  an anonymous device credential with `app.gadriel.ai` (a random device id — no
  hostname, username, or keys); set `GADRIEL_NO_ANONYMOUS_AUTH=1` to skip. See
  the [privacy policy](https://gadriel.ai/privacy).

## Maintainers

The registry listing is (re)published by `.github/workflows/publish-mcp.yml`
(GitHub OIDC — an org namespace can only be published from CI in a Gadriel-ai
repo). After a new `gadriel` npm release, bump `server.json` and the
`.vscode/mcp.json` pin, then re-run that workflow.

## License

This repository is [Apache-2.0](LICENSE). The `gadriel` scanner it runs is
proprietary, under the [Gadriel terms](https://gadriel.ai/terms).

Lo que la gente pregunta sobre gadriel-copilot-plugin

¿Qué es Gadriel-ai/gadriel-copilot-plugin?

+

Gadriel-ai/gadriel-copilot-plugin es plugins para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala gadriel-copilot-plugin?

+

Puedes instalar gadriel-copilot-plugin clonando el repositorio (https://github.com/Gadriel-ai/gadriel-copilot-plugin) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Gadriel-ai/gadriel-copilot-plugin?

+

Nuestro agente de seguridad ha analizado Gadriel-ai/gadriel-copilot-plugin y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Gadriel-ai/gadriel-copilot-plugin?

+

Gadriel-ai/gadriel-copilot-plugin es mantenido por Gadriel-ai. La última actividad registrada en GitHub es del 2026-09-17, con 0 issues abiertos.

¿Hay alternativas a gadriel-copilot-plugin?

+

Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.

Despliega gadriel-copilot-plugin en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Gadriel-ai/gadriel-copilot-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gadriel-ai-gadriel-copilot-plugin)](https://claudewave.com/repo/gadriel-ai-gadriel-copilot-plugin)
<a href="https://claudewave.com/repo/gadriel-ai-gadriel-copilot-plugin"><img src="https://claudewave.com/api/badge/gadriel-ai-gadriel-copilot-plugin" alt="Featured on ClaudeWave: Gadriel-ai/gadriel-copilot-plugin" width="320" height="64" /></a>