Basic Concept: When employees interact with public-facing LLMs, any data they input may be processed, logged, or used for model training by the third-party provider. This creates serious regulatory and compliance risks, particularly when sensitive corporate or customer data is involved. CompTIA SecAI+ flags data governance and regulatory compliance as primary concerns in enterprise AI adoption.
Why C is Correct: Submitting sensitive business data, PII, financial records, or proprietary information to public LLMs may violate data protection regulations such as GDPR, HIPAA, or CCPA. These violations can result in substantial fines, legal liability, and significant reputational damage. This represents the most severe and impactful organizational risk from corporate use of public LLMs.
Why A is Wrong: Hallucinations where LLMs generate plausible but incorrect information are a reliability concern. However, they do not expose the company to the level of legal and financial penalties that data regulatory violations create.
Why B is Wrong: Out-of-date acceptable use policies represent an internal governance gap. This is a policy management issue rather than a direct risk with immediate legal or financial consequences.
Why D is Wrong: While LLMs can potentially generate malicious code if deliberately prompted, this requires adversarial intent. For typical corporate users, accidental data disclosure to a public LLM represents a far more common and immediate organizational risk.
Submit