openclaw - 💡(How to fix) Fix [Bug]: Antivirus software blocks Trojans. [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#53726Fetched 2026-04-08 01:24:19
View on GitHub
Comments
1
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×2closed ×1commented ×1locked ×1

It worked normally without any blocking before yesterday. After executing git clone https://github.com/openclaw/openclaw.git . today, Kaspersky blocked the downloaded files.

<img width="1490" height="548" alt="Image" src="https://github.com/user-attachments/assets/0949dd3f-3693-43eb-8854-7d5115169aba" />

Root Cause

It worked normally without any blocking before yesterday. After executing git clone https://github.com/openclaw/openclaw.git . today, Kaspersky blocked the downloaded files.

<img width="1490" height="548" alt="Image" src="https://github.com/user-attachments/assets/0949dd3f-3693-43eb-8854-7d5115169aba" />

Code Example

None
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Summary

It worked normally without any blocking before yesterday. After executing git clone https://github.com/openclaw/openclaw.git . today, Kaspersky blocked the downloaded files.

<img width="1490" height="548" alt="Image" src="https://github.com/user-attachments/assets/0949dd3f-3693-43eb-8854-7d5115169aba" />

Steps to reproduce

None

Expected behavior

None

Actual behavior

None

OpenClaw version

Version of March 24, 2026

Operating system

windows11

Install method

docker

Model

None

Provider / routing chain

None

Additional provider/model setup details

None

Logs, screenshots, and evidence

None

Impact and severity

No response

Additional information

No response

extent analysis

Fix Plan

To resolve the issue of Kaspersky blocking downloaded files from the openclaw repository, follow these steps:

  • Whitelist the repository: Add the openclaw repository to Kaspersky's whitelist to prevent it from blocking the files.
  • Disable Kaspersky temporarily: Temporarily disable Kaspersky while cloning the repository to prevent any interference.
  • Use git clone with --recursive flag: Use the --recursive flag with git clone to ensure all submodules are cloned correctly.

Example command:

git clone --recursive https://github.com/openclaw/openclaw.git
  • Verify file integrity: After cloning, verify the integrity of the downloaded files to ensure they are not corrupted.

Verification

To verify that the fix worked, check that the openclaw repository is cloned successfully and that Kaspersky is not blocking any files. You can do this by:

  • Checking the clone process completes without errors
  • Verifying that all files are present and not blocked by Kaspersky

Extra Tips

  • Ensure that Kaspersky is configured to allow Git clone operations
  • Consider adding the openclaw repository to Kaspersky's whitelist permanently to prevent future issues.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

None

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Antivirus software blocks Trojans. [1 comments, 1 participants]