← Back to scan
File as GitHub Issue repo: konedana-dotcom/skills-getting-started-with-github-copilot

Push this scan report to konedana-dotcom/skills-getting-started-with-github-copilot

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1`

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… src/static/app.js:23
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… src/app.py:55
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/2-step.yml:71
HIGH MINED115 Action `skills/action-keyphrase-checker` pinned to mutable ref `@v1` .github/workflows/2-step.yml:63
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/2-step.yml:50
HIGH MINED115 Action `peter-evans/find-comment` pinned to mutable ref `@v3` .github/workflows/2-step.yml:43
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v5` .github/workflows/2-step.yml:35
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v5` .github/workflows/2-step.yml:32
HIGH MINED115 Action `skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml` pinned to muta… .github/workflows/2-step.yml:20
HIGH MINED115 Action `skills/exercise-toolkit/.github/workflows/finish-exercise.yml` pinned to mutable … .github/workflows/5-step.yml:64
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/5-step.yml:50
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/5-step.yml:43
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v5` .github/workflows/5-step.yml:36
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v5` .github/workflows/5-step.yml:33
HIGH MINED115 Action `skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml` pinned to muta… .github/workflows/5-step.yml:21
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/1-step.yml:128
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/1-step.yml:121
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/1-step.yml:112
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/1-step.yml:105
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/1-step.yml:102
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/1-step.yml:73
HIGH MINED115 Action `skills/action-keyphrase-checker` pinned to mutable ref `@v1` .github/workflows/1-step.yml:63
HIGH MINED115 Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1` .github/workflows/1-step.yml:50
HIGH MINED115 Action `peter-evans/find-comment` pinned to mutable ref `@v3` .github/workflows/1-step.yml:43
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/1-step.yml:35
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/1-step.yml:32
HIGH MINED115 Action `skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml` pinned to muta… .github/workflows/1-step.yml:20
HIGH MINED112 FastAPI POST /activities/{activity_name}/signup has no auth src/app.py:56
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED MINED124 requirements.txt: `watchfiles` has no version pin requirements.txt:4
MED MINED124 requirements.txt: `httpx` has no version pin requirements.txt:3
MED MINED124 requirements.txt: `uvicorn` has no version pin requirements.txt:2
MED MINED124 requirements.txt: `fastapi` has no version pin requirements.txt:1
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 33.3% of discovered …
MED AUC012 [AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /…
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/static/app.js:40
Reset to top 5 38 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `konedana-dotcom/skills-getting-started-with-github-copilot`

**Score: 83/100 (B+)**  ·  38 findings  ·  scanned 2026-05-28 21:58 UTC  ·  153 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 28 |
| MEDIUM | 8 |
| LOW | 1 |

📊 [Full filterable report](https://repobility.com/scan/e904f344-0165-4eac-89b3-c5dc2dbddab0/)  ·  ![scorecard](https://repobility.com/scan/e904f344-0165-4eac-89b3-c5dc2dbddab0/report.png?v=1780005505-s2)

### Top findings

1. **HIGH** `SEC040` — innerHTML XSS — template literal with server-supplied data
   `src/static/app.js:23` · CWE-79 · A03:2021 Injection (XSS)
2. **HIGH** `SEC135` — Auth/permission check missing on AI-generated endpoint
   `src/app.py:55` · CWE-862
3. **HIGH** `MINED115` — Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1`
   `.github/workflows/2-step.yml:71` · ✓ Repobility
4. **HIGH** `MINED115` — Action `skills/action-keyphrase-checker` pinned to mutable ref `@v1`
   `.github/workflows/2-step.yml:63` · ✓ Repobility
5. **HIGH** `MINED115` — Action `GrantBirki/comment` pinned to mutable ref `@v2.1.1`
   `.github/workflows/2-step.yml:50` · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/e904f344-0165-4eac-89b3-c5dc2dbddab0/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Megaproject â high spam risk
Could not determine 'konedana-dotcom/skills-getting-started-with-github-copilot' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
30/40 findings (75%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.