adhit-r / adhit-r/aran-mcp

Implement Scheduled Security Test Execution

未关闭
#10 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
TypeScript
星标
0
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

## Overview
Add the ability to schedule security tests to run automatically on a recurring basis.

## Business Value
Automated scheduled testing ensures continuous security monitoring without manual intervention.

## Current State
- Security testing framework exists
- Tests can be run manually
- No scheduling system

## Subtasks
- [ ] Design scheduling system
- [ ] Implement cron-based scheduling
- [ ] Create test schedule database schema
- [ ] Add schedule management API
- [ ] Implement schedule UI
- [ ] Add schedule notifications
- [ ] Create schedule execution engine

## Implementation Steps
1. Create backend/internal/security/scheduler.go
2. Add scheduling database tables
3. Implement cron parser
4. Create schedule management endpoints
5. Build schedule UI component

## Acceptance Criteria
- [ ] Tests can be scheduled with cron expressions
- [ ] Schedules are stored and persisted
- [ ] Scheduled tests execute automatically
- [ ] Schedule results are stored
- [ ] Users can manage schedules via UI
- [ ] Notifications sent on schedule completion

## Estimated Effort
- Hours: 16-20
- Complexity: High

贡献指南

打开贡献指南

调研方向

Start by reading the existing security testing framework and the proposed backend/internal/security/scheduler.go entry point. Trace how manual test execution currently works, then review the database, management API, UI, execution, persistence, and notification subtasks. Done means recurring cron schedules can be managed, persisted, executed, and reported through the stated acceptance criteria.

由索引模型根据 Issue 内容生成。

评估

技术栈
go, typescript
领域
api, backend, database, frontend, security
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。