python-data-engineer
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines quality gates in
SKILL.mdandreferences/tooling.mdthat execute shell commands such aspytestandruff. Runningpytestinvolves executing the logic contained within the project's test files, which creates a risk of arbitrary code execution if the agent is tasked with reviewing or testing malicious or unvetted code. Evidence Chain: 1. Ingestion points: Python source code and test files insrc/andtests/. 2. Boundary markers: No explicit boundary markers or instructions to ignore embedded malicious instructions in processed code are present. 3. Capability inventory: Use of subprocess execution forruff,mypy, andpytest. 4. Sanitization: No sanitization or content validation of the code is performed prior to execution.
Audit Metadata