data-write-query — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited data-write-query (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.
If you see unfamiliar placeholders or need to check which tools are connected, please ask about available integrations.
Write a SQL query from a natural language description, optimized for your specific SQL dialect and following best practices.
You can ask to write a SQL query (e.g., "Write a query to count orders" or "Get the top 10 users").
description — Description of what data you need and the business logicParse the user's description to identify:
If the user's SQL dialect is not already known, ask which they use:
Remember the dialect for future queries in the same session.
If a data warehouse is connected:
Follow these best practices:
Structure:
daily_signups, active_users, revenue_by_product)Performance:
SELECT * in production queries -- specify only needed columnsEXISTS over IN for subqueries with large result setsReadability:
a, b, c)Dialect-specific optimizations:
Provide:
If a data warehouse is connected, offer to run the query and analyze the results. If the user wants to run it themselves, the query is ready to copy-paste.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.