Esta página se muestra en inglés. Una traducción al español está en curso.
ScriptsMay 12, 2026·2 min de lectura

Agentic Security — LLM/MCP Red-Team Scanner

Agentic Security is a Python tool to probe LLM apps with attack prompts and run scans; it also ships an MCP server entrypoint for tool-based workflows.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Stage only · 29/100Stage only
Superficie agent
Cualquier agent MCP/CLI
Tipo
Script
Instalación
Single
Confianza
Confianza: Established
Entrada
agentic_security
Comando CLI universal
npx tokrepo install a2379bc5-47cb-434b-8cd6-a12cfca6753a
Introducción

Agentic Security is a Python tool to probe LLM apps with attack prompts and run scans; it also ships an MCP server entrypoint for tool-based workflows.

  • Best for: security teams validating LLM safety, jailbreak resistance, and tool-call hardening
  • Works with: Python, local datasets (CSV), optional MCP server install
  • Setup time: 15–45 minutes

Practical Notes

  • Data point: the README example shows the server running on port 8718.
  • Quant: run scans against staging first; promote to CI only after false-positive tuning.

Pattern: build a reproducible red-team harness

To avoid one-off, non-repeatable results:

  • pin the dataset version (CSV),
  • log model + parameters,
  • and store scan outputs as artifacts.

Pattern: scan tool servers too

If your agent uses MCP servers, treat them as part of your attack surface:

  • scan repo code,
  • scan remote URLs before deployment,
  • and add allowlists for file/network capabilities.

FAQ

Q: Is it open-source? A: Yes. The repo is Apache-2.0 licensed.

Q: Can it run without an MCP client? A: Yes. You can run the scanner directly as a CLI.

Q: What’s the safest rollout? A: Start on staging and log everything; then gradually enable CI gates.

🙏

Fuente y agradecimientos

Source: https://github.com/msoedov/agentic_security > License: Apache-2.0 > GitHub stars: 1,867 · forks: 249

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados