Add nanobot and picoclaw variant detection and scanning#18
Merged
Conversation
dfd473c to
989215a
Compare
989215a to
b0c92be
Compare
Co-authored-by: baz-reviewer[bot] <174234987+baz-reviewer[bot]@users.noreply.github.com>
b0c92be to
3294363
Compare
amir-prompt
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Add support for detecting and scanning nanobot and picoclaw installations alongside OpenClaw. All three variants produce the same output schema, differentiated by the
bot_variantfield.How it works:
--jsoncommands); nanobot and picoclaw use file-based config parsing (they lack--jsonCLI output).aggregate_tool_calls) extracted intoscanner_utils.py, shared by both the OpenClaw and nano/picoclaw scan paths.Bug fixes:
restrict_to_workspace: boolvalue in the report was read from wrong config section, thus always reporting false. Fixed, now reports real value.channels_with_allowlistin security audit was always empty because_extract_channels()dropped theallow_fromfield. Fixed.Tested: 3 variants × 3 install states (nothing / CLI-only / full) on Ubuntu 24.04 ARM64, all 9 combinations verified. Additionally, nanobot and picoclaw validated with real session data (generated via actual tool calls).