Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsMay 12, 2026·2 min de lecture

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.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Stage only · 29/100Stage only
Surface agent
Tout agent MCP/CLI
Type
Script
Installation
Single
Confiance
Confiance : Established
Point d'entrée
agentic_security
Commande CLI universelle
npx tokrepo install a2379bc5-47cb-434b-8cd6-a12cfca6753a
Introduction

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.

🙏

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires