servicenow-safe-deployment — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited servicenow-safe-deployment (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.
Orchestrate build → verify → promote through NowAIKit MCP tools. Use search_tools to find exact names (e.g. "update set", "run atf", "create business rule").
ensure_active_update_set (or create one). Confirm the target instance with get_current_instance — never assume prod.create_business_rule, create_script_include, create_flow, create_catalog_item, …). For raw table writes, preview with dry_run: true and show the payload/diff before applying.run_atf_suite / run_atf_test and read results (get_atf_suite_result, get_atf_failure_insight). Do not promote on failures.preview_update_set and list changes; check for collisions.switch_instance, then commit_update_set / deployment tools. Confirm explicitly before any prod commit.WRITE_ENABLED=true + SCRIPTING_ENABLED=true; ATF needs ATF_ENABLED=true.x_vendor_app), never global.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.