Skip to content

Let operators extend the quality validator's red-flag rules without forking #23

Description

@abenneto

src/main/quality is a great first-line filter ("block obvious malice + structural breakage"), but quality/README.md says adding a red flag means editing rules/red-flags.ts, adding fixtures, and bumping VALIDATOR_VERSION. That is code-level extension only.

Teams with their own policies (e.g. "skills must never touch this internal bucket", "no curl to hosts outside our allowlist") would benefit from an operator-supplied rule file — say a list of extra regex patterns with severity — merged into the same validation report. The built-in rules stay the security floor; custom rules are additive and clearly marked as operator policy, not a sandbox replacement.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions