pp-airflow-admin
Fail
Audited by Snyk on Aug 20, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill shows examples that require placing JWTs/passwords into command arguments or exporting bearer tokens (e.g.,
--password,auth set-token,export AIRFLOW_ADMIN_BEARER_AUTH="..."), which would force an agent to accept and emit secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The skill “pp-airflow-admin” executes the
airflow-admin-pp-clibinary and reads Apache Airflow metadata via its API/local sync (e.g.,dags ...,monitor,sync/search/analytics), where DAG/run/task metadata can contain outsider-authored free text (such as user-generated DAG code/parameters/names and other Airflow fields) that the CLI then ingests for analysis/output.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's prerequisite/install steps fetch and install remote Go modules such as github.com/mvanhorn/printing-press-library/library/developer-tools/airflow-admin/cmd/airflow-admin-pp-cli@latest and github.com/mvanhorn/printing-press-library/library/developer-tools/airflow-admin/cmd/airflow-admin-pp-mcp@latest, which will download and execute remote code during installation and are required for the skill to run.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata