exec() call detected
High
- Category
- Dangerous Code Execution
- Content
import pandas as pd scope = {"df": df, "pd": pd} exec(code, scope) result = scope.get("result") return TableQAStep(- Confidence
- 99% confidence
- Finding
- exec(code, scope)
Security checks across malware telemetry and agentic risk
This appears to be a real multi-source QA skill, but it can run AI-generated code and database queries with weak enforced safeguards.
Install only if you are prepared to review and constrain it. Use isolated environments, read-only database credentials, explicit table paths, trusted SPARQL endpoints, and local or approved LLM providers for sensitive data. Treat generated Python/SQL/SPARQL as untrusted and require human approval or a real sandbox before live execution.
import pandas as pd
scope = {"df": df, "pd": pd}
exec(code, scope)
result = scope.get("result")
return TableQAStep(67/67 vendors flagged this skill as clean.