debug-session — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited debug-session (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.
Capture a complete debugging snapshot of $ARGUMENTS using the Argus MCP tools.
browser_launch tab_open { url: "$ARGUMENTS" }
→ note the returned targetId console_start { targetId }
network_start_recording { targetId }tab_navigate to navigate to a specific pathpage_evaluate to run arbitrary JS (e.g. click buttons, trigger events) console_get_logs { targetId } ← all logs
console_get_logs { targetId, type: "error" } ← errors only
network_get_requests { targetId } ← all requests
network_get_requests { targetId, hasError: true } ← failed requests
tab_screenshot { targetId, fullPage: true } ← full page PNGpage_reload to test the fixconsole_get_logs { type: "error" } with network_get_requests { hasError: true } to quickly triage failures.page_evaluate can inject scripts, read DOM state, or simulate user interactions.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.