AGENCYSCRIPT
CoursesEnterpriseBlog
๐Ÿ‘‘FoundersSign inJoin Waitlist
AGENCYSCRIPT

Governed Certification Framework

The operating system for AI-enabled agency building. Certify judgment under constraint. Standards over scale. Governance over shortcuts.

Stay informed

Governance updates, certification insights, and industry standards.

Products

  • Platform
  • Certification
  • Launch Program
  • Vault
  • The Book

Certification

  • Foundation (AS-F)
  • Operator (AS-O)
  • Architect (AS-A)
  • Principal (AS-P)

Resources

  • Blog
  • Verify Credential
  • Enterprise
  • Partners
  • Pricing

Company

  • About
  • Contact
  • Careers
  • Press
ยฉ 2026 Agency Script, Inc.ยท
Privacy PolicyTerms of ServiceCertification AgreementSecurity

Standards over scale. Judgment over volume. Governance over shortcuts.

On This Page

The Security Threat Landscape for AI AgenciesThreats Specific to AI AgenciesThe Security FrameworkLayer 1: Security PoliciesLayer 2: Technical ControlsLayer 3: Security OperationsLayer 4: Incident ResponseSecurity for Client EngagementsProject Security SetupClient Security RequirementsSOC 2 CertificationSecurity MetricsYour Next Step
Home/Blog/Client Data on a Contractor Laptop, Then on the Dark Web
Operations

Client Data on a Contractor Laptop, Then on the Dark Web

A

Agency Script Editorial

Editorial Team

ยทMarch 21, 2026ยท14 min read
security operationsdata protectioncybersecurityinformation security

A 15-person AI agency in Miami received a frantic call from a client on a Tuesday morning. Sensitive customer data from the client's CRM โ€” data the agency had been using to train a recommendation model โ€” had appeared on a dark web forum. The investigation traced the breach to an agency contractor who had downloaded the dataset to a personal laptop, which was subsequently compromised by malware. The contractor had been given broad data access because nobody had configured granular permissions, and there was no policy against using personal devices for client work. The breach cost the agency $230,000 in incident response, legal fees, client remediation, and regulatory penalties. They lost the client โ€” a $400,000 annual account โ€” and two other clients reduced their engagement scope out of concern.

Security operations for AI agencies is not optional. It is a business-critical function that protects your clients' data, your intellectual property, your reputation, and your financial health. AI agencies handle some of the most sensitive data in their clients' organizations โ€” customer records, financial data, proprietary business information, and operational data. A breach does not just damage your agency. It damages your clients, and they will hold you accountable.

The Security Threat Landscape for AI Agencies

Threats Specific to AI Agencies

Data exposure during model development: AI development requires extensive data handling โ€” downloading datasets, preprocessing, feature engineering, model training, and evaluation. Each step creates opportunities for data exposure if not properly managed.

Model theft and IP exfiltration: Trained models represent significant intellectual property. If a competitor or malicious actor obtains your models, they gain the benefit of your work without the investment.

Supply chain attacks: AI development relies on numerous open-source libraries, pre-trained models, and third-party APIs. Compromised components in your supply chain can introduce vulnerabilities.

Client credential exposure: Agency teams often have access to client systems, APIs, and cloud environments. If these credentials are not properly managed, they become a vector for broader compromise.

Insider threats: Employees and contractors with access to sensitive data can intentionally or accidentally cause security incidents. Departure of team members with knowledge of client systems creates ongoing risk.

The Security Framework

Layer 1: Security Policies

Information security policy: The foundation document covering:

  • Data classification (public, internal, confidential, restricted)
  • Acceptable use of technology and data
  • Access control principles (least privilege, need to know)
  • Password and authentication requirements
  • Incident reporting obligations
  • Consequences of policy violations

Data handling policy: Specific to how data is managed throughout its lifecycle:

  • How client data is received, stored, and processed
  • Encryption requirements for data at rest and in transit
  • Data retention and deletion requirements
  • Rules for downloading, copying, or transferring data
  • Separation of client data across projects
  • Requirements for development and test data (anonymization, synthetic data)

Remote work security policy:

  • Approved devices and operating systems
  • VPN requirements for accessing agency and client systems
  • Physical security for home offices (screen privacy, secure storage)
  • Wi-Fi security requirements (no public Wi-Fi for client work without VPN)
  • Personal device usage restrictions

Vendor security policy:

  • Security requirements for third-party tools and services
  • Data processing agreements required for vendors handling client data
  • Security assessment process for new vendors
  • Ongoing monitoring requirements

