security

Detects and remedies security vulnerabilities in Flows applications before deployment.

5|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/cognitedata/builder-skills --skill security-cognitedata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/cognitedata/builder-skills/tree/main/skills/security
Command: npx skills add https://github.com/cognitedata/builder-skills --skill security-cognitedata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill detects and remedies security issues within Flows applications, ensuring safe handling of credentials, user inputs, and external data.

Core Features & Use Cases

  • Security Auditing: Systematically scans project files to identify potential vulnerabilities related to authentication, data validation, and dependency risks.
  • Fixing Vulnerabilities: Applies fixes such as sanitizing HTML content, replacing hardcoded secrets with environment variables, and aligning network calls with SDK standards.
  • Use Case: Before deploying a new feature involving user credentials, utilize this Skill to perform an security audit and implement necessary hardening measures automatically.

Quick Start

Run the security fix skill to analyze and repair vulnerabilities across your codebase.

Frequently Asked Questions about security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan my web application for security vulnerabilities before production deployment?

To fix hardcoded secrets in web applications, replace them with environment variables and sanitize HTML content to prevent vulnerabilities, aligning network calls with SDK standards for secure credential management.

What is the best way to audit user input validation and dependency risks in my codebase?

The best way to audit input validation and dependency risks is to perform a systematic security scan across project files, detecting code vulnerabilities and enforcing best practices for robust data handling.

How does automated security remediation work for web application authentication and data validation?

Automated security remediation works by detecting code vulnerabilities related to authentication and data validation, then applying targeted fixes like sanitizing HTML content and aligning network calls with SDK standards.

Can I use this security audit to harden features involving user credentials?

Yes, you can use this security audit to harden features involving user credentials by performing a comprehensive vulnerability analysis and automatically implementing necessary security measures before deployment.

Why does my web application need both dependency audits and code vulnerability detection?

Your web application needs both dependency audits and code vulnerability detection to ensure comprehensive security, covering both external library risks and internal authentication or input validation flaws for safe production deployment.