feat(api): add scan security verification endpoint and non-suspicious filters#537
feat(api): add scan security verification endpoint and non-suspicious filters#537VACInc wants to merge 3 commits intoopenclaw:mainfrom
Conversation
|
Someone is attempting to deploy a commit to the Amantus Machina Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryAdded comprehensive security scan verification API endpoint (
Confidence Score: 5/5
Last reviewed commit: b46cb29 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b46cb2938e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 44e694c974
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Summary
Adds API support for skill security scan verification and aligns API filtering with website behavior for hiding suspicious skills.
What Changed
GET /api/v1/skills/{slug}/scanfor normalized security scan verification details.nonSuspiciousOnlysupport to:GET /api/v1/searchGET /api/v1/skills/api/searchboolean alias parity (trueand1).convex/lib/httpUtils.tsto remove duplication.nonSuspiciousOnly=trueto backfill clean entries before enforcing the finallimit.Validation
bun run lint✅bun run test✅bun run test:e2e✅Files
convex/httpApiV1/skillsV1.tsconvex/skills.tsconvex/httpApi.tsconvex/lib/httpUtils.tsconvex/lib/httpUtils.test.tsconvex/httpApiV1.handlers.test.tsconvex/httpApi.handlers.test.tsconvex/skills.listPublicPage.test.tsdocs/http-api.mddocs/api.mdpublic/api/v1/openapi.jsonRelates #189