debugbundle-b06117 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited debugbundle-b06117 (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.
Use this skill when a user asks you to investigate a production/customer-facing incident, runtime failure, endpoint downtime, DebugBundle incident, bundle, report, health check, probe, alert, webhook, improvement opportunity, GitHub dispatch automation, project access, billing capacity, or project setup.
For deterministic local source-code, UI, layout, copy, calculation, refactor, or test-only issues, inspect source and tests first. Do not check DebugBundle incidents unless the user asks, the issue involves live runtime behavior, or captured evidence is needed.
This is the portable ClawHub skill. It should not replace a repository's generated .agents/skills/debugbundle/SKILL.md; after debugbundle setup, read that local skill too because it contains project-specific profile paths, bundle locations, reproduction guidance, and validation recipes.
Prefer the MCP server when the client exposes it. The standard stdio command is:
{
"mcpServers": {
"debugbundle": {
"command": "npx",
"args": ["@debugbundle/mcp"]
}
}
}Hosted operations can authenticate through one of these paths:
~/.debugbundle/auth.json.DEBUGBUNDLE_MEMBER_TOKEN in the MCP server environment.bearerToken argument when explicitly supplied by the user.Use DEBUGBUNDLE_API_URL only when the user is targeting self-hosted, staging, or another non-default API host.
doctor first when setup, auth, connectivity, privacy, or local file state is uncertain.list_incidents, then fetch get_incident_context or get_bundle.activate_probe only when the user asks for additional runtime evidence or the current bundle lacks enough context. Prefer short TTLs and scoped labels.list_health_checks, inspect list_health_check_results and list_health_check_daily_rollups, and use test_health_check before creating or updating saved monitoring.resolve_incident. Also resolve intentional verification incidents after they have served their purpose.list_improvements, fetch the improvement and bundle, then resolve, snooze, or reopen only after the user confirms the intended lifecycle change.When a repository is not yet configured, guide the user through:
npx @debugbundle/cli setup
npx @debugbundle/cli doctor
npx @debugbundle/cli verify localFor hosted projects, use:
npx @debugbundle/cli verify cloud --trigger-5xxAfter setup, read .agents/skills/debugbundle/SKILL.md and follow its project-local instructions.
Hosted health checks are DebugBundle-run external GET/HEAD requests, not SDK events from the customer's app. Use them for public endpoint reachability and downtime investigations.
list_health_checks, get_health_check, list_health_check_results, and list_health_check_daily_rollups.test_health_check; it is side-effect-free and does not open incidents or write retained history.The MCP server also exposes project, token, member, alert, Slack destination, webhook, weekly report, GitHub dispatch, billing, capture-policy, capture-rule, and improvement-settings tools. Treat these as management operations: read first, explain the intended change, and mutate only when the user explicitly asks.
Use GitHub dispatch tools for DebugBundle-managed repository automation, not general GitHub work. Use member tokens for management actions. Project tokens are write-only ingestion credentials and must never be used for retrieval, billing, project/member administration, GitHub automation, Slack, webhook, or MCP management operations.
Never print member tokens, project tokens, authorization headers, cookies, webhook secrets, or raw sensitive payloads. Do not use project tokens for retrieval or management operations; project tokens are for SDK ingestion only. Use member tokens for CLI, API, and MCP management workflows.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.