Skip to main content

이 저장소의 skills

UnboundCompute/security-agent-skills - 4페이지

SkillsMP는 UnboundCompute/security-agent-skills에서 130개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

UnboundCompute/security-agent-skills

수집된 skill 130개 중 10개를 표시합니다.

직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Test whether an AI agent obeys instructions hidden in the content it ingests, rather than only the user's. Enumerate every channel through which untrusted content reaches the model context (retrieved docs, fetched pages, uploaded files, emails, tool outputs,…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Decide whether a CVE in a dependency actually exposes your application before you scramble to patch: is the vulnerable function on a real call path from your code, do the trigger preconditions hold, and can an attacker control the input that reaches it. Use…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Turn a security patch or version diff into fresh findings: infer the fixed vulnerability from what the fix changed, reconstruct the pre-patch bug, then hunt the paths the fix did not cover and the same bug in code it never touched. Use when you have a fix…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Given one confirmed vulnerability, systematically find its siblings: the same defect shape repeated elsewhere in the codebase, and the parts of it the fix left uncovered. Use right after you confirm or read about a bug (your own finding, a CVE, a patch, a…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Decide whether a whitebox lead is a real bug by tracing taint from an untrusted source to a dangerous sink and confirming every hop against live source. Use after a scanner, a candidate list, or your own reading surfaces a "this looks dangerous" sink (SQL…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Find the missing-check bug by comparing sibling functions that reach the same sink - one validates its input, its peer does not. Use on an authorized source target to surface broken access control, missing bounds checks, and skipped sanitization that linear…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Find memory-safety bugs in C/C++ and other unmanaged code - use-after-free, double-free, out-of-bounds read/write, uninitialized use, and NULL deref - by reasoning about object lifetime and buffer bounds along real code paths. Use on an authorized source…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Find concurrency and time-of-check/time-of-use bugs - TOCTOU, unsynchronized shared state, check-then-act, and atomicity violations - by reasoning about what state is shared, what can interleave, and where a window opens between a check and its use. Use on an…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Hunt security bugs across a whole codebase by reasoning over its structure (call graph and dataflow) instead of grepping for keywords. Use when you have source access to an authorized target (your own code, an OSS project, or an in-scope engagement) and want…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Map and prioritize the attack surface of an authorized black-box web target before testing it - enumerate hosts, endpoints, parameters, auth flows, and technologies, then order them by where bugs actually live. Use at the start of an in-scope engagement or…

원문 언어: 영어

업데이트
수집된 skill 130개 중 10개를 표시합니다.