Skip to main content

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
358client = agentplatform.Client(project="PROJECT_ID", location="LOCATION")
359
360# --- SINGLE-TURN EVAL (EvalCase list) ---
361dataset = 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) ---
366df = pd.DataFrame({
367 "prompt": ["Q1", "Q2"],
Scanned on Aug 3, 2026
View Security Dashboard
Installation guide →
GitHub Stars 15.4K
Rate this skill
Categorydevelopment
UpdatedAugust 9, 2026
google/skills