# security-audit **Repository Path**: mirrors_eclipse-theia/security-audit ## Basic Information - **Project Name**: security-audit - **Description**: Automated Security Audit for Theia framework dependencies - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-18 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

theia logo

THEIA - SECURITY AUDIT

[github pages](https://eclipse-theia.github.io/security-audit/) [![Build](https://github.com/eclipse-theia/security-audit/workflows/Build%20and%20Deploy%20GitHub%20Page/badge.svg?branch=master)](https://github.com/eclipse-theia/security-audit/actions)
## Overview The repository performs automatic `audit` scans to an example Theia application in an attempt to determine if there are any potential security vulnerabilities present. ## Implementation - Scans are performed on a an application found under `theia-application` by using the command `yarn audit`. - Scans report security vulnerabilities with severity `moderate` or higher (`moderate`, `high` and `critical`). - The output of scans are parsed, and are then displayed for Github Pages to publish.