**Motivation** Right now the only capabilities available in the plugin registry are `extraction` and `source` https://github.com/falcosecurity/plugins/blob/16306f2ff88f06f08d5fa3412244bc25591e59cc/build/registry/pkg/registry/types.go#L39 The `k8smeta` plugin supports also the `parsing` and the `async` ones but they are not yet supported. **Feature** Remember to add these 2 capabilities to the plugin registry when they are supported