supsrc 2025-11-18
Initial commit on new branch with security scan report
169 files · 6,762+ · 4,284-

Comprehensive Security Scan

4 files changed
  • .gitguardian.yaml Added GitGuardian configuration
  • .gitleaks.toml Added Gitleaks configuration
  • .trufflehog-exclude-paths.txt Added TruffleHog exclusion paths
  • SECURITY_SCAN_REPORT.md Added security scan report
  • Added .security-reports/ directory with bandit summary, gitleaks results, pip-audit, safety scan (4280 lines of vulnerability data), security summary, and semgrep results harden internal
    3 files
    • .gitguardian.yaml
    • .gitleaks.toml
    • .trufflehog-exclude-paths.txt
  • Added SECURITY_SCAN_REPORT.md (310 lines) documenting findings from the security analysis harden internal
    1 file
    • SECURITY_SCAN_REPORT.md

Restructuring

168 files changed
  • ci.yml Updated CI workflow
  • pytest.yaml Updated CI workflow
  • release.yml Updated CI workflow
  • .gitignore Updated gitignore patterns
  • Makefile.backup.20251110 Updated Makefile
  • VERSION Updated version number
  • GEMINI.md Updated documentation
  • configuration.md Updated documentation
  • extra.css Updated documentation
  • provide-theme.css Updated documentation
  • termynal.css Updated documentation
  • installation.md Updated documentation
  • headless-event-stream-plan.md Updated documentation
  • index.md Updated documentation
  • custom.js Updated documentation
  • mermaid-init.js Updated documentation
  • termynal.js Updated documentation
  • quality-integration-plan.md Updated documentation
  • pyproject.toml Updated project configuration
  • __init__.py Updated runtime package init
  • action_handler.py Updated runtime.action_handler
  • monitoring_coordinator.py Updated runtime.monitoring_coordinator
  • orchestrator.py Updated runtime.orchestrator
  • repository_manager.py Updated runtime.repository_manager
  • status_manager.py Updated runtime.status_manager
  • tui_interface.py Updated runtime.tui_interface
  • __init__.py Updated workflow package init
  • executor.py Updated runtime.workflow.executor
  • git_operations.py Updated runtime.workflow.git_operations
  • llm_utils.py Updated runtime.workflow.llm_utils
  • steps.py Updated runtime.workflow.steps
  • test_runner.py Updated runtime.workflow.test_runner
  • wrknv.toml Updated workspace configuration
  • .gitguardian.yaml Updated .gitguardian.yaml
  • .gitleaks.toml Updated .gitleaks.toml
  • events.jsonl Updated events.jsonl
  • .trufflehog-exclude-paths.txt Updated .trufflehog-exclude-paths.txt
  • CLAUDE.md Updated AI instructions
  • CONTRIBUTING.md Updated contributing guide
  • README.md Updated README
  • SECURITY_SCAN_REPORT.md Updated security scan report
  • flavor-private.key Updated flavor-private.key
  • flavor-public.key Updated flavor-public.key
  • mkdocs.yml Updated mkdocs.yml
  • __init__.py Updated supsrc package init
  • __init__.py Updated cli package init
  • circuit_breaker_cmds.py Updated cli.circuit_breaker_cmds
  • config_cmds.py Updated cli.config_cmds
  • main.py Updated cli.main
  • sui_cmds.py Updated cli.sui_cmds
  • watch_cmds.py Updated cli.watch_cmds
  • __init__.py Updated config package init
  • models.py Updated config.models
  • __init__.py Updated git package init
  • auth.py Updated engines.git.auth
  • base.py Updated engines.git.base
  • events.py Updated engines.git.events
  • operations.py Updated engines.git.operations
  • __init__.py Updated buffer package init
  • converters.py Updated events.buffer.converters
  • core.py Updated events.buffer.core
  • grouping.py Updated events.buffer.grouping
  • streaming.py Updated events.buffer.streaming
  • buffer_events.py Updated events.buffer_events
  • feed.py Updated events.feed
  • __init__.py Updated feed_table package init
  • file_utils.py Updated events.feed_table.file_utils
  • formatters.py Updated events.feed_table.formatters
  • widget.py Updated events.feed_table.widget
  • json_logger.py Updated events.json_logger
  • monitor.py Updated events.monitor
  • processor.py Updated events.processor
  • __init__.py Updated utils package init
  • timer.py Updated events.timer
  • example_helper.py Updated example_helper
  • exceptions.py Updated exceptions
  • gemini.py Updated llm.providers.gemini
  • ollama.py Updated llm.providers.ollama
  • __init__.py Updated monitor package init
  • handler.py Updated monitor.handler
  • service.py Updated monitor.service
  • __init__.py Updated notifications package init
  • service.py Updated notifications.service
  • __init__.py Updated output package init
  • console_formatter.py Updated output.console_formatter
  • emoji_map.py Updated output.emoji_map
  • __init__.py Updated verbose_formats package init
  • compact.py Updated output.verbose_formats.compact
  • table.py Updated output.verbose_formats.table
  • protocols.py Updated protocols
  • rules.py Updated rules
  • __init__.py Updated services package init
  • circuit_breaker.py Updated services.circuit_breaker
  • __init__.py Updated state package init
  • control.py Updated state.control
  • file.py Updated state.file
  • manager.py Updated state.manager
  • monitor.py Updated state.monitor
  • runtime.py Updated state.runtime
  • __init__.py Updated telemetry package init
  • __init__.py Updated tui package init
  • app.py Updated tui.app
  • base_app.py Updated tui.base_app
  • __init__.py Updated handlers package init
  • actions.py Updated tui.handlers.actions
  • events.py Updated tui.handlers.events
  • repo_actions.py Updated tui.handlers.repo_actions
  • __init__.py Updated helpers package init
  • repo_details.py Updated tui.helpers.repo_details
  • repo_tabs.py Updated tui.helpers.repo_tabs
  • ui_helpers.py Updated tui.helpers.ui_helpers
  • worker_helpers.py Updated tui.helpers.worker_helpers
  • __init__.py Updated managers package init
  • timer_manager.py Updated tui.managers.timer_manager
  • messages.py Updated tui.messages
  • utils.py Updated tui.utils
  • __init__.py Updated widgets package init
  • draggable_splitter.py Updated tui.widgets.draggable_splitter
  • log_panel.py Updated tui.widgets.log_panel
  • types.py Updated types
  • directories.py Updated utils.directories
  • streams.py Updated utils.streams
  • __init__.py Updated test file
  • conftest.py Updated test file
  • test_cli_integration.py Updated test file
  • test_real_config.py Updated test file
  • __init__.py Updated test file
  • config_testing.py Updated test file
  • test_atomic_file_operations.py Updated test file
  • test_circuit_breaker_integration.py Updated test file
  • test_console_verbose_output.py Updated test file
  • test_monitoring.py Updated test file
  • test_timer_debounce_integration.py Updated test file
  • test_tui_simple_workflows.py Updated test file
  • test_tui_workflows.py Updated test file
  • test_vscode_atomic_save.py Updated test file
  • test_hot_reload.py Updated test file
  • test_git_mock_events.py Updated test file
  • test_action_handler.py Updated test file
  • test_bottom_row_selection_bug.py Updated test file
  • test_cli.py Updated test file
  • test_dual_logging.py Updated test file
  • test_event_buffer_core.py Updated test file
  • test_event_buffer_grouping.py Updated test file
  • test_event_buffer_patterns.py Updated test file
  • test_event_feed_table.py Updated test file
  • test_event_processor.py Updated test file
  • test_event_processor_modes.py Updated test file
  • test_event_processor_timer_debounce.py Updated test file
  • test_git_engine.py Updated test file
  • test_orchestrator.py Updated test file
  • test_rules.py Updated test file
  • test_state.py Updated test file
  • test_state_management.py Updated test file
  • test_status_manager.py Updated test file
  • test_sui_command.py Updated test file
  • test_tui_accessibility.py Updated test file
  • test_tui_app_core.py Updated test file
  • test_tui_error_handling.py Updated test file
  • test_tui_integration.py Updated test file
  • test_tui_pilot.py Updated test file
  • test_tui_timer_manager.py Updated test file
  • test_watch_command.py Updated test file
  • test_executor.py Updated test file
  • test_git_operations.py Updated test file
  • test_llm_utils.py Updated test file
  • test_steps.py Updated test file
  • test_test_runner.py Updated test file
  • Removed several top-level files (CHANGELOG.md, CLAUDE.md, GEMINI.md, VERSION, Makefile backup) specify errata
    2 files
    • VERSION
    • GEMINI.md
  • Removed GitHub Actions workflow baseline internal
    5 files
    • action_handler.py
    • __init__.py
    • executor.py
    • git_operations.py
    • llm_utils.py
  • Removed MkDocs documentation pages decouple internal
    5 files
    • GEMINI.md
    • configuration.md
    • extra.css
    • provide-theme.css
    • termynal.css
  • Cleaned up gitignore and Python version files baseline internal
    1 file
    • VERSION
  • Updated README specify errata
    3 files
    • ci.yml
    • pytest.yaml
    • release.yml
  • Restored original documentation files decouple internal
    3 files
    • ci.yml
    • pytest.yaml
    • release.yml