helm-deploy
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration detected within the skill content. The skill serves as a documentation template for DevOps workflows.
- [COMMAND_EXECUTION]: The file contains several command-line templates for
helm,kubectl,az, anddocker. These are standard tools for Kubernetes management and are presented as reference material for the user rather than hidden or automated malicious execution. - [PROMPT_INJECTION]: The skill includes an interpolation point for user input via the
$ARGUMENTSvariable. - Ingestion points: User input is interpolated into the header of the
SKILL.mdfile via the$ARGUMENTSplaceholder. - Boundary markers: No specific delimiters or instructions to ignore embedded commands are present around the input point.
- Capability inventory: The skill outlines capabilities for infrastructure modification through
helm upgradeandkubectlcommands. - Sanitization: No explicit sanitization or validation logic is defined for the interpolated arguments within the provided file.
Audit Metadata