Skip to content

Rule Reference

SEC526lintai-ai-securitygovernancehardeningstablemarkdownwarn

AI markdown: `WebSearch(*)` wildcard tool grant

AI-native markdown frontmatter grants `WebSearch(*)` wildcard access

Public lane
governance
Category
hardening
Provider
lintai-ai-security
Scope
per-file
Surface
markdown
Tier
stable
Severity
warn
Confidence
high
Detection
structural
Remediation
message only
How to read this lane

Shared authority and workflow policy review.

How to read this category

Least-privilege, provenance, or operational hygiene signal.

Activation Model

Preset Activation

These presets explain where this rule appears in the product experience.

Lifecycle

Stable Lifecycle Contract

State

stable

Graduation rationale

Checks AI-native frontmatter for exact `WebSearch(*)` grants that expose unconstrained search authority as shared default policy.

Deterministic signal basis

MarkdownSignals exact frontmatter token detection for `WebSearch(*)` inside allowed-tools or allowed_tools.

Malicious corpus
skill-core-wildcard-allowed-tools
Benign corpus
skill-core-wildcard-allowed-tools-specific-safe
structured evidence required remediation reviewed
Canonical note

Structural stable rule intended as a high-precision check with deterministic evidence.

Nearby Signals

Related Rules

SEC526 / MD-WEBSEARCH-WILDCARD

SEC526 flags AI-native markdown frontmatter when allowed-tools or allowed_tools contains the exact wildcard token WebSearch(*).

Why It Matters

WebSearch(*) makes open-ended search authority part of shared default policy. Reviewed domain- or query-scoped search grants are easier to reason about and safer to ship.

Trigger Shape

  • AI-native markdown surface with parsed frontmatter
  • path is not fixture-like
  • allowed-tools or allowed_tools contains the exact token WebSearch(*)

Safer Example

md
---
allowed-tools:
  - WebSearch(site:docs.example.com)
---