Skip to main content
utkusen
GitHub creator profile

utkusen

Repository-level view of 16 collected skills across 1 GitHub repositories.

skills collected
16
repositories
1
updated
Apr 2, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

sast-hardcodedsecrets
information-security-analysts

Detect hardcoded sensitive data (API keys, access tokens, private keys, passwords, etc.) in publicly accessible code — frontend JavaScript, mobile apps, client-side bundles, and HTML templates. Uses a three-phase approach: recon (find secret candidates),…

Apr 2, 2026
sast-businesslogic
information-security-analysts

Detect business logic vulnerabilities in a codebase using a three-phase approach: threat modeling (domain analysis and attack scenarios), batched verify (check exploitable gaps in parallel subagents, 3 scenarios each), and merge (consolidate batch results).…

Mar 31, 2026
sast-fileupload
information-security-analysts

Detect insecure file upload vulnerabilities in a codebase using a three-phase approach: discovery (find all upload sites), batched verify (check extension bypass and related issues in parallel subagents, 3 sites each), and merge (consolidate batch results).…

Mar 31, 2026
sast-graphql
information-security-analysts

Detect GraphQL injection vulnerabilities in a codebase using a three-phase approach: recon (confirm GraphQL usage and find unsafe operation document assembly sites), batched verify (trace user input to those sites in parallel subagents, up to 3 candidate…

Mar 31, 2026
sast-idor
information-security-analysts

Detect Insecure Direct Object Reference (IDOR) vulnerabilities in a codebase using a three-phase approach: recon (find candidates), batched verify (check authorization in parallel subagents, 3 candidates each), and merge (consolidate batch results). Checks…

Mar 31, 2026
sast-missingauth
information-security-analysts

Detect missing authentication and broken function-level authorization vulnerabilities in a codebase using a three-phase approach: recon (map endpoints and the role/permission system), batched verify (check auth/authz in parallel subagents, 3 endpoints each),…

Mar 31, 2026
sast-pathtraversal
information-security-analysts

Detect path traversal vulnerabilities in a codebase using a three-phase approach: recon (find file-loading sinks with dynamic paths), batched verify (trace user input and mitigations in parallel subagents, 3 sinks each), and merge (consolidate batch results).…

Mar 31, 2026
sast-rce
information-security-analysts

Detect Remote Code Execution (RCE) vulnerabilities in a codebase using a three-phase approach: recon (find dangerous execution sinks), batched verify (trace user input to sinks in parallel subagents, 3 sinks each), and merge (consolidate batch results).…

Mar 31, 2026
Showing 8 of 16 collected skills.
Showing 1 of 1 repositories
All repositories loaded