Layer 2: Technical Controls

Identity and access management:

  • Single sign-on (SSO): All agency tools behind SSO for centralized access control
  • Multi-factor authentication (MFA): Required on all systems, no exceptions
  • Least privilege access: Grant minimum necessary access for each role and project
  • Access reviews: Quarterly review of all access permissions, remove unnecessary access
  • Offboarding automation: Automated revocation of all access within 1 hour of departure

Endpoint security:

  • Managed device policy (all work on agency-owned or managed devices)
  • Endpoint detection and response (EDR) software on all devices
  • Disk encryption on all devices
  • Automatic OS and software updates
  • Remote wipe capability for lost or stolen devices
  • No personal device usage for client work

Network security:

  • VPN for accessing agency infrastructure and client environments
  • Network segmentation to isolate client environments
  • Firewall and intrusion detection/prevention systems
  • DNS-level security filtering
  • Monitoring of network traffic for anomalies

Data security:

  • Encryption at rest for all stored data (AES-256 or equivalent)
  • Encryption in transit for all data transfers (TLS 1.2+)
  • Secure data transfer methods (encrypted file sharing, secure FTP, API-based transfer)
  • Data loss prevention (DLP) tools to prevent unauthorized data exfiltration
  • Secure deletion processes for data no longer needed

Cloud security:

  • Infrastructure as code for consistent, auditable cloud configuration
  • Cloud security posture management (CSPM) tools
  • Identity and access management for cloud resources
  • Encryption for all cloud storage and data services
  • Logging and monitoring for all cloud activity
  • Regular security assessments of cloud configurations

Application security:

  • Secure coding practices and guidelines
  • Code review with security focus
  • Dependency scanning for known vulnerabilities
  • Secrets management (no credentials in code, use vault services)
  • Regular vulnerability assessments

Layer 3: Security Operations

Security monitoring:

  • Centralized log collection and analysis (SIEM)
  • Alert rules for suspicious activity (unusual access patterns, large data transfers, failed authentication attempts)
  • Regular review of security logs and alerts
  • 24/7 monitoring for critical systems (can be outsourced through managed security services)

Vulnerability management:

  • Regular vulnerability scanning of all systems and applications
  • Patch management process with defined timelines (critical: 24 hours, high: 7 days, medium: 30 days)
  • Third-party penetration testing annually (or more frequently if required by clients)
  • Vulnerability tracking and remediation reporting

Security awareness training:

  • Annual security awareness training for all employees
  • Phishing simulation exercises quarterly
  • Role-specific security training for developers (secure coding), managers (data handling), and leadership (risk management)
  • New hire security orientation during onboarding
  • Regular security reminders and updates

Layer 4: Incident Response

Incident response plan:

A documented plan that everyone knows and has practiced:

Phase 1 โ€” Detection and identification:

  • How are incidents detected? (Monitoring alerts, employee reports, client reports, third-party notifications)
  • Who receives the initial report?
  • How is the severity assessed?

Incident severity levels:

  • Critical: Active data breach, system compromise, or ransomware. Immediate response required.
  • High: Suspected breach, vulnerability being exploited, or significant security event. Response within 1 hour.
  • Medium: Security policy violation, failed attack attempt, or minor vulnerability. Response within 4 hours.
  • Low: Informational security event, minor policy deviation. Response within 24 hours.

Phase 2 โ€” Containment:

  • Isolate affected systems to prevent further damage
  • Preserve evidence for investigation
  • Implement temporary countermeasures

Phase 3 โ€” Investigation:

  • Determine the scope and impact of the incident
  • Identify the root cause
  • Assess data exposure (what data was affected, who was affected)
  • Document all findings

Phase 4 โ€” Notification:

  • Notify internal leadership immediately for critical and high-severity incidents
  • Notify affected clients per contractual and regulatory requirements
  • Notify regulators per legal requirements (e.g., 72-hour GDPR requirement)
  • Notify law enforcement if criminal activity is suspected
  • Prepare external communications if the incident becomes public

Phase 5 โ€” Recovery:

  • Restore affected systems to normal operation
  • Implement permanent fixes for the root cause
  • Verify that the incident is fully resolved

Phase 6 โ€” Lessons learned:

  • Post-incident review within 2 weeks
  • Document root cause, timeline, response, and lessons learned
  • Update security controls, policies, and procedures based on findings
  • Share relevant learnings with the team (appropriately redacted)

