Add URL-driven web app pentesting skill and helper scripts#7
Draft
Add URL-driven web app pentesting skill and helper scripts#7
Conversation
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add pentesting skill targeting web app harnessing
Add URL-driven web app pentesting skill
Mar 13, 2026
bertrand-chenal
requested changes
Mar 13, 2026
bertrand-chenal
left a comment
There was a problem hiding this comment.
add a script folder to this skill, with a bunch of reusable composable scritps that use the tools in SKILL.md
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Contributor
Author
Added a reusable |
Copilot
AI
changed the title
Add URL-driven web app pentesting skill
Add URL-driven web app pentesting skill and helper scripts
Mar 13, 2026
|
@copilot please integrate Dalfox to the list of tools |
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Co-authored-by: bertrand-chenal <122295322+bertrand-chenal@users.noreply.github.com>
Contributor
Author
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.
This adds a new skill for authorized web application pentesting where the only required input is the target URL. The skill covers endpoint discovery, authentication/session analysis, common injection checks, and IDOR-style logic testing with a free, open-source-first toolchain.
New skill:
pentesting-web-appsskills/pentesting-web-apps/SKILL.mdCoverage of required pentesting capabilities
user_id,org_id,project_id, etc.)Tooling guidance
Reusable helper scripts
skills/pentesting-web-apps/scripts/folder with composable helpers for the skill workflow--executeto run available tools when installedRepository index updates
README.mdExample install:
<issue_title>Add pentesting skill</issue_title>
><issue_description>The skill should target web app harnessing, general idea:
> - should include usual pentesting tool (playwright, burp, OWASP ZAP, ...), should be free and ideally open-source
> - the only thing the agent should take as input is the url to the web app.
>
> Requirement | Description:
> - Crawler/Spider | The ability to map the application's URL structure and hidden endpoints.
> - Auth Analysis | Logic to test JWT strength, session hijacking, and "Remember Me" flaws.
> - Injection Probes | Automated payloads for SQLi, XSS, and SSRF targeted at input fields.
> - Logic Tester | For example testing if changing a user_id (or org_id, project_id, etc) in a URL allows access to another user's data (IDOR).
>
>
></issue_description>
>
> ## Comments on the Issue (you are @copilot in this section)
>
>
>
Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.