ArcoreSentinel
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
| Method | Path | Description |
|---|---|---|
| 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
import requests
# Example interaction
response = requests.post(
url="https://api.arcore.internal/api/v1/execute",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Tech Stack
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 plannedContinuous 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
Arcore Test
An automated Test Inventory & Discovery Framework. ArcoreTest scans codebases and databases to build a living inventory of testable components, triggers, and actions, providing a centralized metadata repository for testing governance and coverage analysis.
Arcore Aegis
A comprehensive cybersecurity compliance and risk management platform. It provides automated framework management (NIST, ISO, CIS), system categorization (FIPS 199), risk assessment, and audit lifecycle tracking for enterprise governance and Authority to Operate (ATO) preparation.
Arcore Codex
The 'Legal Brain' of Arcore. Codex provides a dual-engine architecture for digitizing federal contracts (financials, CLINs, rates) and enforcing executable policy-as-code using OPA/Rego for AI guardrails, data governance, and dynamic access control.