agentsclimarketplace

Loop security patch retest

Skill jsuvic/agent-profile/fixtures/tabnine-workflow-skills/expected/.agents/skills/loop-security-patch-retest

Configure Codex, Claude, and Tabnine to understand your project, follow its workflow, and respect its safety rules.

Install
npx -y skills add jsuvic/agent-profile --skill loop-security-patch-retest

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use to run a bounded security-review, patch, and retest loop that stops on green, on no diff, or on a repeated identical finding.

SKILL.md

1.6 KB, 308 tokens by cl100k_base, as published. Nobody here has run it

<!-- Generated by Agent Profile Compiler. Do not edit by hand. -->

Loop: Security Review, Patch, Retest

Iterate on security-sensitive findings for a change until they are resolved, bounded by a hard iteration cap. Each iteration reviews for security risk, patches, and retests.

Loop Steps

  1. Review the change for security-sensitive behavior; run security-review for the focused pass.
  2. Patch the highest-severity finding with a focused, minimal change.
  3. Rerun the relevant tests and checks and confirm the risk is resolved without regressions.

Max Iterations

The loop runs at most 3 iterations. When it reaches 3 iterations without meeting a stop condition, it stops unconditionally and reports the unfinished state and the outstanding work; it never raises the bound to keep going.

Stop Conditions

Stop the loop as soon as any of these holds:

  • The relevant tests and checks are green.
  • An iteration produces no diff.
  • The same failure repeats identically across two consecutive iterations.

Approval Gate

  • Get explicit human approval before any write, commit, or destructive step in each iteration.
  • The loop never self-approves, never continues past the iteration bound, and never runs destructive commands on its own authority.
  • Pause and surface the state whenever approval is missing.

Safety

  • Do not upload source code.
  • Do not read or print secrets.
  • APC does not run this loop; a human or agent follows these instructions and remains in control.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most security skills give in 308 tokens

Counted across 648 of the 828 authors here whose files we hold, read 2026-08-07

  • Parameterize all database queriesin 68 of 648, across 51 files
  • Hash passwords using bcrypt, scrypt, or argon2in 49 of 648, across 36 files
  • Apply rate limiting to authentication endpointsin 48 of 648, across 24 files
  • Configure security headersin 35 of 648, across 19 files
  • Validate all inputsin 32 of 648, across 24 files
  • Validate all external input at the system boundaryin 29 of 648, across 19 files
  • Run containers as a non-root userin 28 of 648, across 15 files
  • Use httponly secure samesite cookies for sessionsin 26 of 648, across 15 files
  • Run dependency audits before every releasein 21 of 648, across 10 files
  • Encode output to prevent cross-site scriptingin 21 of 648, across 11 files
  • Copy dependencies before source codein 20 of 648, across 9 files
  • Store secrets in environment variablesin 20 of 648, across 18 files

Said here and by no other author read

  • run security-review on the change
  • patch the highest-severity finding
  • rerun relevant tests and checks
  • confirm the risk is resolved
  • confirm the patch introduces no regressions
  • stop after three iterations

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.