Skip to content

Designer Drift AuditDesigner Drift: Missing meta safe-output types in SKILL.md mapping table #47463

Description

@github-actions

Designer Drift Report — 2026-07-23

Summary

1 drift item found across 1 category: the designer SKILL.md safe-output mapping table is missing four meta/terminal safe-output types that exist in the registered safe-output registry.

Drift Items

View Drift Items by Category

Missing Safe Output Types

  • Source: all-safe-output-types.txt (registered safe-output registry)

  • Missing from: SKILL.md (Safe Output Mapping table)

  • Details: The following four safe-output types are registered and functional but are not represented in the designer's Safe Output Mapping table:

    • noop — used when the agent has nothing to output (e.g., no findings)
    • report-incomplete — used when the agent cannot complete the task (e.g., missing data or tool failure)
    • missing-data — used when required input data is absent
    • missing-tool — used when a required tool is unavailable
  • Suggested fix: Add the following rows to the ### Safe Output Mapping table in SKILL.md:

    User says... Maps to
    "nothing visible", "just analyze", "no findings" noop
    "could not complete", "task failed", "missing input" report-incomplete
    "required data not available" missing-data
    "required tool not available" missing-tool

    Without these entries, the designer cannot guide users toward the correct terminal/meta safe-output types, which are mandatory for workflow correctness (every agent run must call at least one safe-output tool).

No Drift

  • ✅ Trigger coverage — all trigger types from triggers.md are in the trigger mapping table
  • ✅ Network/tool coverage — all 39 ecosystem identifiers from network.md are in the network mapping table
  • ✅ Pattern coverage — all 19 patterns from patterns.md are in the pattern heuristics table
  • ✅ Frontmatter field coverage — all syntax sub-docs are referenced
  • ✅ Stale references — no references to removed fields or options detected
  • ✅ Recent changes without sync — both ref and designer share the same latest commit (0629ee4); no unsynchronized changes

Methodology

Compared outlines of 8 reference docs against both designer files.
Reference doc commits (last 7 days): 1
Designer file commits (last 7 days): 1

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 🔍 Designer Drift Audit · sonnet46 49 AIC · ⌖ 4.68 AIC · ⊞ 4.9K ·

  • expires on Jul 29, 2026, 8:52 PM UTC-08:00

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions