Add new cybersecurity skills for injection and config reviews - #89
Open
VictorRayIO wants to merge 5 commits into
Open
Add new cybersecurity skills for injection and config reviews#89VictorRayIO wants to merge 5 commits into
VictorRayIO wants to merge 5 commits into
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 (cmd-injection, CORS, CSRF, insecure-file-uploads, JWT, LFI, open-redirect) — good coverage and a useful detection/review angle distinct from the existing exploitation skills. A few fixes before merge:
- Placeholder code in all 7 files. Each skill has an
echo test'Verification block' / 'Initialize and execute' placeholder. Replace these with real, runnable verification steps (no placeholders, per repo standard). - Orphaned step stubs. cmd-injection and open-redirect have a leftover
## Standard Execution Steps/ '2. Execute the sequence.' stub — please remove or complete. - Folder placement. Move each skill to
skills/<skill-name>/matching the standard layout (SKILL.md + references/ + scripts/agent.py + LICENSE). - name vs H1. Reconcile the frontmatter
name:with the H1 title in each file. - ATT&CK mappings. Review the weaker ones (CSRF/CORS → T1189, open-redirect → T1566 are loose) and tighten to the most specific applicable technique.
Once the placeholders are gone and the layout matches, this is close.
… stubs, standard layout, reconcile H1, tighten ATT&CK
…ghtened MITRE ATT&CK technique IDs
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 there,
I've put together some new cybersecurity skills focusing on injection flaws and configuration reviews. These are fully aligned with the required SKILL.md format and include practical test payloads.
Let me know if any adjustments are needed. Cheers!