07What are data poisoning and ML supply-chain attacks, and how do you defend against them?▼hard★ EssentialGoogleMicrosoftAnthropic1 repliesunlockedMost ML security focuses on inference-time attacks; this asks about the training pipeline, where a poisoned dataset or a tampered dependency can plant a backdoor that clean-data evaluation never sees. The signal is knowing the attack classes and that defense is provenance, not a single model fix.Open full answer →
32What are the supply-chain risks in AI (models, data, dependencies), and how do you manage them?▼mediumGoogleMicrosoftAnthropic1 replies◆ premiumEvery third-party model, dataset, and library is an attack surface: backdoors, poisoning, arbitrary code on load, license landmines. The signal is treating models and data as supply-chain artifacts that need provenance and vetting. Here is the answer.Open full answer →
56How do you assess the risk of a third-party model or AI vendor before you adopt it?▼mediumMicrosoftAWSSalesforce2 replies◆ premiumAdopting a vendor model imports their data practices, security, and failure modes into your product. The signal is a structured assessment covering data handling, security, performance, and contractual terms, not just a demo that looked good. Here is the answer.Open full answer →