Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.
84
Quality
81%
Does it follow best practices?
Impact
84%
1.09xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
3 findings — 3 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 1.00). The SKILL.md workflow explicitly instructs fetching and executing public third‑party content (e.g., kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml and curl -s https://fluxcd.io/install.sh | sudo bash and GitHub repo URLs for Flux/ArgoCD), so the agent/user is directed to ingest untrusted open-web resources that can materially change actions.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill includes runtime installation commands that fetch and execute remote content — notably applying manifests from https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml and running a remote installer via curl -s https://fluxcd.io/install.sh | sudo bash — which would execute external code/configuration as required setup steps.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
Attempt to modify system services in skill instructions detected (high risk: 1.00). Flagged because the skill explicitly includes a "curl ... | sudo bash" install command that asks the agent to obtain sudo privileges and modify system-level files on the host.
c44dfbd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.