For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DashboardWebsiteCommunity
DocsAPI ReferenceChangelog
DocsAPI ReferenceChangelog
  • Getting Started
    • Introduction
    • Why Rightbrain?
    • How It Works
  • Quickstart
    • Your First Task (5 min)
    • Deploy & Test
    • Observe Results
  • Authentication
    • Authentication
  • Creating Tasks
    • No-Code Dashboard
    • API Task Creation
  • Deploying Tasks
    • API Integration
    • SDK Integration
  • Integrations
    • MCP Protocol
    • AI Agent Documentation
  • Templates
    • Growth
    • Operations
    • Financial & Compliance
    • E-Commerce & Retail
    • Tech & Data
    • Knowledge & Content
  • Integration Patterns
    • Features
    • Tools
    • Workflows
    • Agents
LogoLogo
DashboardWebsiteCommunity
On this page
  • Resources
Templates

Templates for Tech & Data

Was this page helpful?
Previous

Templates for Knowledge & Content Management

Next
Built with

Technology and data teams use Rightbrain Tasks to automate code analysis, data processing, and technical documentation. Below are ready-to-use task templates with configuration details.

Code Analysis
Data Processing
Technical Documentation
Security Vulnerability Scanner

Purpose: Identify security vulnerabilities and insecure coding practices in source code

Inputs:

  • Source code files or snippets
  • Programming language and framework
  • Security standards to apply (OWASP, CWE)
  • Known vulnerability database

Task Instructions:

Analyse {source_code} and identify security vulnerabilities including SQL injection risks, XSS vulnerabilities, authentication flaws, data exposure issues, and insecure dependencies. Provide specific remediation guidance for each vulnerability found.

Outputs:

  • Vulnerabilities identified with severity ratings
  • CWE classifications
  • Affected code locations (line numbers)
  • Remediation suggestions and secure code examples
  • Overall security risk score

Integration: Pre-commit hook, pull request creation, scheduled security scans, block merge if critical issues

Try it now

Code Review

Purpose: Provide improvement suggestions and identify issues in pull requests or code changes

Inputs:

  • Code changes or diff
  • Programming language and style guide
  • Project context and patterns
  • Review criteria checklist

Task Instructions:

Review {code_changes} and analyse code quality, best practice compliance, performance implications, and maintainability. Provide actionable improvement suggestions.

Outputs:

  • Code quality assessment
  • Best practice violations identified
  • Performance and maintainability concerns
  • Documentation gaps
  • Specific improvement recommendations with examples

Integration: Pull request opened, code committed to review branch, post review comments, assign priority labels

Try it now

Resources

Create a Task

Complete API reference for task execution

API Integration

Build and configure tasks in the dashboard