repro-issue — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited repro-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.
Reproduce and isolate the following issue using Argus: $ARGUMENTS
browser_launch
tab_open { url: "about:blank" }
console_start { targetId }
network_start_recording { targetId } network_add_mock {
targetId,
urlPattern: "**/api/endpoint",
responseCode: 200,
responseBody: '{"key": "value"}',
responseHeaders: { "content-type": "application/json" }
}** to match any prefix/suffix tab_navigate { targetId, url: "https://your-site.com/path" }
page_evaluate { targetId, expression: "document.querySelector('.submit-btn').click()" } console_get_logs { targetId, type: "error" }
network_get_requests { targetId, hasError: true }
tab_screenshot { targetId, fullPage: true }network_remove_mock { targetId, mockId }page_reload { targetId } network_clear_mocks { targetId }
network_add_mock { targetId, urlPattern: "**/api/endpoint", responseCode: 200, responseBody: '{"fixed": true}' }
page_reload { targetId }
console_get_logs { targetId, type: "error" } ← should be empty
tab_screenshot { targetId } ← should show fixed state| Scenario | Mock setup |
|---|---|
| Empty API response | responseBody: '[]' or '{}' |
| API error | responseCode: 500, responseBody: '{"error":"Internal Server Error"}' |
| Auth failure | responseCode: 401, responseBody: '{"error":"Unauthorized"}' |
network_list_mocks { targetId } to verify your mock setup before navigating.console_clear and network_clear_requests before each test run keeps the data clean.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.