beam-dataflow-python
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill primarily serves as a documentation reference. Analysis of the 190 files, including SKILL.md and numerous reference guides, shows no evidence of prompt injection, data exfiltration, or malicious intent.
- [EXTERNAL_DOWNLOADS]: The utility script
scripts/crawl_dataflow_docs.pyis used to maintain the reference materials by fetching content fromdocs.cloud.google.com. This is a trusted, well-known domain and the activity is consistent with the skill's purpose. - [COMMAND_EXECUTION]: Documentation files include various CLI examples (e.g.,
gcloud dataflow jobs run,docker build,pip install) and standard setup commands (sudo apt-get update). These are provided as educational content for users and do not represent a security risk to the agent's execution environment. - [CREDENTIALS_UNSAFE]: No hardcoded credentials or secrets were identified. Code examples within the documentation correctly demonstrate the use of environment variables (e.g.,
os.environ.get("GOOGLE_CLOUD_SQL_DB_PASSWORD")) for managing sensitive information.
Audit Metadata