A
100/100 First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
1
Score
100/100
LOW 1
Findings (1)
LOW
Python subprocess execution
L314 Detects Python subprocess and os.system calls for command execution in skill descriptions
subprocess.run( FIX
Pass arguments as an explicit list instead of a shell string. Set shell=False and validate all user-supplied values before inclusion.
FP?
Likely FP if the match is in documentation explaining Python subprocess usage or in a description mentioning it as a topic.