diff --git a/plugins/cloud_storage_auditor/metadata.json b/plugins/cloud_storage_auditor/metadata.json index 67b722134..d3ad28652 100644 --- a/plugins/cloud_storage_auditor/metadata.json +++ b/plugins/cloud_storage_auditor/metadata.json @@ -10,7 +10,7 @@ "email": "dev@secuscan.local" }, "license": "MIT", - "icon": "\ud83d\udee0\ufe0f", + "icon": "🛠️", "engine": { "type": "cli", "binary": "uncover" @@ -29,14 +29,16 @@ "label": "Search Query", "type": "string", "required": true, - "placeholder": "s3.amazonaws.com org:example" + "placeholder": "s3.amazonaws.com org:example", + "help": "Enter an Uncover search query to identify exposed cloud storage assets. Examples include bucket names, domains, or organization filters." }, { "id": "limit", "label": "Result Limit", "type": "integer", "required": false, - "default": 100 + "default": 100, + "help": "Maximum number of results to return. Increase for broader discovery or reduce to limit output volume." } ], "presets": { @@ -64,5 +66,5 @@ "python_packages": [], "system_packages": [] }, - "checksum": "8327c42108570fc0b7b5379661f811d3c36b26abf904182e6634bd22145b9c7a" + "checksum": "36f2fb411bd249ff428376845c08f98cbb1cfba525f554e396d733edb4106dc7" }