Export Sentry Issue — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Export Sentry Issue (Agent Skill) 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.
A collection of tools for exporting and analyzing Sentry issues.
This repository contains multiple packages:
A Python CLI tool for exporting Sentry issues to plain text files.
Features:
Quick Start:
pip install export-sentry-issue
# Initialize configuration (secure, token hidden)
export-sentry-issue init
# Export issues
export-sentry-issue export --ids "12345,67890"An Model Context Protocol (MCP) server that allows AI assistants like Claude to export and analyze Sentry issues.
Features:
Quick Start:
Using Docker:
docker pull ghcr.io/jlhg/export-sentry-issue-mcp:latestOr install via pip:
pip install export-sentry-issue-mcp
# Initialize configuration
export-sentry-issue-mcp init
# Add to Claude Desktop config (~/.config/claude/claude_desktop_config.json)
{
"mcpServers": {
"sentry": {
"command": "export-sentry-issue-mcp"
}
}
}This is a monorepo containing multiple Python packages. Each package can be developed and published independently.
export-sentry-issue/
├── packages/
│ ├── export-sentry-issue/ # CLI tool
│ │ ├── src/
│ │ ├── pyproject.toml
│ │ └── README.md
│ └── export-sentry-issue-mcp/ # MCP server
│ ├── src/
│ ├── pyproject.toml
│ └── README.md
├── LICENSE
└── README.md# Install a package in editable mode
cd packages/export-sentry-issue
pip install -e .
# Or for the MCP server
cd packages/export-sentry-issue-mcp
pip install -e .MIT License - see LICENSE file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.