Skip to main content
Glama

Adversary MCP Server

by brettbergin

adv_mark_false_positive

Mark a vulnerability finding as a false positive by specifying the finding UUID, adversary file path, and reason, ensuring accurate security analysis in development workflows.

Instructions

Mark a finding as a false positive

Input Schema

NameRequiredDescriptionDefault
adversary_file_pathYesPath to the .adversary.json file containing the finding
finding_uuidYesUUID of the finding to mark as false positive
reasonNoReason for marking as false positive

Input Schema (JSON Schema)

{ "properties": { "adversary_file_path": { "description": "Path to the .adversary.json file containing the finding", "type": "string" }, "finding_uuid": { "description": "UUID of the finding to mark as false positive", "type": "string" }, "reason": { "description": "Reason for marking as false positive", "type": "string" } }, "required": [ "finding_uuid", "adversary_file_path" ], "type": "object" }
Install Server

Other Tools from Adversary MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brettbergin/adversary-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server