conviso-vuln-remediator
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
convisoCLI tool to perform management tasks on the Conviso Platform. Additionally, several shell scripts (10_collect_recent_vulns.sh,20_prioritize_vulns.sh,30_generate_bulk_update_csv.sh,35_validate_bulk_csv.sh) usepython3to execute logic provided via heredocs. This pattern involves the runtime execution of dynamically provided script content. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes vulnerability data (titles and descriptions) retrieved from the Conviso API.
- Ingestion points: External vulnerability data is fetched and stored in
out/recent_vulns.jsonbyscripts/10_collect_recent_vulns.sh. - Boundary markers: The
SKILL.mdfile defines safety rules for the agent, and thescripts/20_prioritize_vulns.shscript includes asafe_textfunction to strip markdown headers and control characters. - Capability inventory: The skill has the ability to perform bulk updates to the Conviso Platform via
scripts/50_bulk_apply.sh. - Sanitization: Input is sanitized by stripping backticks and hashes and truncating strings to 180 characters, which provides some protection against accidental instruction obedience.
Audit Metadata