Join our Newsletter — 33% off our NHI Course

What do security teams get wrong about model cards and technical reports?

They often treat documentation as evidence of assurance. In reality, a model card or technical report shows what the provider says it tested, not whether the system will resist realistic adversarial behaviour in your environment. Buyers should look for attack coverage, mitigation status, and revalidation after changes.

Why This Matters for Security Teams

Model cards and technical reports are useful, but they are not security guarantees. They usually describe intended use, evaluation scope, and known limitations, which helps with procurement and governance. The mistake is to read them as proof that prompt injection, training data poisoning, jailbreaks, or unsafe tool use have been addressed in the specific deployment. Current guidance suggests treating these documents as one input to assurance, not the assurance case itself, especially when the model is connected to sensitive data or operational systems.

Security teams also need to separate provider testing from local risk. A report may be accurate for a vendor’s benchmark environment and still miss the way the model is configured, orchestrated, or exposed through RAG, APIs, or agent workflows. That is why NIST Cybersecurity Framework 2.0 is useful here: it reinforces that governance, risk management, and continuous monitoring belong in the control set, not in a document review alone. In practice, many security teams encounter the gap only after a pilot becomes production and the first real adversarial prompt or unsafe output has already occurred.

How It Works in Practice

A model card should be read as a structured disclosure document. A technical report usually goes deeper, but both still depend on the provider’s test design, threat assumptions, and update cadence. The practical question is whether the evidence maps to your use case, your data, and your threat model. If the answer is unclear, the document may support a procurement decision, but it does not complete security due diligence.

Security teams should validate three layers:

  • What was tested: attack types, misuse cases, and safety or robustness checks.
  • What was mitigated: filtering, guardrails, refusal behaviour, human review, logging, and rollback paths.
  • What changed since release: model version, system prompt, tools, connectors, retrieval corpus, and fine-tuning data.

This is where AI-specific frameworks help. The OWASP Top 10 for Large Language Model Applications is especially useful for testing coverage because it highlights common failure modes such as prompt injection and insecure output handling. NIST AI Risk Management Framework is better for governance, accountability, and mapping residual risk to business impact. If the system includes autonomous actions or tool use, the gap widens further because documentation rarely shows how the model behaves when it can execute tasks, call APIs, or chain actions across systems.

Practically, the right evidence set includes red-team results, safe-completion tests, abuse-case testing, update logs, and revalidation after every meaningful change. Technical reports can support that process, but they do not replace it. These controls tend to break down when the model is integrated into fast-moving MLOps pipelines because configuration drift, prompt changes, and retraining can invalidate the original assessment.

Common Variations and Edge Cases

Tighter assurance review often increases procurement time and operational overhead, so organisations have to balance speed against confidence. That tradeoff becomes more visible when a team is evaluating open-weight models, fine-tuned models, or agentic systems with tool access, because the provider’s documentation may be thinner or less relevant to the final deployment.

There is no universal standard for how much a model card should disclose for every risk scenario. Best practice is evolving, especially for agentic AI, RAG-enabled systems, and models that are continuously updated. In some environments, a technically detailed report is still not enough if the deployment includes sensitive personal data, regulated workflows, or cross-border processing. In those cases, assurance should also cover data governance, access control, human oversight, and incident response.

Security teams should also watch for false reassurance from benchmark numbers. High scores on narrow tests do not necessarily mean resilience against targeted attacks, adversarial inputs, or unsafe downstream behaviour. The more the system depends on external tools and retrieval sources, the more important it becomes to verify the full control chain rather than the document summary alone. For governance alignment, NIST Cybersecurity Framework 2.0 remains a useful anchor because it keeps attention on identification, protection, detection, response, and recovery across the whole deployment lifecycle.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST AI RMF AI RMF fits because the issue is assurance, governance, and residual model risk.
OWASP Agentic AI Top 10 Agentic systems need checks for tool abuse and unsafe action chains.
MITRE ATLAS ATLAS maps adversarial AI tactics that model cards often do not cover.
NIST AI 600-1 The GenAI profile stresses practical evaluation of generative AI risks.
NIST CSF 2.0 GV.RM, DE.CM Model documentation must feed governance and continuous monitoring, not replace them.

Test agent workflows for prompt injection, tool misuse, and unsafe autonomous actions before release.