---
Generate a comprehensive security dashboard showing audit logs, security events, and compliance metrics. Use it to review daily/weekly security activity, identify critical issues, and track compliance patterns.
/plugin marketplace add vanman2024/dev-lifecycle-marketplace/plugin install security@dev-lifecycle-marketplacešØ EXECUTION NOTICE FOR CLAUDE
When you invoke this command via SlashCommand, the system returns THESE INSTRUCTIONS below.
YOU are the executor. This is NOT an autonomous subprocess.
Immediately after SlashCommand returns, start executing Phase 0, then Phase 1, etc.
See @CLAUDE.md section "SlashCommand Execution - YOU Are The Executor" for detailed explanation.
Arguments: $ARGUMENTS
Goal: Display comprehensive security dashboard with audit logs, security events, and compliance reports
Goal: Determine report type and filters
Actions:
Goal: Query audit logs using security-validation skill
Actions:
For daily report: !{bash python plugins/security/skills/security-validation/scripts/audit-logger.py report --date="$(date +%Y-%m-%d)"}
For weekly report: !{bash for i in {0..6}; do date=$(date -d "$i days ago" +%Y-%m-%d); python plugins/security/skills/security-validation/scripts/audit-logger.py report --date="$date"; done}
For custom query: !{bash python plugins/security/skills/security-validation/scripts/audit-logger.py query --date="$DATE" --agent="$AGENT" --risk-level="$RISK_LEVEL"}
Parse JSON output and aggregate statistics
Goal: Display results as markdown dashboard
Actions:
Goal: Show dashboard and offer drill-down
Actions:
Display completion message with report type, date range, total events, and critical issues count. Suggest next steps for security review.