Skip to content

fix: #33 checkup credential scan now covers all agent workspace directori…#34

Merged
web3-jeff merged 1 commit intomainfrom
fix/checkup-credential-scan-all-workspaces
Apr 9, 2026
Merged

fix: #33 checkup credential scan now covers all agent workspace directori…#34
web3-jeff merged 1 commit intomainfrom
fix/checkup-credential-scan-all-workspaces

Conversation

@web3-jeff
Copy link
Copy Markdown
Collaborator

…es (#33)

The 'Sensitive credential scan' step in /agentguard checkup was scanning only the current agent's workspace directory (e.g. workspace-agent-59a25d1c/) instead of the entire workspace root (e.g. ~/.qclaw/workspace/), causing secrets leaked by other agents to go undetected.

Fix both affected locations in SKILL.md:

  • checkup Step 1 Check 3: explicitly require scanning the workspace root (~/.openclaw/workspace/, ~/.qclaw/workspace/) so all workspace-agent-* subdirectories are included
  • patrol Check [2] Secrets Exposure: same clarification for recursive all-agent coverage

Summary

Brief description of the changes.

Type

  • [✅] Bug fix
  • New feature / detection rule
  • Refactoring
  • Documentation

Testing

  • npm run build passes
  • npm test passes (32 tests)
  • Manually tested the change

Related Issues

Closes #

…es (#33)

The 'Sensitive credential scan' step in /agentguard checkup was scanning
only the current agent's workspace directory (e.g. workspace-agent-59a25d1c/)
instead of the entire workspace root (e.g. ~/.qclaw/workspace/), causing
secrets leaked by other agents to go undetected.

Fix both affected locations in SKILL.md:
- checkup Step 1 Check 3: explicitly require scanning the workspace root
  (~/.openclaw/workspace/, ~/.qclaw/workspace/) so all workspace-agent-*
  subdirectories are included
- patrol Check [2] Secrets Exposure: same clarification for recursive
  all-agent coverage

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@web3-jeff web3-jeff merged commit 42e6418 into main Apr 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant