Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
AI-SPM — This opensource project dedicated to implementing Enterprise level AI-SPM. By doing so organizations can proactively protect their AI systems from threats, minimize data exposure, and maintain the trustworthiness of their AI applications (agents, mpc servers, models and more) | Kitploit
Tools/GitHubGitHub/dshapi/ai-spm
Vulnerability ScannersCloud SecurityThreat IntelligenceSupply Chain SecurityMisconfigurationAI Security
GitHubdshapi/ai-spm

AI-SPM

This opensource project dedicated to implementing Enterprise level AI-SPM. By doing so organizations can proactively protect their AI systems from threats, minimize data exposure, and maintain the trustworthiness of their AI applications (agents, mpc servers, models and more)

View Repository
1323 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Orbyx AI SPM - AI Security Posture Management

AI security posture management (AI-SPM) is a comprehensive approach to maintaining the security and integrity of artificial intelligence (AI) and machine learning (ML) systems. It involves continuous monitoring, assessment, and improvement of the security posture of AI models, data, and infrastructure. AI-SPM includes identifying and addressing vulnerabilities, misconfigurations, and potential risks associated with AI adoption, as well as ensuring compliance with relevant privacy and security regulations.

This opensource project dedicated to implementing Enterprise level AI-SPM. By doing so organizations can proactively protect their AI systems from threats, minimize data exposure, and maintain the trustworthiness of their AI applications (agents, mpc servers, models and more). Your organization is putting everything it’s got into AI applications—are you prepared to secure them?
Before you answer, think about these specific questions:
Can you identify all the shadow AI (including AI models, agents and associated resources) that's in your environment?
Are you effectively securing AI data to prevent data poisoning, bias and compliance breaches?
Do you know how to prioritize critical AI risks with context?
Are you confident that you can detect and respond quickly to suspicious activity in AI pipelines?
If you answered “not sure,” or “no” to even one of those questions, then you should take a closer look in to this project. It’s the way to see the current state of your AI ecosystem security.

Discover your AI models , agents, and associated resources security. Identify risks across AI application supply chains/piplines and agents - that can lead to data exfiltration and misuse of resources. Implement proper governance controls around AI usage.

License Version Language GitHub OBS package build status OpenSSF Best Practices

OrbiX AI SPM

Quick how to deploy 101

Get Orbyx AI SPM running locally in a few simple steps. Prerequisites:

Mac OS:

root@kitploit:~
brew install mkcert istioctl
mkcert -install

Ubuntu / Debian:

root@kitploit:~
sudo apt-get update
sudo apt-get install -y libnss3-tools  # mkcert needs this to trust the CA in browsers (SSL suport)

Fedora / RHEL

root@kitploit:~
sudo dnf install -y nss-tools

All Linux

root@kitploit:~
curl -fsSLo /tmp/mkcert "https://github.com/FiloSottile/mkcert/releases/latest/download/mkcert-v1.4.4-linux-amd64"
sudo install -m 0755 /tmp/mkcert /usr/local/bin/mkcert

curl -fsSL https://istio.io/downloadIstio | sh -
sudo install -m 0755 istio-*/bin/istioctl /usr/local/bin/istioctl

mkcert -install

If you're on arm64 Linux, swap linux-amd64 → linux-arm64 in the mkcert URL.

Step 1 — Install K8S (Kind) cluster

clone the repo.

Bring-up (clean cluster)

Run from /<project_root>. Each step is idempotent.

root@kitploit:~
  <project_root>/deploy/scripts/bootstrap-cluster.sh

End-to-end on a fresh machine: about 20 minutes. Subsequent runs that only re-deploy the AISPM chart take about 5 minutes.

Once the bootstrap completes, navigate to:

Click Sign In on either page — demo account: admin / admin.

That's it! You're up and running.


Admin Portal - Overview

A Real-time AI security posture across every agent, model, and data source — inventory, runtime, policies, and threat response unified.

Admin Portal - Dashboard

An AI Security Posture Management control plane providing real-time visibility, risk detection, and policy enforcement across agents, models, and context flows.

Admin Portal - Inventory


Check out the Demo

Watch the video

Architecture Overview

Orbyx AI-SPM Architecture

Control Plane & Data Path

Control Plane & Data Path

Pull Request Guidelines

  • One concern per PR — keep changes focused and reviewable
  • Write a clear description — what changed and why
  • Include tests — new features and bug fixes should have test coverage
  • Pass CI — all tests must be green before review
  • Update docs — if you change behaviour, update the relevant .md file

Branch naming:

TypePattern
Featurefeat/short-description
Bug fixfix/short-description
Docsdocs/short-description

Project Structure

root@kitploit:~
services/          # Backend microservices (Python / FastAPI)
ui/                # Frontend (React + Vite)
platform_shared/   # Shared Python modules (JWT, Kafka, models)
spm/               # SPM policy and compliance definitions
opa/               # OPA Rego policies
grafana/           # Dashboard JSON and provisioning config
prometheus/        # Scrape config
tests/             # Unit and integration tests
scripts/           # Dev utilities (JWT minting, etc.)

Reporting Issues

Please open a GitHub Issue and include:

  • A clear description of the problem
  • Steps to reproduce
  • Relevant logs (make logs-api output)
  • Your environment (OS, Docker version, chip architecture)

Code Style

  • Python — follow PEP 8; use type hints where practical
  • JavaScript — standard ESM; no external linting config required
  • Commits — use Conventional Commits (feat:, fix:, docs:, etc.)

ko-fi

Download Tool
Refactorrefactor/short-description