cyberneticlibrary

Audit security and data handling

security-and-hardeningskillsetup L22
LLl0k0laD/agent-skills
What it does

Apply security-first practices to user-facing code

Best for

Ensuring code handling user data, authentication, or external services is secure from the start, not as an afterthought.

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · security libraries
  • · threat modeling tools
Preconditions
  • · User input or secrets involved
  • · Auth or integration required
Failure modes
  • · Injection vulnerabilities
  • · Secret leakage
  • · Weak authorization
  • · Unvalidated external data
Trust signals
  • · Security-first principle (every external input is hostile)
  • · Explicit threat categories covered