Skip to content

Simplify sensitive argument checking by merging redundant layers #77

@coderabbitai

Description

@coderabbitai

Problem

Sensitive-argument checking in the runner module uses two layers (contains_sensitive_keyword and is_sensitive_arg) which creates redundant wrappers.

Proposed Solution

Merge these into a single, more direct predicate to:

  • Avoid redundant wrappers
  • Simplify the logic
  • Reduce complexity

Context

Metadata

Metadata

Assignees

Labels

lowAin't annoying anyone but the QA department

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions