yaml-development
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [Environment Configuration]: The skill outlines a standard development setup using
pipandpyenv. It suggests installing dependencies in editable mode, which is a common and appropriate practice when contributing to a codebase. - [Standard Tooling]: Instructions leverage common Python tools such as
pytestand thepythoninterpreter to run pipelines. These commands are localized to the project's source directory and are expected in a development workflow. - [Project Resource Usage]: All file paths and script names referenced (e.g.,
integration_tests.py,main.py) are internal to the Apache Beam repository structure, aligning with the skill's stated purpose of aiding project development. - [Cloud Resource Placeholders]: Examples for running pipelines on cloud runners like Dataflow correctly use generic placeholders (e.g.,
my-project,my-bucket) rather than hardcoding specific credentials or infrastructure details.
Audit Metadata