-
Notifications
You must be signed in to change notification settings - Fork 159
[PLUGINS] Add field help text for katana metadata #526
Copy link
Copy link
Open
Labels
area:pluginsScanner plugin metadata, schemas, or plugin runtime workScanner plugin metadata, schemas, or plugin runtime workbeginner friendlySmall scoped task suitable for beginner contributorsSmall scoped task suitable for beginner contributorsgood first issueFriendly starter issue for first-time contributorsFriendly starter issue for first-time contributorslevel:beginner20 pts difficulty label for small beginner-friendly PRs20 pts difficulty label for small beginner-friendly PRspriority:lowNice-to-have issue with low urgencyNice-to-have issue with low urgencytype:docsDocumentation work category bonus labelDocumentation work category bonus label
Metadata
Metadata
Assignees
Labels
area:pluginsScanner plugin metadata, schemas, or plugin runtime workScanner plugin metadata, schemas, or plugin runtime workbeginner friendlySmall scoped task suitable for beginner contributorsSmall scoped task suitable for beginner contributorsgood first issueFriendly starter issue for first-time contributorsFriendly starter issue for first-time contributorslevel:beginner20 pts difficulty label for small beginner-friendly PRs20 pts difficulty label for small beginner-friendly PRspriority:lowNice-to-have issue with low urgencyNice-to-have issue with low urgencytype:docsDocumentation work category bonus labelDocumentation work category bonus label
Summary
plugins/katana/metadata.jsoncurrently loads into the generated UI, but its target field has nohelpcopy.Why this matters
SecuScan renders plugin forms from metadata. Missing
helptext forces contributors and users to guess at valid inputs, especially for tools with sensitive or specialized parameters.Scope
helptext for each exposed field inplugins/katana/metadata.json.Acceptance criteria
plugins/katana/metadata.jsonhas meaningfulhelpcopy.