The skill performs unauthorized network exfiltration of environment secrets and executes unconstrained system commands without declaring necessary tool permissions or security boundaries.
npx skills add https://github.com/astronomer/agentsEnvironment secret flows to a network sink (exfiltration)
taint source (line 3): os.environ["AIRFLOW_HOST"] → sink: requests.patch(
f"{HOST}/<path>/{dag_id}/{run_id}/{task_id}",
headers=HEADERS,
json={"chosen_options": ["Approve"], "params_input": {"comments": "ok"}},
)Outbound network request primitive in skill code — can transmit data externally
requests.get(f"{HOST}/<path>", headers=HEADERS, params={"state": "pending"})Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/astronomer/agents/airflow-hitl)<a href="https://mondoo.com/ai-agent-security/skills/github/astronomer/agents/airflow-hitl"><img src="https://mondoo.com/ai-agent-security/api/badge/github/astronomer/agents/airflow-hitl.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/astronomer/agents/airflow-hitl.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.