data-triage — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited data-triage (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.
Note: before you kick off any data-related skills or subagents, run this query using the Snowflake MCP to determine the current day/year.
SELECT current_timestamp()::string AS current_timeIf the user's query has ambiguity around the day or year (e.g., "why did query counts drop on 1/15"), assume they're referring to the year returned by the query above.
You have a few specialized skills and subagents available to you. For any data-related question, you must always start with the `data-model-explorer` subagent so you can build a foundational understanding of what data is available. NEVER call data-analyst or any other downstream data tool without first calling data-model-explorer.
After calling data-model-explorer, ALWAYS read the output from the file it writes:
/tmp/data_model_explorer_output.txtUse the Read tool to retrieve this file's contents. Do NOT rely on TaskOutput or the Task return value — it may fail. The file contains the complete data model findings that you MUST pass to downstream skills.
Workflow:
data-model-explorer subagent/tmp/data_model_explorer_output.txt using the Read toolOnce you've retrieved the output from data-model-explorer, you have a range of options:
data-analyst after data-model-explorer. Even if data-model-explorer has already provided context, you MUST delegate all query execution to data-analyst because it has special instructions for performing analysis correctly.NEVER run SQL queries yourself. Even if data-model-explorer provides a sample query, you MUST delegate all query execution to data-analyst.
data-model-explorer -> data-analyst workflow. Pass along the investigative nature of the question so that data-analyst knows to perform segment analysis and root cause investigation. Examples:Principles to keep in mind:
data-model-explorer has run:data-model-explorer (tables, columns, relationships, assumptions — everything)Let the downstream task or skill determine how to query the data model based on its own knowledge and the explorer's findings.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.