Mcp Pr Workflow Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Pr Workflow Server (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.
This MCP server provides tools and resources to streamline GitHub PR workflows, monitor CI/CD, and notify teams via Slack.
npm installCreate a .env file based on .env.example:
GITHUB_TOKEN=your_github_token
SLACK_BOT_TOKEN=xoxb-your-token
SLACK_CHANNEL_ID=C12345678 npm run build npm startAdd the following to your claude_desktop_config.json:
{
"mcpServers": {
"pr-workflow": {
"command": "node",
"args": ["/path/to/mcp-pr-workflow-server/dist/index.js"],
"env": {
"GITHUB_TOKEN": "your_github_token",
"SLACK_BOT_TOKEN": "xoxb-your-token",
"SLACK_CHANNEL_ID": "C12345678"
}
}
}
}analyze_file_changes: Analyze PR diffs.suggest_template: Suggest PR templates.analyze_ci_results: Formats CI status.update_pr_status: Adds comments to PRs.send_slack_notification: Generic Slack alerts.notify_deployment_status: Success/failure alerts.notify_deployment_status: Success/failure alerts.create_follow_up_issue: Create GitHub issues.team://config/guidelines: PR guidelines.team://config/notifications: Slack preferences.team://config/escalation: CI failure policy.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.