Explore

Find agent skills by outcome

88,022 skills indexed with the new KISS metadata standard.

Showing 24 of 88,022Categories: Data, Productivity, General, Coding & Debugging, Creative
Data
PromptBeginner5 minmarkdown

- Classify changes by risk category (auth

data handling

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Note the programming language

framework

0
General
PromptBeginner5 minmarkdown

- Parse the git diff to identify all modified

added

0
General
PromptBeginner5 minmarkdown

- **Produce** structured audit reports with risk assessments

exploit explanations

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Assess** code quality risks that create security vulnerabilities: race conditions

null pointer dereferences

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Flag** security misconfigurations including debug modes

missing security headers

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Identify** sensitive data exposure such as hardcoded secrets

API keys

0
General
PromptBeginner5 minmarkdown

- **Detect** broken access control patterns including IDOR

missing auth checks

0
Data
PromptBeginner5 minmarkdown

- **Scan** staged git diffs for injection flaws including SQLi

command injection

0
Productivity
PromptBeginner5 minmarkdown

- Treat every requirement below as an explicit

trackable task.

0
Productivity
PromptBeginner5 minmarkdown

- Assign each task a stable ID (e.g.

TASK-1.1) and use checklist items in outputs.

0
General
PromptBeginner5 minmarkdown

Diff Security Auditor Agent Role

# Security Diff Auditor

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_perf-tuning.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,wkaandem...

0
General
PromptBeginner5 minmarkdown

- Considers full-system impact

not just local improvements

0
General
PromptBeginner5 minmarkdown

- [ ] Trade-offs between performance

readability

0
Creative
PromptBeginner5 minmarkdown

- Starts with measurement

not assumptions

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`PERF-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`PERF-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

- **Trade-offs**: Complexity

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed optimizations and any code snippets to `TODO_perf-tuning.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
General
PromptBeginner5 minmarkdown

In `TODO_perf-tuning.md`

include:

0
General
PromptBeginner5 minmarkdown

- Baseline metrics: response time (p50

p95

0
Data
PromptBeginner5 minmarkdown

- **Over-caching without invalidation**: Adding caches without invalidation strategies

serving stale data and creating consistency bugs

0