[[% block head %]] [[% include "partials/head.html" %]] [[% endblock head %]]

🚀 NEW: Star Agentic Security on Github 🚀

Agentic Vulnerability Scanner

[[% include "partials/concent.html" %]]
logo {{ config.name }}
{{ config.customInstructions || 'Requires API key' }}
{{ config.modality || 'API' }}

Select a Config

{{ config.name }}
{{ config.customInstructions || 'Requires API key' }}
{{config.modality || 'API'}}

LLM API Spec

Latency: {{latency}}s

LLM API Spec

Parameters

Confirm Reset

Are you sure you want to reset all settings to their default state? This action cannot be undone.

Maximum Budget

1M Tokens 100M Tokens

Optimize Test

When enabled, this option runs a Bayesian optimization loop to find the most effective test parameters. This can potentially reduce the cost and the total running time of your vulnerability scan, but may reduce accuracy.

Enable Chart Diagram

When enabled, a chart diagram will be generated to visualize the results of your vulnerability scan.

Enable Detailed Logging

When enabled, detailed logs will be generated during the vulnerability scan process. This can be useful for debugging and in-depth analysis.

Enable Concurrency

When enabled, the vulnerability scan will run multiple tests concurrently. This can significantly reduce the total scan time but may increase resource usage.

Modules [{{selectedDS}} selected]

Enable Many-shot jailbreaking

When enabled, the scan will attempt Many-shot jailbreaking simulations

{{ package.dataset_name }}
{{ package.source || 'Local dataset' }}
{{ package.dynamic ? 'Dynamic dataset' : `${package.num_prompts.toLocaleString()} prompts` }}
Latency: {{latency}}s

Scan Results

Vulnerability Module % Strength Number of Tokens Approx Cost (in tokens)
{{result.module}} {{getFailureRateScore(result.failureRate)}}( {{(100 - result.failureRate).toFixed(2)}} ) {{result.tokens}}k ${{result.cost.toFixed(2)}}
Generated Plot

Logs

Showing latest {{ Math.min(logs.length, maxDisplayedLogs) }} of {{ logs.length }} logs
{{ log.timestamp }} {{ log.message }}
[[% block footer %]] [[% include "partials/footer.html" %]] [[% endblock footer %]]