ArcoreSentinel icon

ArcoreSentinel

ProductionSecurity & Assurance

A high-performance application assurance and testing service. Sentinel runs continuous compliance checks, load tests, and API validation against running environments to generate real-time evidence for ATO (Authority to Operate) and regulatory adherence.

Key Features

  • Continuous Compliance Monitoring (NIST, RMF)
  • Multi-Protocol Testing (HTTP, SQL, WebSocket)
  • Automated Evidence Generation (PDF Reports)
  • Load & Performance Testing Capabilities
  • CI/CD Pipeline Quality Gates Integration

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.0BlazorSQLiteDockerPython (integration runner)

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

Related Services