Skip to content

feat(deep-research): add binary-inspector agent for file analysis#402

Draft
jack-nsheaps[bot] wants to merge 2 commits intomainfrom
feat/deep-research-binary-inspector
Draft

feat(deep-research): add binary-inspector agent for file analysis#402
jack-nsheaps[bot] wants to merge 2 commits intomainfrom
feat/deep-research-binary-inspector

Conversation

@jack-nsheaps
Copy link
Copy Markdown
Contributor

@jack-nsheaps jack-nsheaps Bot commented Apr 9, 2026

Summary

  • Adds a general-purpose binary-inspector agent to the deep-research plugin that analyzes binary files using standard Unix tools (strings, hexdump, xxd, objdump, readelf, nm, ldd, file)
  • Adds a binary-inspection skill documenting when and how to invoke the agent, with common task examples
  • The agent is general-purpose — Claude Code internals inspection is one use case captured in the skill, not baked into the agent

Changes

  • New agent: plugins/deep-research/agents/binary-inspector.md
  • New skill: plugins/deep-research/skills/binary-inspection/SKILL.md

Source

Test plan

  • Verify agent loads and can be invoked
  • Test with a known binary (e.g., /usr/bin/ls or /usr/local/bin/claude)
  • Verify strings/hexdump/readelf output is captured to file, not returned inline
  • Confirm agent does not attempt to execute or modify the target binary

Co-Authored-By: Jack Oat <jack-nsheaps[bot]@users.noreply.github.com>

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 9, 2026

Plugin Version Status

Versions are auto-bumped in PRs. Manual bumps to higher versions are preserved.

Plugin Base Current Action
deep-research 0.2.0 0.2.0 Auto-bumped

@jack-nsheaps jack-nsheaps Bot requested a review from nsheaps April 9, 2026 00:51
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