Improve API cross-protocol evidence review#1559
Open
wowsofine wants to merge 1 commit into
Open
Conversation
Author
|
Bounty claim note: requesting consideration for the moderate improver bounty (USD 100). This PR adds API-EVID-01 through API-EVID-08 and the Cross-Protocol Evidence Matrix to reduce missed API review evidence across REST, GraphQL, gRPC, and gateway-backed APIs. It keeps the skill read-only and injection-hardened, with local validation listed in the PR description. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Checklist
injection-hardened: trueset in frontmatterallowed-toolsscoped to minimum necessary permissionsindex.yamlupdate not required because this improves an existing skillWhat This PR Does
This improves
skills/appsec/api-security/SKILL.mdby adding cross-protocol evidence gates for mixed REST, GraphQL, gRPC, and gateway-backed APIs.The new
API-EVID-01throughAPI-EVID-08checks require reviewers to tie API contract evidence back to the implementation layer that actually enforces authentication, object authorization, function authorization, property filtering, cost controls, upstream trust boundaries, and production deployment context.I also added a Cross-Protocol Evidence Matrix to the output template, an
Evidence Gate(s)field for each finding, and anInconclusivestatus for cases where the implementation artifact is missing.Framework References
Testing
git diff --check -- skills/appsec/api-security/SKILL.mdAPI-EVID-01throughAPI-EVID-08Bounty Tier
Bounty Info