The skill insecurely handles sensitive environment variables and executes unconstrained network and file operations without declaring necessary tool permissions, creating significant risks for credential exfiltration and unauthorized system access.
npx skills add https://github.com/astronomer/agentsThe skill provides a code template that explicitly reads sensitive environment variables (AIRFLOW_API_TOKEN) and uses them in network requests, encouraging the storage of secrets in the environment where they may be logged or exfiltrated.
HOST = os.environ["AIRFLOW_HOST"] TOKEN = os.environ["AIRFLOW_API_TOKEN"]
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.