Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SourceCode-AI/aura
/ run
Method
run
tests/files/flask_app.py:20–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
18
return
True
19
20
def
run(self):
21
if
self.code is None:
22
return
False
23
else
:
24
eval(self.code)
25
return
True
26
27
28
@app.route(
"/vuln1"
)
Callers
15
vuln6
Function · 0.95
flask_app.py
File · 0.45
XSS_sanitised.py
File · 0.45
command_injection_with_aliases.py
File · 0.45
XSS_variable_assign.py
File · 0.45
path_traversal_sanitised.py
File · 0.45
XSS.py
File · 0.45
XSS_no_vuln.py
File · 0.45
path_traversal.py
File · 0.45
inter_command_injection.py
File · 0.45
path_traversal_sanitised_2.py
File · 0.45
XSS_call.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected