cyberneticlibrary

Audit code for security vulnerabilities

securitysubagentsetup L20
forkyaani/tutoring-platform
What it does

Manage workflow processes

Best for

Auditing code for authorization, RLS, and authentication vulnerabilities before launch.

Inputs
  • · CSV file path or content
  • · Git diff or source files
  • · Feature spec or user story
  • · Database query results
  • · User request in natural language
Outputs
  • · Structured report (JSON or markdown)
  • · Proposed fixes or patches
  • · Result summary or action performed
Requires
  • · Supabase (RLS policies, auth)
  • · Stripe API (webhooks)
Preconditions

Source files or data accessible; required context loaded

Failure modes
  • · Token limit exceeded on large files
  • · Database unavailable or query timeout
  • · External API rate limit or downtime
Trust signals
  • · Automated validation gates
  • · Read-only mode prevents accidental changes