python-async-best-practices
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is educational, providing guidelines for 'asyncio' discipline. The instructions and code examples follow industry standards and do not attempt to bypass safety filters or perform unauthorized actions. All logic is transparently implemented in local Python scripts.
- [EXTERNAL_DOWNLOADS]: The skill references external URLs for documentation purposes. These links point to the official Python documentation (docs.python.org) and Python Enhancement Proposals (peps.python.org), which are trusted and well-known industry resources.
- [COMMAND_EXECUTION]: The README mentions the use of 'uv run' for building and validating the skill content. These are standard developer tools and workflows for maintaining Python projects and do not include any hidden or obfuscated commands.
- [DYNAMIC_EXECUTION]: The provided Python scripts in the 'src/' directory perform static analysis, linting, and documentation generation using regular expressions and standard file I/O. They do not use dangerous functions like 'eval()' or 'exec()' on external data.
Audit Metadata