ag2-quickstart
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the instructions or example scripts.
- [CREDENTIALS_UNSAFE]: The skill correctly demonstrates using
python-dotenvto load secrets from environment variables, avoiding hardcoded credentials. Example scripts use placeholders likesk-...orNotRequiredfor demonstration only. - [EXTERNAL_DOWNLOADS]: The documentation references standard installation commands for official library extras (e.g.,
ag2[openai],ag2[gemini]) and well-known utilities likepython-dotenvfrom official registries. - [INDIRECT_PROMPT_INJECTION]: The skill documents an attack surface where user input is passed to an LLM via
agent.ask()orreply.ask(). - Ingestion points:
agent.ask()andreply.ask()inSKILL.mdandassets/*.pyfiles. - Boundary markers: Absent in basic examples.
- Capability inventory: No dangerous tools (e.g., shell execution, file system modification) are defined in the provided code.
- Sanitization: Absent. Given the lack of exploitable capabilities, this surface is considered safe.
Audit Metadata