Verification levels

How far did we actually test a plugin? Verification is independent from security and health — a plugin can be L4-verified yet have a pending security audit. The rules below are public and always apply.

L1

Found

current: 335

The GitHub repository is accessible, non-empty, and has a README. L1 is the minimum bar for appearing in the registry.

L2

Structured

current: 1025

The manifest / package.json is valid and key fields are complete (name, license, description). The plugin is cataloged with categories and use cases.

L3

Install spec

later phase

The install command is parsed from the manifest and the DSH version requirement is declared. "We know how to install it."

L4

Install tested

later phase

The install command ran successfully inside an isolated container, with no dependency errors. "We actually installed it."

L5

Feature tested

later phase

A smoke test of the plugin's core feature passed. "We actually ran it."

Semantics