01Safety
0.0 / 30
What changed in the harness
Selection accuracy 97→97, token cost down 4%, 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
28.7 / 30
20.0 / 20
12.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
3 defects 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 |
|---|---|---|
migrate-status |
params_unexplained |
Runs the prisma migrate status command against the project at projectCWD. It compares the migration files in the project's ./prisma/migrations folder with the entries in the _prisma_migrations table and returns a status report showing the total number of migrations found, the last common migration between local history and the database, which migrations have not yet been applied, and which database migrations are missing locally. projectCWD must be the absolute path to the top-level directory of the project containing the Prisma schema and migrations. |
migrate-dev |
params_unexplained |
Runs prisma migrate dev against the project at projectCWD to synchronize the development database and generated artifacts whenever the schema.prisma file is modified. It reruns the existing migration history in a shadow database to detect schema drift, applies pending migrations to the shadow database, generates a new migration from any changes made to the Prisma schema, applies all unapplied migrations to the development database while updating the _prisma_migrations table, and triggers generation of artifacts such as Prisma Client. The name parameter is descriptive text summarizing the change made to the Prisma schema, used to label the generated migration. projectCWD must be the absolute path to the top-level directory of the project containing the Prisma schema. |
Prisma-Studio |
params_unexplained |
Opens Prisma Studio, a visual UI for browsing and editing the data in the database of the project at projectCWD. projectCWD must be the absolute path to the top-level directory of the user's project containing the Prisma schema. |
Selection evidence
0 pairs where similar names or overlapping descriptions may send an agent toward the wrong tool.
| Tool A | Tool B | Confidence | Why they collide |
|---|---|---|---|
| No confusable tool pairs were flagged in this assessment. | |||
Compare the field