-
Notifications
You must be signed in to change notification settings - Fork 23
feat(auth0): fold tenant audit (CheckMate) into the unified skill #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
frederikprijck
wants to merge
3
commits into
main
Choose a base branch
from
fold-audit-into-router
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "slug": "audit", | ||
| "origin_skill": "auth0", | ||
| "skill_name": "auth0", | ||
| "evals": [ | ||
| { | ||
| "id": 1, | ||
| "prompt": "Run an Auth0 CheckMate tenant audit for the company acmecorp.io. The Auth0 tenant is acmecorp.us.auth0.com. Generate a personalized security/configuration report as a PDF.", | ||
| "expected_output": "Phased CheckMate audit producing a personalized Auth0 Platform Development Review with triaged findings, immediate vs. post-upgrade action lists, and a plan recommendation. Report saved as markdown, HTML, and PDF.", | ||
| "files": [], | ||
| "assertions": [ | ||
| "Bootstraps the Auth0 CLI (auth0 login or verifies existing session)", | ||
| "Creates or reuses a dedicated CheckMate M2M application in the tenant", | ||
| "Writes credentials to ~/.auth0-checkmate.env with mode 600 (chmod 600)", | ||
| "Substitutes <tenant_domain>, <client_id>, and <client_secret> before writing the env file", | ||
| "Runs the CheckMate audit tool against the tenant", | ||
| "Gathers lightweight company context for acmecorp.io (business model, products, auth surfaces)", | ||
| "Produces a findings list with severity, title, and personalized remediation notes", | ||
| "Triages findings into Immediate Actions (current plan) vs After Upgrading (requires upgrade)", | ||
| "Emits a plan recommendation with plan name only and no price", | ||
| "Saves report as auth0checkmate_<tenant>_<timestamp>.{md,html,pdf}", | ||
| "State written to ~/.auth0-checkmate/state/ (not ~/.claude/skills/)", | ||
| "Does not include sales fit scores or firmographic data in the report" | ||
| ] | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "prompt": "I already have my Auth0 tenant set up and the M2M app created. Just run CheckMate and give me the findings — skip the bootstrap steps.", | ||
| "expected_output": "CheckMate audit skipping Phase 1/2 bootstrap if credentials exist, producing findings and a report.", | ||
| "files": [], | ||
| "assertions": [ | ||
| "Reads existing credentials from ~/.auth0-checkmate.env or ~/.auth0-checkmate/state/setup.json", | ||
| "Skips M2M app creation if client_id is already cached", | ||
| "Runs the CheckMate audit and parses data.report.summary[]", | ||
| "Produces a report with triaged findings" | ||
| ] | ||
| } | ||
| ], | ||
| "graders": null | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.