Information
Next important piece of information about a template is the info block. Info block provides name, author, severity, description, reference, tags andmetadata. It also contains severity field which indicates the severity of the template, info block also supports dynamic fields, so one can define N number of key: value blocks to provide more useful information about the template. reference is another popular tag to define external reference links for the template.
Another useful tag to always add in info block is tags. This allows you to set some custom tags to a template, depending on the purpose like cve, rce etc. This allows nuclei to identify templates with your input tags and only run them.
Example of an info block -
Metadata
It’s possible to add metadata nodes, for example, to integrates with uncover (cf. Uncover Integration). The metadata nodes are crafted this way:<engine>-query: '<query>' where:
<engine>is the search engine, equivalent of the value of the-ueoption of nuclei or the-eoption of uncover<query>is the search query, equivalent of the value of the-uqoption of nuclei or the-qoption of uncover

