servicenow-incident-triage — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited servicenow-incident-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.
Drive triage through the NowAIKit MCP tools. Discover tools with search_tools if a name is unknown.
get_incident). For a queue, query_records on incident with an encoded query (validate it first with validate_query), e.g. active=true^assignment_group=<grp>^priority<=2.generate_summary and ml_similar_incidents (or ai_search) to find prior resolutions.categorize_incident / ml_auto_categorize to confirm category and suggest_resolution for a candidate fix.update_record. Always run with `dry_run: true` first and show the before→after diff before applying for real. Add context with add_work_note.WRITE_ENABLED=true for any update; if disabled, output the proposed changes instead of applying.^ (AND) and ^OR (OR), never SQL AND/OR. Validate with validate_query.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.