Incident response team:

  • Incident commander: Overall coordination and decision-making
  • Technical lead: Investigation and remediation
  • Communications lead: Internal and external communication
  • Legal counsel: Regulatory and contractual obligations
  • Client relationship lead: Client communication and relationship management

Incident response testing:

  • Tabletop exercises semi-annually (walk through a scenario as a team)
  • Technical drills annually (simulate a real incident and test response)
  • Review and update the incident response plan annually

Security for Client Engagements

Project Security Setup

For every client engagement:

  • Dedicated project environment isolated from other client data
  • Access limited to assigned team members
  • Client data handling requirements documented and communicated
  • Security controls configured per client requirements
  • Data flow documented (where data comes from, where it goes, who accesses it)

Client Security Requirements

Enterprise clients often have specific security requirements:

  • SOC 2 Type II certification
  • Specific encryption standards
  • Background checks for personnel with access to their data
  • Security questionnaire completion
  • Regular security audits or assessments
  • Dedicated security controls beyond your baseline

SOC 2 Certification

If you work with enterprise clients, SOC 2 certification is increasingly expected:

  • SOC 2 Type I: Point-in-time assessment of your security controls
  • SOC 2 Type II: Assessment of your security controls over a period (typically 6-12 months)
  • Cost: $15,000-50,000 for initial certification, $10,000-30,000 for annual renewal
  • Timeline: 3-6 months for Type I, 6-12 months for Type II
  • Benefit: Significantly reduces security questionnaire burden and builds trust with enterprise clients

Security Metrics

Track these metrics to measure your security posture:

  • Mean time to detect (MTTD): How quickly are security incidents identified? Target: under 24 hours for high-severity incidents.
  • Mean time to respond (MTTR): How quickly are incidents contained and resolved? Target: under 4 hours for critical incidents.
  • Vulnerability remediation rate: What percentage of identified vulnerabilities are remediated within SLA? Target: 95%+.
  • Phishing simulation click rate: What percentage of employees click on simulated phishing emails? Target: under 5%.
  • Security training completion: What percentage of employees have completed required training? Target: 100%.
  • Access review completion: Are quarterly access reviews completed on time? Target: 100%.
  • Incident count: Number of security incidents by severity level. Track trends over time.

Your Next Step

This week:

  • Enable MFA on all agency systems that support it. This single step prevents the majority of credential-based attacks.
  • Audit who has access to your most sensitive client data. Remove any access that is not currently needed.
  • Verify that all devices used for agency work have disk encryption enabled.

This month:

  • Draft or update your core security policies (information security, data handling, incident response).
  • Implement a password manager for the team if you do not have one.
  • Conduct a basic security assessment of your infrastructure and address critical findings.

This quarter:

  • Implement endpoint security (EDR) on all agency devices.
  • Deliver security awareness training to all team members.
  • Conduct your first tabletop incident response exercise.
  • Evaluate whether SOC 2 certification is appropriate for your client base and begin the process if so.

Security is not a destination โ€” it is a continuous process of improvement. The goal is not perfection but rather a posture that is appropriate for the sensitivity of the data you handle and the expectations of your clients. Start with the fundamentals, build systematically, and never stop improving.

Search Articles

Categories

OperationsSalesDeliveryGovernance

Popular Tags

prompt engineeringai fundamentalsai toolsthe difference between AIMLagency operationsagency growthenterprise sales

Share Article

A

Agency Script Editorial

Editorial Team

The Agency Script editorial team delivers operational insights on AI delivery, certification, and governance for modern agency operators.

Related Articles

Operations

Understaffed or Overstaffed? Both Camps Were Right.

You cannot manage what you cannot see. Here is how to build a team capacity dashboard that prevents burnout, eliminates bench time, and keeps projects staffed correctly.

A
Agency Script Editorial
March 21, 2026ยท12 min read
Operations

Optimizing Daily Standups for Distributed AI Agency Teams

Optimized standups keep distributed AI agency teams aligned without consuming the focused work time that engineers need to ship quality deliverables.

A
Agency Script Editorial
March 21, 2026ยท10 min read
Operations

Complete Utilization Rate Management Guide โ€” The Metric That Makes or Breaks Agency Profitability

A 5% shift in utilization can swing agency profit by 30% or more. Here is the definitive guide to measuring, managing, and optimizing the most important metric in your agency.

A
Agency Script Editorial
March 21, 2026ยท13 min read

Ready to certify your AI capability?

Join the professionals building governed, repeatable AI delivery systems.

Explore Certification