Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6ba3434
Merge pull request #21 from Kumarvels/feature/data-quality-checks
Kumarvels Jul 24, 2025
d1ef6ee
Create dependabot.yml
Kumarvels Jul 24, 2025
a743086
Merge pull request #22 from Kumarvels/feature/data-quality-checks
Kumarvels Jul 25, 2025
09abe2d
Merge pull request #23 from Kumarvels/feature/data-quality-checks
Kumarvels Jul 25, 2025
487256d
Merge pull request #24 from Kumarvels/feature/data-quality-checks
Kumarvels Jul 25, 2025
fd22d94
Update README.md
Kumarvels Jul 25, 2025
7d3d7a8
Update README.md
Kumarvels Jul 25, 2025
6c281ab
Update README.md
Kumarvels Jul 25, 2025
af37c2f
Create unified_plugin_manager.py
Kumarvels Jul 25, 2025
bde6b87
Create trustllm_plugin.py
Kumarvels Jul 25, 2025
5f53176
Create llm_reliability_plugin.py
Kumarvels Jul 25, 2025
42fa52c
Create trust_timeline.py - Trust Evolution Timeline System
Kumarvels Jul 25, 2025
e29afcb
Create cross_model_correlation.py - Cross-Model Trust Correlation Engine
Kumarvels Jul 25, 2025
3629c66
Create trust_decision_matrix.py - Trust Decision Matrix System
Kumarvels Jul 25, 2025
585fba1
Create trust_simulation.py - Trust Simulation and Stress Testing System
Kumarvels Jul 25, 2025
91ee58a
Create trust_orchestrator.py - Trust Orchestration and Deployment Pip…
Kumarvels Jul 25, 2025
3f3d2a5
Create trust_api.py - Trust API and Microservices Architecture
Kumarvels Jul 25, 2025
f408cdf
Create trust_dashboard.py - Trust Visualization and Dashboard System
Kumarvels Jul 25, 2025
971d43f
Update README.md
Kumarvels Jul 25, 2025
4cf8d18
Update README.md
Kumarvels Jul 25, 2025
6abd328
Retest web UI and validate libraries
google-labs-jules[bot] Jul 26, 2025
1fd41c8
Merge pull request #26 from Kumarvels/retest-webui
Kumarvels Jul 26, 2025
df27c76
Retest web UI and validate libraries
google-labs-jules[bot] Jul 26, 2025
1c27654
Retest web UI and validate libraries
google-labs-jules[bot] Jul 26, 2025
6f7f472
Retest web UI and validate libraries
google-labs-jules[bot] Jul 26, 2025
399bd83
Merge branch 'main' into retest-webui
Kumarvels Jul 26, 2025
5b86c4e
Merge pull request #27 from Kumarvels/retest-webui
Kumarvels Jul 26, 2025
482f726
testing scripts move into tests folder
Kumarvels Jul 26, 2025
0239ecb
I am moving the test files.
google-labs-jules[bot] Jul 26, 2025
291d449
Merge pull request #28 from Kumarvels/retest-webui
Kumarvels Jul 26, 2025
b13b0f5
I am re-testing the web UI and moving the test files.
google-labs-jules[bot] Jul 26, 2025
fc37ddf
Merge branch 'main' into retest-webui
Kumarvels Jul 26, 2025
4163ccf
Merge pull request #29 from Kumarvels/retest-webui
Kumarvels Jul 26, 2025
943a0a3
Create SECURITY.md
Kumarvels Jul 31, 2025
43680cc
Update issue templates
Kumarvels Jul 31, 2025
2726c2e
Create codeql.yml
Kumarvels Jul 31, 2025
603e371
Potential fix for code scanning alert no. 27: Code injection
Kumarvels Jul 31, 2025
1acfc14
Potential fix for code scanning alert no. 33: Code injection
Kumarvels Jul 31, 2025
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
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

100 changes: 100 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '16 4 * * 4'

jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: python
build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
# or others). This is typically only required for manual builds.
# - name: Setup runtime (example)
# uses: actions/setup-example@v1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
# to set the build mode to "manual" for that language. Then modify this step
# to build your code.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
Loading
Loading