safari-devtools — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited safari-devtools (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 onboarding to the Safari DevTools MCP server or when unsure which tools to use.
take_snapshot gives you a DOM/a11y tree with element UIDsyou can pass to other tools. Always take a fresh snapshot before interacting.
navigate_page, new_page, list_pages, select_pagefor page lifecycle control.
click, fill, type_text, press_key, drag, hover,select_option, upload_file for element interaction. Identify elements by their uid from the latest snapshot.
list_console_messages, list_network_requests for runtimediagnostics. Use get_console_message / get_network_request for details.
take_screenshot for visual state. Prefer take_snapshotfor programmatic inspection.
get_page_content (title + text), get_html_source,extract_links, extract_meta.
get_computed_style for styling information on any element.get_cookies, set_cookie, delete_cookie, get_storage,set_storage, delete_storage for cookie and Web Storage inspection.
scroll, scroll_to_element for viewport control.navigate_page.take_snapshot to see the DOM tree.click, fill, etc.list_console_messages and list_network_requeststo check for errors or failed requests.
may be required.
before that point are not captured (network has partial historical data via the Performance API).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.