← Home

Cisco fingerprints nearly 900 open models and exposes lineages that were never verified

Cisco published on Thursday the AI Supply Chain Provenance Explorer, a free public database covering nearly 900 open AI models. Each entry can carry the provider's headquarters, a fingerprinted lineage graph, license restrictions, and a count of files scanned. The most uncomfortable conclusion of the survey is blunt: the lineage of 69% of the open models analyzed was never independently verified — the stated origin of many of them depends only on self-attributed labels.

The problem the tool attacks is old in the software industry but new in the AI world. When a model is fine-tuned, distilled, merged, or repackaged, the derivation chain gets harder and harder to trace. A project can start from a legitimate base and, over dozens of derivations, incorporate weights or data of dubious origin without anyone noticing. In the traditional open-source universe, this problem is solved with integrity checks, signatures, and commit history; in the model universe, the weight file is an artifact that does not tell its own story.

Cisco's approach is technical and elegant. Instead of trusting what each model says about itself, the Model Provenance Kit generates a rich "fingerprint" from signals such as tokenizer similarity, embedding geometry, normalization layers, and direct weight comparisons. These signals are combined into a provenance score indicating whether two models share a common origin or training lineage. It is the same reasoning as a detective comparing fingerprints instead of listening to what suspects claim.

The practical implication is enormous for anyone adopting open models in production. If a company picks a model thinking it is "new" and independent, but it is actually an undeclared derivative of another project, it may be inheriting invisible risks — incompatible licenses, problematic data, or even weights contaminated by a chain nobody audited. The fact that Cisco found 69% of lineages unverified suggests a large part of the open-model ecosystem operates in a zone of implicit trust.

The question that remains is what happens when implicit trust stops being acceptable. Provenance tools like this one could become the equivalent of the vulnerable-dependency scanning that is routine in software pipelines today — but the market is still learning to demand that level of rigor from an AI model. The trend points to a future where the origin of a model will be audited with the same seriousness as the code running in production. The question is whether that will happen proactively or after a scandal.

The analogy with open source software helps size the problem. Two decades ago, open source projects suffered from unaudited dependencies, and the solution was building entire verification layers — vulnerability scanners, package signatures, and SBOM databases, the software bill of materials. The AI model universe is now going through the same transition, only with a much more opaque artifact: a model is a set of weights, and there is no trivial equivalent of a "signature" proving its origin. Cisco's tool is one of the first serious efforts to fill that void. If it becomes standard, it could transform how companies assess risk before adopting a model — and perhaps even pressure providers to be more transparent about the bases their models actually derive from.

Sources: VentureBeat, Cisco Blogs, Help Net Security, SecurityWeek

✓ Independent sources cross-checked and verified before publishing