Skip to content

False positive: 'azure-bing-grounding' flagged as suspicious on ClawHub #54820

@BoWang306

Description

@BoWang306

Hello OpenClaw Security Team,

My recently published skill azure-bing-grounding has been automatically flagged as suspicious on ClawHub. I believe this is a false positive.

Why it was likely flagged:

The underlying python script (scripts/bing_grounding.py) manually reads the ~/.openclaw/.env file to load Azure credentials (AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID) and subsequently uses them with the official azure-identity and azure-ai-agents Python SDKs.

Why it is safe:

  1. The script only communicates with the user-provided FOUNDRY_PROJECT_ENDPOINT (an official Azure domain).
  2. It does not exfiltrate any environment variables or credentials to third-party or arbitrary endpoints.
  3. The credential loading logic is strictly used to instantiate Azure's ClientSecretCredential.

Could you please review the source code on ClawHub (or the linked GitHub repo: BoWang306/azure-bing-grounding-skill) and remove the security flag?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions