Add injection and server-side flaws detection skill - #90
Open
VictorRayIO wants to merge 4 commits into
Open
Conversation
mukul975
requested changes
Jun 26, 2026
mukul975
left a comment
Owner
There was a problem hiding this comment.
Thanks for the 7 web-vuln review skills (insecure-configs, race-conditions, SQLi, SSRF, SSTI, XSS, XXE) — this complements #89 well and the review/detection framing is a good fit. Same fixes needed as #89 (same template):
- Placeholder code in all 7 files. Remove the
echo test'Verification block' / 'Initialize and execute' placeholder and replace with real runnable steps. - Orphaned step stubs. insecure-configs and xxe-injection-risks have a leftover
## Standard Execution Steps/ '2. Execute the sequence.' stub — remove or complete. - Folder placement. Move each to
skills/<skill-name>/with the standard layout (SKILL.md + references/ + scripts/agent.py + LICENSE). - name vs H1. Reconcile frontmatter
name:with the H1 in each file. - ATT&CK mappings. Tighten the weaker mappings to the most specific applicable technique.
Solid content — just needs the placeholders cleaned and the layout aligned.
… stubs, standard layout, reconcile H1, tighten ATT&CK
…ghtened MITRE ATT&CK technique IDs
jackwachara2537-alt
approved these changes
Jul 2, 2026
Author
|
thank for approval, my latest request for review was an accident action , pls ignore it. |
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.
Hi,
I've put together a batch of new cybersecurity skills focusing on server-side vulnerabilities, specifically SQL injection, XXE, SSTI, and SSRF. These are fully aligned with the required SKILL.md format and include practical test payloads.
Let me know if any adjustments are needed. Cheers!