fix-pylint
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard development commands such as
pip installfor managing dependencies and theazpysdkCLI for executing pylint checks. These operations are performed within a virtual environment as a security best practice. - [EXTERNAL_DOWNLOADS]: The instructions reference official Azure documentation and guidelines hosted on GitHub repositories (
github.com/Azure/azure-sdk-toolsandgithub.com/Azure/azure-sdk-for-python). These references are consistent with the skill's functional requirements. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it processes content from external GitHub issues and local files.
- Ingestion points: External GitHub issue descriptions and local files like
dev_requirements.txt(SKILL.md). - Boundary markers: No explicit markers to delimit untrusted data or ignore embedded instructions are present.
- Capability inventory: The skill can execute commands via
pipandazpysdk, and modify codebase files (SKILL.md). - Sanitization: No specific sanitization or validation of ingested issue text or requirements is mentioned.
Audit Metadata