# com.offensive360/o360-mcp (npm · o360-mcp)

Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `o360-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-offensive360-o360-mcp/o360-mcp.md), [page](https://verifymcp.io/servers/com-offensive360-o360-mcp/o360-mcp)

## Channel facts

- Registry: `npm`
- Package: `o360-mcp`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 89/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (167 of 172), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (167 of 172), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 213 tokens (~106/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: 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.

## Install

### Claude

```bash
claude mcp add com-offensive360-o360-mcp -- npx -y o360-mcp
```

### Codex

```bash
codex mcp add com-offensive360-o360-mcp -- npx -y o360-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-offensive360-o360-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "o360-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-offensive360-o360-mcp --command npx --arg -y --arg o360-mcp
```

### Hermes

```yaml
mcp_servers:
  com-offensive360-o360-mcp:
    command: "npx"
    args: ["-y", "o360-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-offensive360-o360-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "o360-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66)

First indexed and scored.

## MCP tools (2)

### `o360_scan_path` (~134 tokens)

Run an Offensive360 SAST scan on a local directory (60+ languages, taint/data-flow analysis). Uploads the directory as a zip, waits for the scan, and returns the findings with file/line, severity, and remediation guidance. Typical duration: 1–5 minutes.

Input parameters:

- `exclude` (array): Extra directory names to exclude from the upload
- `path` (string, required): Absolute path of the directory to scan
- `project_name` (string): Project name in the Offensive360 dashboard (default: directory name)
- `timeout_seconds` (integer): Max seconds to wait (default 900)

### `o360_scan_status` (~79 tokens)

Check the queue position of an Offensive360 scan started with o360_scan_path. Returns 0 when the scan is actively processing, a positive number for its queue position, and -1 when no scan is queued or running under that name (finished or unknown).

Input parameters:

- `project_name` (string, required): The project name used when the scan was started

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-offensive360-o360-mcp/o360-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66

## Links

- npm package: https://www.npmjs.com/package/o360-mcp
- Socket report: https://socket.dev/npm/package/o360-mcp
- Repository: https://github.com/offensive360/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-offensive360-o360-mcp/o360-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-offensive360-o360-mcp/o360-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-offensive360-o360-mcp/o360-mcp
