argocd-login
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
Bashto executeargocdCLI commands for authentication and application management. - [DATA_EXFILTRATION]: The skill performs network operations to
argocd.dataportal.fi, which is a non-whitelisted domain, though it is the legitimate target for the skill's intended purpose. It also references the local authentication config file at~/.config/argocd/config. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface (Category 8).
- Ingestion points: User-provided values for applications and clusters are used in bash commands.
- Boundary markers: No delimiters are present to sanitize or isolate user input.
- Capability inventory: The skill uses
Bashfor command execution. - Sanitization: No input validation is performed on user-supplied strings before command execution.
Audit Metadata