This is the customer support dedicated agent and it gives you polite rejection for other unrelated questions you can attempt to ask it this project is for learning purpose with 5-Day-Google-AI-Agents by @Google X @Kaggle
SaferSkills independently audited 5-Day-Google-AI-Agents_customer-support-agent (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
ADK 2.0 graph workflow agent for a shipping company. It classifies questions as shipping-related or unrelated, then routes to an FAQ agent or a polite decline.
uv tool install google-agents-cliCreate a .env file in this folder (already gitignored):
GEMINI_API_KEY=your_api_key_here
GOOGLE_GENAI_USE_ENTERPRISE=FALSEOr set in PowerShell for the current session:
$env:GEMINI_API_KEY="your_api_key_here"
$env:GOOGLE_GENAI_USE_ENTERPRISE="FALSE"cd customer-support-agent
agents-cli installagents-cli lintWindows: agents-cli playground can fail due to a --allow_origins bug. Use this instead:
$env:Path = "$env:USERPROFILE\.local\bin;$env:Path"
uv run adk web . --host 127.0.0.1 --port 8080 --reload_agentsOpen: http://127.0.0.1:8080/dev-ui/?app=app
If port 8080 is busy, change --port 8082 and use that URL instead.
Test prompts:
How much is standard shipping?What is the weather like?image
Edits to app/agent.py reload automatically while the playground is running.
agents-cli run "How long does standard delivery take?"Stop the playground: Ctrl+C in the terminal.
Remove the project (PowerShell):
cd ..
Remove-Item -Recurse -Force customer-support-agentcustomer-support-agent/
├── app/agent.py # Workflow graph (classify → route → FAQ or decline)
├── .env # API key (local only, not committed)
├── pyproject.toml
└── tests/~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.