Add LLM wiki + binwalk + firmware corpus, improve loader/dbt models, and unify EyeOnData.toml discovery - #6
Merged
Merged
Conversation
… downloading them also.
…ge/binwalk) files were expanded
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.
Summary
This PR substantially expands
pEyeON-Analyticsinto a more complete appliance-ready analytics stack. It introduces an LLM-maintained wiki and feature-work workflow, adds first-class Binwalk metadata support end-to-end, begins curating a firmware corpus with tooling and tests, adds new Streamlit exploration pages, and hardens the DLT/dbt pipeline for multi-batch loads and first-run bootstrap behavior. It also aligns configuration discovery and wrapper behavior with the companionpEyeONappliance/container work so both repos can share a singleEyeOnData.toml, including VM layouts.Major Additions
LLM Wiki System And Workflow
wiki/with index/log, component docs, pipeline docs, schema docs, file format pages, decisions, tensions, and feature-work artifacts.AGENTS.mddescribing wiki-maintainer vs code-development modes and repo-specific operating rules.wiki/work/andwiki/concepts/.Binwalk Support End-To-End
utils/binwalk_cli.pywrapper to run Binwalk v3 and parse JSON output.tests/test_binwalk_cli.py.dbt_eyeon_gold/models/staging/stg_metadata_binwalk_file.sql.raw/binwalk/andwiki/work/binwalk-support/.Firmware Corpus Tooling
data/firmware_corpus/manifest.json.utils/firmware_corpus.pyto list, fetch, and verify corpus entries.tests/test_firmware_corpus.py.wiki/work/firmware-corpus/.Streamlit UX Improvements
pages/ObservationHierarchy.pyfor browsing parent/child observation relationships from container and firmware extraction.pages/Schema_Blame.py.pages/pages.py.DLT Loader And Schema Evolution
load_eyeon.py.extras/Schema_Blame.mdandwiki/pipeline/base_schema_derivation.md.dbt Model Improvements
gold.metadata_type_drift.macros/safe_silver_source.sql.gold.all_metadata, source definitions, and schema docs for metadata curation.Config And Wrapper Alignment
EyeOnData.tomldiscovery between shell wrappers and Python code.EYEON_EYEONDATA_TOMLoverride support inutils/config.pyand wrappers.eyeon-parse.shandeyeon-batch-summary.shfor consistent discovery and VM behavior.eyeon-parse.shcopy synchronized with thepEyeONwrapper copy.WARNING, withEYEON_LOG_LEVEL/--log-leveloverrides andWARNalias support.Parse Hang Diagnostics And Future Output Planning
pEyeONparse multiprocessing hang investigation and mitigation underwiki/work/parse-multiprocessing-hang/.Possible nested set at position 81warning,LOGURU_LEVELcoordination rather than a fully centralized worker logging design.wiki/work/parse-terminal-output/brief.mdas future work for parent-owned worker events and potential Rich-based progress/log rendering.VM / Container Documentation Alignment
Validation
Validation performed across the branch includes:
uv run python -m unittest tests.test_firmware_corpusuv run python -m unittest tests.test_firmware_corpus tests.test_binwalk_cliuv run ruff check utils/firmware_corpus.py tests/test_firmware_corpus.py utils/binwalk_cli.py tests/test_binwalk_cli.pypEyeONimages.uv run python -m py_compile pages/ObservationHierarchy.py pages/pages.pyuv run ruff check pages/ObservationHierarchy.py pages/pages.pyeyeon-parse.sh.pEyeONtargeted parse/logging tests are documented inwiki/work/parse-multiprocessing-hang/verification.md.Notes / Follow-Ups
wiki/work/*/verification.mdandwiki/log.mdentries.wiki/work/parse-terminal-output/brief.md.pEyeON; durable implementation lives in the core repo, while this repo records analytics/wrapper/wiki context and verification.