Abnormal Security
OCI · GHCR.IO/WYRE-TECHNOLOGY/ABNORMAL-MCP:V1.2.5 · SCANNED AUG 22
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability86
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 830 tokens (~75/item across 11 items; 10 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · ghcr.io/wyre-technology/abnormal-mcp:v1.2.5
claude mcp add wyre-technology-abnormal-mcp -- docker run --rm -i ghcr.io/wyre-technology/abnormal-mcp:v1.2.5
codex mcp add wyre-technology-abnormal-mcp -- docker run --rm -i ghcr.io/wyre-technology/abnormal-mcp:v1.2.5
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-abnormal-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/abnormal-mcp:v1.2.5"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-abnormal-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/abnormal-mcp:v1.2.5"] {
"mcpServers": {
"wyre-technology-abnormal-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/abnormal-mcp:v1.2.5"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 22 Aug 26 0
- Security disclosure: fail → unverified ▼ functional
- 20 Aug 26 41
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/abnormal-mcp:v1.2.5
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
abnormal_abuse_list ~116
List phishing emails reported by users via the Abuse Mailbox. Returns user-submitted reports with analysis results indicating whether Abnormal confirmed the threat.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | – | OData filter expression (e.g. 'firstReportedTime gt 2024-01-01T00:00:00Z') |
| pageNumber | number | – | Page number to retrieve (1-indexed, default: 1) |
| pageSize | number | – | Number of results per page (default: 100, max: 100) |
No output schema declared.
No examples provided.
abnormal_cases_get ~47
Get detailed information about a specific security case by ID. Returns case status, analyst notes, associated threats, and timeline.
| Name | Type | Req | Description |
|---|---|---|---|
| caseId | number | yes | The numeric case ID to retrieve |
No output schema declared.
No examples provided.
abnormal_cases_list ~108
List all active security investigation cases in Abnormal Security. Cases group related threats for analyst review and workflow management.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | – | OData filter expression (e.g. 'createdTime gt 2024-01-01T00:00:00Z') |
| pageNumber | number | – | Page number to retrieve (1-indexed, default: 1) |
| pageSize | number | – | Number of results per page (default: 100, max: 100) |
No output schema declared.
No examples provided.
abnormal_messages_get ~76
Get detailed analysis of a specific message within a threat case. Returns full message metadata, headers, URLs, attachments, and AI-based threat analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| messageId | string | yes | The message ID to retrieve (URL-encoded email message ID) |
| threatId | string | yes | The threat ID (UUID) that contains the message |
No output schema declared.
No examples provided.
abnormal_messages_list ~50
List messages contained within a specific threat case. Returns message IDs and summary data for all emails associated with the threat.
| Name | Type | Req | Description |
|---|---|---|---|
| threatId | string | yes | The threat ID (UUID) to list messages for |
No output schema declared.
No examples provided.
abnormal_navigate ~126
Discover available Abnormal Security tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The domain to explore: - threats: Threat detection — list and inspect detected threat cases - messages: Message analysis — list and inspect individual emails within a threat - remediation: Remediatio… |
No output schema declared.
No examples provided.
abnormal_remediation_manage ~110
Trigger or check the status of a remediation action for a specific threat message. Supports requesting remediation (removal from mailboxes) or checking current remediation status.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action to perform: 'remediate' removes the message, 'unremediate' restores it, 'status' checks current state |
| messageId | string | yes | The message ID to remediate |
| threatId | string | yes | The threat ID (UUID) containing the message to remediate |
No output schema declared.
No examples provided.
abnormal_status ~15
Show connection status and available domains
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
abnormal_threats_get ~50
Get detailed information about a specific threat case by ID. Returns threat details including classification, severity, and related message IDs.
| Name | Type | Req | Description |
|---|---|---|---|
| threatId | string | yes | The unique threat ID (UUID format) |
No output schema declared.
No examples provided.
abnormal_threats_list ~110
List detected threats and cases from Abnormal Security. Returns a paginated list of threat IDs with summary information.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | – | OData filter expression (e.g. 'receivedTime gt 2024-01-01T00:00:00Z') |
| pageNumber | number | – | Page number to retrieve (1-indexed, default: 1) |
| pageSize | number | – | Number of results per page (default: 100, max: 100) |
No output schema declared.
No examples provided.