shipbook-216ddf — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited shipbook-216ddf (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Connect Shipbook to any AI coding assistant to investigate issues using real application logs. Shipbook's Loglytics engine automatically classifies errors and provides structured insights, while powerful log search lets AI agents explore runtime events. Logs include rich context — severity, user, device, session, and the exact file and code location — giving your assistant the ground truth it needs to debug effectively.
Prerequisites: A Shipbook account. Get started here.
Works with any MCP-compatible AI assistant:
| Tool | Description |
|---|---|
| get-account-apps | List all apps in your account (name, appId, platform, key, integration) |
| create-app | Create a new app and get its credentials (name, appId, key) |
| get-loglytics-errors | Retrieve grouped/classified errors with occurrence counts |
| get-logs | Search logs with 20+ filters (severity, user, device, time, etc.) |
Pre-built investigation and integration workflows (available in Cursor and Claude Code):
| Skill | Description |
|---|---|
| install-shipbook | Full SDK integration assistant — installs package, detects wrappers, sets log levels, integrates Crashlytics, adds API logging, audits for PII |
| audit-logs | Scan codebase for PII in logs, incorrect log levels, and sensitive data leaks |
| list-issues | List and analyze classified errors/warnings from Loglytics, group by root cause |
| debug-session | Trace a user's session to understand what happened |
| search-logs | Search logs using natural language queries |
From Cursor Marketplace: Search for "Shipbook" in the Cursor marketplace and click Install.
One-Click Install:
<a href="cursor://anysphere.cursor-deeplink/mcp/install?name=shipbook&config=eyJ1cmwiOiJodHRwczovL2FwaS5zaGlwYm9vay5pby9tY3AiLCJhdXRoIjp7IkNMSUVOVF9JRCI6ImExZGI4ZGY1LWNlYjUtNDAxMy04YzM1LWFmOWU0NTdjNjliNSJ9fQ"> <img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install Shipbook MCP in Cursor" height="32" /> </a>
Manual Configuration: Open Cursor Settings → Tools & MCP → Add MCP server:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp",
"auth": {
"CLIENT_ID": "a1db8df5-ceb5-4013-8c35-af9e457c69b5"
}
}
}
}claude mcp add --transport http shipbook-mcp https://api.shipbook.io/mcpOn first use, Claude Code opens your browser to log in and authorize access.
https://api.shipbook.io/mcpOne-Click Install:
<a href="vscode:mcp/install?%7B%22name%22%3A%22shipbook%22%2C%22config%22%3A%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A//api.shipbook.io/mcp%22%7D%7D"> <img src="https://img.shields.io/badge/Install_MCP_Server-VS_Code-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white" alt="Install Shipbook MCP in VS Code" height="32" /> </a>
Manual: Open Command Palette → MCP: Add Server → HTTP → https://api.shipbook.io/mcp
Add to ~/.codex/config.toml:
[mcp_servers.shipbook]
url = "https://api.shipbook.io/mcp"Then: codex mcp login shipbook
Open MCP store → Manage MCP Servers → View raw config → Add:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp"
}
}
}MCP endpoint: https://api.shipbook.io/mcp
Standard mcpServers configuration:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp"
}
}
}Shipbook MCP uses OAuth 2.1 for secure authentication. On first use, you'll be redirected to Shipbook to log in and authorize access. Your credentials are never shared with the AI assistant.
For MCP clients that don't support OAuth, you can use an API key from the Authentication Keys section in the Shipbook console:
{
"mcpServers": {
"shipbook": {
"url": "https://api.shipbook.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_AUTH_TOKEN"
}
}
}
}MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.