Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions gitgalaxy/cobol_refractor_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# Intermediate Representation (IR) State Manager. Dynamically toggles
# between high-speed RAM and SQLite3 to prevent OOM crashes.
# ==============================================================================

# galaxyscope:ignore sec_db_hooks

import argparse
import sys
import json
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/cobol_to_java_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# the internal business logic to the AI agent, ensuring architectural integrity
# and guaranteed compilability out-of-the-box.
# ==============================================================================

# galaxyscope:ignore sec_io

import argparse
import sys
import json
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/galaxyscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# A copy of the license can be found in the LICENSE file in the root directory
# of this project, or at https://polyformproject.org/licenses/noncommercial/1.0.0/
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution, sec_hardcoded_secrets

import logging
import time
import zipfile
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/metrics/chronometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# A copy of the license can be found in the LICENSE file in the root directory
# of this project, or at [https://polyformproject.org/licenses/noncommercial/1.0.0/](https://polyformproject.org/licenses/noncommercial/1.0.0/)
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution

import os
import subprocess
import logging
Expand Down
4 changes: 4 additions & 0 deletions gitgalaxy/metrics/signal_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# A copy of the license can be found in the LICENSE file in the root directory
# of this project, or at https://polyformproject.org/licenses/noncommercial/1.0.0/
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution, sec_llm_hooks


import math
import logging
import re
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/metrics/statistical_auditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# A copy of the license can be found in the LICENSE file in the root directory
# of this project, or at https://polyformproject.org/licenses/noncommercial/1.0.0/
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution, sec_hardcoded_secrets, sec_io

import statistics
import logging
from typing import List, Dict, Any, Tuple, Optional
Expand Down
4 changes: 4 additions & 0 deletions gitgalaxy/metrics/tensor_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# GitGalaxy
# Phase 7.8: Tensor Scanner (AI Artifact Inspection)
# ==============================================================================

# galaxyscope:ignore sec_io


import json
import struct
import math
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/recorders/audit_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# A copy of the license can be found in the LICENSE file in the root directory
# of this project, or at https://polyformproject.org/licenses/noncommercial/1.0.0/
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution

import json
import argparse
import os
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/recorders/gpu_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# A copy of the license can be found in the LICENSE file in the root directory
# of this project, or at https://polyformproject.org/licenses/noncommercial/1.0.0/
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution

import json
import logging
import gc
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/recorders/llm_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# A copy of the license can be found in the LICENSE file in the root directory
# of this project, or at https://polyformproject.org/licenses/noncommercial/1.0.0/
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution, ai_guardrails, sec_db_hooks

import sqlite3
import logging
import statistics
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/recorders/record_keeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# A copy of the license can be found in the LICENSE file in the root directory
# of this project, or at https://polyformproject.org/licenses/noncommercial/1.0.0/
# ==============================================================================

# galaxyscope:ignore ai_guardrails, sec_db_hooks

import sqlite3
import json
import logging
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/recorders/sarif_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# GitGalaxy
# Copyright (c) 2026 Joe Esquibel
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution, ai_guardrails

import json
import logging
from typing import Dict, Any, List
Expand Down
3 changes: 3 additions & 0 deletions gitgalaxy/recorders/sbom_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Purpose: Generates a CycloneDX SBOM with physical verification of dependencies
# across multiple language ecosystems (NPM, Composer, PyPI, Cargo).
# ==============================================================================

# galaxyscope:ignore sec_high_risk_execution, ai_guardrails, sec_io

import os
import json
import uuid
Expand Down
Loading