Skip to main content
Glama

Security Triage

security_triage
Read-onlyIdempotent

Summarize GitHub security alerts (code scanning, Dependabot, secret scanning) with severity breakdown and recommended fix order.

Instructions

Read GitHub security alerts (code scanning, Dependabot, secret scanning) and produce a triage report.

Required token scopes:

  • security_events, or public_repo for public-only repos (Code Scanning)

  • security_events, or public_repo for public-only repos (Dependabot)

  • repo or security_events (Secret Scanning)

Args:

  • owner, repo: Repository coordinates.

  • includeCodeScanning / includeDependabot / includeSecretScanning: Default true.

Returns: Alert summary, severity breakdown, recommended fix order, suggested issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoGitHub repo. Falls back to GITHUB_REPO.
ownerNoGitHub owner. Falls back to GITHUB_OWNER.
includeDependabotNoInclude Dependabot alerts. Requires vulnerability_alerts scope.
includeCodeScanningNoInclude Code Scanning alerts. Requires security_events scope.
includeSecretScanningNoInclude Secret Scanning alerts. Requires secret_scanning_alerts scope.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
alertsYes
errorsYes
trustBoundaryNo
severityCountsYes
truncatedSourcesYes
markdownOmittedAlertCountYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds value by detailing required token scopes per alert type and summarizing the return structure (alert summary, severity, fix order), providing behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, with separate sections for purpose, token scopes, args, and returns. Every sentence is informative and earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete given the existence of an output schema (not shown but indicated). It covers token scopes, parameter defaults, and return components. No major gaps are evident.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for each parameter. The description lists args and defaults but does not add new meaning beyond what the schema provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads GitHub security alerts and produces a triage report, specifying alert types (code scanning, Dependabot, secret scanning) and output components. It is distinct from sibling tools like repo_context or create_issue_set, which serve different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for security triage by listing required token scopes and output, but does not explicitly state when to use this tool versus alternatives like sdlc_evidence_packet. No when-not or exclusion guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/SakuraCianna/agentic-sdlc-mcp'

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