ArcoreSentinel icon

ArcoreSentinel

ProductionSecurity & Assurance

A high-performance application testing service built with .NET 8.0 and Blazor. Sentinel provides multi-protocol testing (REST API, Database, WebSocket), load testing with detailed performance metrics, API compliance analysis, and real-time health monitoring with comprehensive test result storage.

Key Features

  • Multi-Protocol Testing (REST API, SQL Database, WebSocket)
  • Load & Performance Testing with Concurrent User Simulation
  • API Compliance Analysis (REST principles validation)
  • Real-Time Health Monitoring Dashboard
  • Comprehensive Test Result Storage & Analytics
  • Test Execution Engine with Background Workers

API Endpoints

MethodPathDescription
POST`/api/v1/execute`Execute a test suite
GET`/api/v1/results/{runId}`Retrieve detailed test results
GET`/api/v1/compliance/report`Generate a compliance PDF report
POST`/api/v1/profiles`Create/manage authentication profiles for testing

Usage Example

python
import requests
# Example interaction
response = requests.post(
    url="https://api.arcore.internal/api/v1/execute",
    headers={"Authorization": "Bearer <token>"}
)
print(response.json())

Tech Stack

.NET 8.0ASP.NET CoreBlazorEntity Framework CoreSQLiteDocker

Authentication

  • **Header:** `Authorization: Bearer <token>`
  • **Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.

Compliance & Security

Compliance

  • AuthN: Managed Identity / Service Principal
  • Encryption: AES-256 for stored credentials

Security

  • Encryption: AES-256 for stored credentials

Coming Soon

4 planned
  • Continuous Compliance Monitoring (NIST, RMF)

    Target: Q2 2025

  • Automated Evidence Generation (PDF Reports)

    Target: Q3 2025

  • CI/CD Pipeline Quality Gates Integration

    Target: Q2 2025

  • Real-Time Test Execution Monitoring (SignalR)

    Target: Q3 2025

Related Products