01Safety
0.0 / 30
What changed in the harness
Selection accuracy 100→100, token cost up 1%, unconfirmed writes 0%→0%.
Category breakdown
Earned points across the four signals Gradable measures. Safety and Legibility are scored out of 30; Economics and Discoverability are scored out of 20.
0.0 / 30
29.5 / 30
20.0 / 20
8.6 / 20
Highest-impact fix
Estimated gain +30 pointsExpose machine-readable principal/tenant confirmation and a non-mutating permission check so agents can verify both before destructive actions.
Description evidence
1 defect found across the exposed tool descriptions. Suggested rewrites make purpose, inputs, boundaries, and returns easier for an agent to understand.
| Tool | Defect types | Suggested rewrite |
|---|---|---|
growthbook_list_skills |
no_return_description |
List available GrowthBook agent skills, returning each skill's name and description. Use growthbook_read_skill to load the full workflow for a skill before acting. Skills encode how to accomplish GrowthBook tasks well; use growthbook_call_api to execute the REST calls they describe. |
Selection evidence
1 pair where similar names or overlapping descriptions may send an agent toward the wrong tool.
| Tool A | Tool B | Confidence | Why they collide |
|---|---|---|---|
growthbook_list_skills |
growthbook_read_skill |
medium | A task like 'show me how to launch an experiment in GrowthBook' could lead an agent to call read_skill directly with a guessed name instead of first listing skills to discover the exact name, or to stop at list_skills thinking the summary description is sufficient without loading the full workflow. |
Compare the field