Skip to main content
Version: 1.0.0-beta

Action Plans & Remediation

Every finalized finding should have at least one action plan that assigns responsibility for remediation. AIIA tracks action plans from creation through implementation, verification, and closure.

What Is an Action Plan?

An action plan is a concrete, assignable remediation task linked to a finding. It specifies what needs to be done, who is responsible, and when it should be completed.

Creating an Action Plan

  1. Open a finding from the Findings module
  2. Navigate to the Action Plans tab
  3. Click + Add Action Plan
  4. Fill in the required fields:
FieldDescriptionRequired
DescriptionWhat corrective action needs to be taken
OwnerThe user responsible for implementing the action (owner_id)
Due DateTarget completion date (due_date)
StatusCurrent state of the action (defaults to OPEN)Auto

Action Plan Lifecycle

StatusDescriptionSet By
OPENAction plan created, awaiting implementationSystem (default)
IMPLEMENTEDOwner reports implementation is completeAction Owner
VERIFIEDAuditor has verified the implementation with evidenceAuditor
CLOSEDRemediation confirmed and closedManager / CAE
OVERDUEDue date has passed without implementationSystem (automatic)

Tracking Remediation

Remediation Dashboard

Navigate to Remediation to see a dashboard view of all action plans across engagements:

  • Open — action plans awaiting implementation
  • Overdue — past due date, requires escalation
  • Implemented — awaiting verification
  • Verified — awaiting final approval
  • Closed — completed and verified

Providing Remediation Evidence

When an action owner marks an action plan as Implemented:

  1. They should attach remediation evidence — documents, screenshots, or configuration exports proving the fix
  2. Evidence is uploaded through the action plan detail view
  3. All evidence files are automatically:
    • Virus scanned
    • SHA-256 hashed
    • Timestamped
    • Linked to the action plan via RemediationEvidence

Follow-Up Testing

After implementation, the audit team can perform follow-up testing:

  1. Navigate to the finding → Follow-Up Tests tab
  2. Click + New Follow-Up Test
  3. Execute the test procedure to verify the remediation
  4. Document results and attach evidence
  5. Mark the action plan as Verified if the test passes

Escalation

Action plans that remain OVERDUE trigger:

  • Automatic email notifications to the action owner
  • Dashboard alerts visible to Manager and CAE
  • Escalation to the CAE after a configurable period

Multiple Action Plans

A single finding can have multiple action plans for complex remediation scenarios. For example:

  • Short-term: Immediately restrict unauthorized access (30 days)
  • Long-term: Redesign the approval workflow and implement system controls (90 days)

Permissions

ActionPermission
Create action plansfinding:update (Manager, CAE)
Update action plan statusAction owner or Manager/CAE
Verify implementationfinding:update (Auditor, Manager, CAE)
Close action planfinding:close (Manager, CAE)
Upload remediation evidenceAction owner, Auditor, Manager