sox-validation
Validate financial controls and workflows against SOX Section 302 and 404 requirements. Use when a client needs to ensure their financial reporting workflows meet Sarbanes-Oxley requirements for internal controls over financial reporting.
What this skill does
# SOX Section 302 and 404 Validation Assess financial reporting controls and workflows against Sarbanes-Oxley Act requirements, producing a control matrix with design and operating effectiveness ratings, deficiency log, and remediation roadmap. ## Section 1: SOX 302 — Disclosure Controls Section 302 requires the CEO and CFO to certify that disclosure controls and procedures are effective and that they have reviewed the financial report. **Disclosure controls assessment:** - [ ] Disclosure controls and procedures (DC&P) are formally documented and defined - [ ] DC&P design has been reviewed and approved by executive management in the past 12 months - [ ] Evaluation of DC&P effectiveness has been conducted as of the end of each fiscal quarter - [ ] Material weaknesses in internal controls have been identified and disclosed if present - [ ] Significant changes in internal controls during the period have been documented and disclosed - [ ] Evaluation process produces written documentation that supports CEO/CFO certification - [ ] Sub-certifications collected from financial report preparers (controllers, division heads) - [ ] Fraud risk assessment conducted and results documented **Section 302 workflow requirements:** - Certification timeline is defined (typically 45 days post-quarter end for 10-Q, 60 days for 10-K) - Sub-certification collection process has defined deadlines and escalation path - Material weakness and significant deficiency disclosure process is documented - Prior-period adjustments and restatement procedures are defined ## Section 2: SOX 404 — Internal Controls Over Financial Reporting Section 404 requires management to assess the effectiveness of internal controls over financial reporting (ICFR) and external auditors to attest to that assessment. ### 2a: Risk-Based Control Inventory Build the control inventory using a top-down risk-based approach aligned with COSO (Committee of Sponsoring Organizations) framework. **Entity-level controls (ELC):** | Control | Description | Control Owner | Frequency | Evidence | |---------|-------------|--------------|-----------|---------| | Control environment | Tone at top, ethics code, HR competency policies | CEO/Board | Annual | Board minutes, signed code of conduct | | Risk assessment | Formal annual risk assessment process | CFO | Annual | Risk assessment document | | Control activities | Policy and procedure documentation | Controller | Annual | Policy library | | Information and communication | Financial reporting close process | Controller | Monthly | Close checklist, financial statements | | Monitoring | Internal audit charter and plan | Internal Audit | Annual | IA reports | **Process-level controls — Financial Reporting Processes:** For each financial reporting process (Revenue, A/P, A/R, Payroll, Fixed Assets, Treasury, Financial Close), document: | Control ID | Process | Control Description | Control Type | Owner | Frequency | Automated/Manual | Key Control | |-----------|---------|---------------------|-------------|-------|-----------|-----------------|------------| | [ID] | [Process] | [What the control does] | [Preventive/Detective] | [Role] | [Daily/Month-end/etc.] | [A/M/Hybrid] | [Yes/No] | Mark controls as **Key Controls** if they address a significant risk and failure would result in a material misstatement. Key controls require full design and operating effectiveness testing. **IT General Controls (ITGC):** ITGCs are the foundation that automated financial controls depend on. Scope all financially significant systems. | Control Domain | Control | System | Owner | Evidence | |---------------|---------|--------|-------|---------| | Logical access | User access provisioning with manager approval | [ERP/GL system] | IT Security | Provisioning tickets | | Logical access | Quarterly access review and certification | [System] | IT Security | Access review sign-off | | Logical access | Privileged access review (admin accounts) | All financial systems | IT Security | Privileged user list + approval | | Logical access | Terminated employee de-provisioning within 24 hours | All systems | HR + IT | Offboarding tickets | | Change management | Separation of development, test, and production environments | All financial systems | IT | Environment architecture diagram | | Change management | Change request, approval, and testing before production deploy | All financial systems | IT | Change tickets | | Change management | Emergency change process with post-hoc approval | All financial systems | IT | Emergency change log | | Computer operations | Backup and recovery procedures tested annually | Financial system DBs | IT | Backup test results | | Computer operations | Job scheduling monitoring and failure alerts | Batch financial jobs | IT | Job monitoring reports | | Program development | SDLC policy covering security and UAT requirements | All systems | IT | SDLC policy | ### 2b: Design Effectiveness Assessment For each key control, evaluate whether it is designed to achieve its control objective if it operates as designed. **Design effectiveness criteria:** - Control objective is clearly defined (what risk does this control address?) - Control activity is specific enough to be performed consistently - Control frequency matches the risk frequency (daily transaction risk → daily control) - Control owner is appropriate (qualified, independent of the activity being controlled) - Evidence of control performance is defined (what does the controller produce to show it ran?) - Exception handling is defined (what happens when the control detects an error?) **Design effectiveness rating:** - **Effective**: All design criteria met - **Partially Effective**: Minor design gaps; suggest enhancements - **Ineffective**: Material design gap; control cannot achieve its objective as designed → document as design deficiency ### 2c: Operating Effectiveness Testing For each key control, test whether it operated effectively throughout the period. **Testing approach by control type:** | Control Frequency | Minimum Sample Size | Testing Method | |------------------|--------------------|-------------- | | Daily | 25 | Inspect evidence for 25 randomly selected days | | Weekly | 15 | Inspect evidence for 15 randomly selected weeks | | Monthly | 12 | Inspect evidence for all 12 months | | Quarterly | 4 | Inspect evidence for all 4 quarters | | Annual | 1 | Inspect evidence for the annual performance | | Automated (continuous) | 1 + ITGC reliance | Test control once + verify ITGC effectiveness | **Evidence inspection checklist for each sample:** - Evidence exists for the period (completeness) - Evidence was produced timely (within defined window) - Evidence shows the control was performed by the appropriate owner - Evidence shows exceptions were identified and resolved (if any) - Signatures, approvals, or system timestamps are present as required **Operating effectiveness rating:** - **Effective**: No exceptions or isolated exceptions that are not indicative of systemic failure - **Deficiency**: One or more exceptions; classify severity (see Section 3) ### 2d: COSO Framework Management Assessment Confirm the control environment addresses all five COSO components: 1. **Control Environment** — Integrity and ethical values; commitment to competence; board and audit committee oversight; management philosophy; organizational structure; assignment of authority; HR policies 2. **Risk Assessment** — Risk identification; risk analysis; risk response 3. **Control Activities** — Control policies and procedures; IT controls; performance reviews; physical controls; segregation of duties 4. **Information and Communication** — Financial reporting quality; communication channels up/down/across; external communication 5. **Monitoring** — Ongoing monitoring activities; separate evaluations; reporting of deficiencies ## Section 3: Deficiency Classification | Deficiency Type | Definition | Disclosure Requ
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.