debugbundle-50aa4f — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited debugbundle-50aa4f (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 DebugBundle when runtime evidence is relevant to the task.
Use the incident/artifact workflow when the user reports:
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.
When the issue matches the runtime/incident criteria above, start here before reading arbitrary source files.
debugbundle doctor --json to learn whether the project is local-only or connected and whether the local scaffold is healthy.debugbundle doctor --json reports mode=local-only, start with debugbundle incidents --source local --status active --json.debugbundle doctor --json reports mode=connected and the target environment is cloud-enabled, check both debugbundle incidents --source local --status active --json and debugbundle incidents --source cloud --status active --json unless the user explicitly scoped the issue to local-only development. For user-reported production incidents, check cloud incidents after local incidents and explicitly report whether each source had matches.debugbundle inspect <incident-id> --source <local|cloud> --json and debugbundle explain <incident-id> --source <local|cloud> --json.debugbundle bundle <incident-id> --source <local|cloud> --json and debugbundle reproduce <incident-id> --source <local|cloud> --json.debugbundle process --preset <minimal|balanced|investigative> --json and then list incidents again.Key local paths:
.debugbundle/profile.json — project map, service paths, and validation state.debugbundle/local/connection.json — local-only vs connected mode and environment delivery policy.debugbundle/local/events/ — raw local SDK, relay, ingest, and watch event batches.debugbundle/local/state.json — local incident index, lifecycle state, and bundle paths.debugbundle/bundles/local/ — locally generated bundle artifacts.debugbundle/bundles/local/reproductions/ — local reproduction artifacts.debugbundle/bundles/cloud/ — explicitly fetched cloud artifact cachedebugbundle analyze --type improvement --local after local processing when you need a deterministic change plan..debugbundle/profile.json.debugbundle resolve <incident-id> [incident-id ...] or MCP resolve_incident / resolve_incidents so the needs-attention queue stays actionable.Use these controls when the user's issue is about observability behavior, notification delivery, targeted evidence gathering, or event noise rather than only application code.
GET/HEAD checks, not SDK events from the customer app.debugbundle probe list <project-id> --json or MCP list_active_probes before activating more probes. Activate probes only when targeted runtime evidence is needed and the user has asked for investigation.debugbundle capture-rule suggest <incident-id> --json and narrow capture-policy path rules over broad drops or demotions.debugbundle health checks list --project-id <id> --json or MCP list_health_checks to inspect saved checks and plan limits.debugbundle health checks results <check-id> --project-id <id> --json and debugbundle health checks daily-rollups <check-id> --project-id <id> --json before changing code.debugbundle health checks test --project-id <id> --url <url> --json or MCP test_health_check before creating or updating a saved check. Tests are side-effect-free: no incidents, retained history rows, or counters.http/https URLs on safe ports.open as actionable work, not historical record.regressed through normal incident lifecycle behavior.When incident evidence shows repeated low-value operational noise rather than a product bug, evaluate whether a scoped capture rule or capture-policy path rule should handle future matches.
debugbundle capture-rule suggest <incident-id> --json before creating a manual rule. Apply deterministic suggestions with debugbundle capture-rule create-from-suggestion <incident-id> --suggestion-id <id> after confirming the scope is safe.beforeSend only for app-owned local policy such as final redaction or events that must never leave the runtime.browser_event_kind, browser_event_opaque, client_kind, bot_family, and message fields. Do not broadly demote generic Unhandled promise rejection incidents without bot-scoped or otherwise narrow evidence.debugbundle capture-policy set --client-error-path-rule <status=/path/*@GET>.When notification or automation delivery is the reported failure, inspect configuration and delivery records before changing incident logic.
debugbundle alert list --project-id <id> --json and confirm condition, severity, service, cooldown, channel, and enabled state.debugbundle webhook list --project-id <id> --json, then inspect debugbundle webhook deliveries <webhook-id> --project-id <id> --json before retrying or testing.https://debugbundle.com/docs/clihttps://debugbundle.com/docs/mcp/toolshttps://debugbundle.com/docs/availability-checkshttps://debugbundle.com/docs/probeshttps://debugbundle.com/docs/capture-policyhttps://debugbundle.com/docs/managing-noisehttps://debugbundle.com/docs/alerts and https://debugbundle.com/docs/cli/alertshttps://debugbundle.com/docs/webhooks and https://debugbundle.com/docs/cli/webhookshttps://debugbundle.com/docs/api/ingestionUse this task after setup or whenever architecture changes make the static profile stale.
.debugbundle/profile.json and confirm services, frameworks, and workflows match the repository.debugbundle.validation_status to agent-validated when the profile is trustworthy.debugbundle doctor to confirm the profile, connection mode, auth state, and connected API reachability when the project is cloud-enabled.debugbundle validate --fix to restore missing generated setup files without overwriting the profile.debugbundle process after local events land in .debugbundle/local/events/.When the repository has a browser frontend, verify capture end to end instead of stopping at backend SDK setup.
@debugbundle/sdk-browser to each browser app that should capture console, error, navigation, or request context./debugbundle/browser using the server SDK relay helper when available./debugbundle/browser.debugbundle process --json and confirm the incident or context event appears before marking setup complete.references/cli.mdreferences/mcp.mdreferences/bundle-schema.mdreferences/profile-enrichment.mdassets/schemas/improvement-analysis.jsonassets/schemas/performance-analysis.json~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.