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 install for managing dependencies and the azpysdk CLI 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-tools and github.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 pip and azpysdk, and modify codebase files (SKILL.md).
  • Sanitization: No specific sanitization or validation of ingested issue text or requirements is mentioned.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 10, 2026, 09:49 AM
Security Audit — agent-trust-hub — fix-pylint