agent-platform-eval-flywheel
>-
Install this skill
or
70/100
Security score
The agent-platform-eval-flywheel skill was audited on Aug 3, 2026 and we found 2 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 360
Eval function call
SourceSKILL.md
| 358 | client = agentplatform.Client(project="PROJECT_ID", location="LOCATION") |
| 359 | |
| 360 | # --- SINGLE-TURN EVAL (EvalCase list) --- |
| 361 | dataset = types.EvaluationDataset(eval_cases=[ |
| 362 | types.EvalCase(prompt="Query here", response="Model response here"), |
high line 365
Eval function call
SourceSKILL.md
| 363 | ]) |
| 364 | |
| 365 | # --- SINGLE-TURN EVAL (pandas DataFrame) --- |
| 366 | df = pd.DataFrame({ |
| 367 | "prompt": ["Q1", "Q2"], |
Scanned on Aug 3, 2026
View Security Dashboard