fix grammar and spelling in user_prompt sections#49
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request corrects grammar and spelling errors in user_prompt sections across multiple YAML taskflow configuration files. The changes improve clarity and professionalism of the prompts without altering any functional behavior. Key corrections include fixing subject-verb agreement, correcting spelling mistakes (e.g., "reachable", "arbitrary", "previously", "environment", "authentication"), fixing article usage ("a" vs "an"), and correcting the security terminology "IDOL" to the proper acronym "IDOR" (Insecure Direct Object Reference).
Changes:
- Fixed grammar issues including subject-verb agreement, article usage, and duplicate words
- Corrected spelling errors across multiple prompt files
- Fixed security terminology from "IDOL" to "IDOR" (Insecure Direct Object Reference)
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/seclab_taskflows/taskflows/audit/inspect_issue.yaml | Fixed verb agreement ("belong" → "belongs") and improved sentence structure |
| src/seclab_taskflows/taskflows/audit/identify_applications_local.yaml | Multiple grammar fixes including plural agreement, spelling corrections ("arbitrary", "execute"), and article corrections |
| src/seclab_taskflows/taskflows/audit/identify_applications.yaml | Fixed plural agreement and verb forms |
| src/seclab_taskflows/taskflows/audit/gather_web_entry_point_info_local.yaml | Corrected spelling ("reachable") and grammar ("does not require") |
| src/seclab_taskflows/taskflows/audit/gather_web_entry_point_info.yaml | Removed duplicate word and fixed possessive "its" |
| src/seclab_taskflows/taskflows/audit/filter_severity.yaml | Multiple grammar corrections for verb agreement and plural forms |
| src/seclab_taskflows/taskflows/audit/classify_application_local.yaml | Fixed security term "IDOL" → "IDOR" and multiple grammar corrections |
| src/seclab_taskflows/taskflows/audit/classify_application.yaml | Fixed security term "IDOL" → "IDOR" and grammar improvements |
| src/seclab_taskflows/taskflows/audit/audit_sanitizers.yaml | Fixed verb agreement |
| src/seclab_taskflows/taskflows/audit/audit_issue.yaml | Corrected spelling ("absence") and grammar |
| src/seclab_taskflows/taskflows/audit/acl_check.yaml | Fixed spelling ("authentication") and multiple grammar improvements |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_untrusted_checkout_critical.yaml | Fixed plural verb agreement ("has" → "have") |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_js_ts_path_injection.yaml | Corrected spelling ("previously") |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_js_ts_client_side_xss.yaml | Multiple corrections including abbreviation expansion and spelling fixes |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_actions_code_injection.yaml | Fixed spelling ("environment") and possessive pronoun ("Your") |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/review_actions_injection_issues.yaml | Fixed preposition usage |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/create_issues_actions.yaml | Fixed duplicate words |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/trigger_analysis.yaml | Removed duplicate word |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/audit_workflow_users.yaml | Fixed grammar and removed duplicate words |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/validate_user_input.yaml | Fixed verb agreement and word choice |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Did you use AI to do this, or did you read through all these files? |
I had an agent do the bulk of the work, but manually verified no intended logic or variable expansions were changed. |
Fixed grammar and spelling errors in user_prompt sections. No functional changes.