-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Audit: missing registration
Component: data-machine
Count: 10 findings
Last run: https://github.com/Extra-Chill/data-machine/actions/runs/23498272453
Updated: 2026-03-24T15:53:30Z
Homeboy: homeboy 0.86.1+cc415873 | Action: Extra-Chill/homeboy-action@v2
Findings
| File | Description | Suggestion |
|---|---|---|
inc/Abilities/AgentPingAbilities.php |
Missing registration: wp_abilities_api_init | Add wp_abilities_api_init call to match the convention in Abilities |
inc/Abilities/EngineAbilities.php |
Missing registration: wp_abilities_api_init | Add wp_abilities_api_init call to match the convention in Abilities |
inc/Abilities/ChatAbilities.php |
Missing registration: wp_abilities_api_init | Add wp_abilities_api_init call to match the convention in Abilities |
inc/Abilities/JobAbilities.php |
Missing registration: wp_abilities_api_init | Add wp_abilities_api_init call to match the convention in Abilities |
inc/Abilities/PipelineAbilities.php |
Missing registration: wp_abilities_api_init | Add wp_abilities_api_init call to match the convention in Abilities |
inc/Abilities/FlowStepAbilities.php |
Missing registration: wp_abilities_api_init | Add wp_abilities_api_init call to match the convention in Abilities |
inc/Abilities/FlowAbilities.php |
Missing registration: wp_abilities_api_init | Add wp_abilities_api_init call to match the convention in Abilities |
inc/Abilities/TaxonomyAbilities.php |
Missing registration: wp_abilities_api_init | Add wp_abilities_api_init call to match the convention in Abilities |
inc/Core/Auth/AgentAuthMiddleware.php |
Missing registration: rest_api_init | Add rest_api_init call to match the convention in Auth |
inc/Api/Flows/FlowScheduling.php |
Missing registration: rest_api_init | Add rest_api_init call to match the convention in Flows |
Autofix status
✅ 10/10 findings auto-fixable
Run: homeboy refactor data-machine --from audit --write --only missing_registration
Updated automatically by Homeboy Action on each CI run until resolved.
Reactions are currently unavailable