security-review

Detect credential leaks, unsafe file operations, and code-injection risks in FTC robot code.

4|4|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ncssm-robotics/ftc-claude --skill security-review-ncssm-robotics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/ncssm-robotics/ftc-claude/tree/main/.claude/skills/security-review
Command: npx skills add https://github.com/ncssm-robotics/ftc-claude --skill security-review-ncssm-robotics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FTC security review checks identify credential leaks, unsafe file operations, and code-injection risks in FTC robot code. Use when auditing skills for security issues, checking for hardcoded credentials, or reviewing scripts for safe file operations.

Core Features & Use Cases

  • Credential leakage checks, hard-coded secrets, and credential management guidance
  • Safe file operation reviews, path validation, and configuration safety checks
  • Code-injection prevention and basic static analysis to flag risky patterns

Quick Start

Execute the security-review audit on your skill directory.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I check my FTC robot code for hardcoded credentials and security risks?

FTC security review checks scan your codebase to identify hardcoded credentials, unsafe file operations, and code-injection risks using static analysis. It flags risky patterns and provides credential management guidance during code audits and CI checks.

What is static analysis for FTC code-injection risks?

Static analysis for FTC code-injection risks scans source code to flag risky patterns and prevent unauthorized execution. The security review applies these checks to detect vulnerable code structures during audits and CI checks.

Can I use a security review skill for CI checks on FTC projects?

Yes, you can use this security review for CI checks on FTC projects. It applies structured checks for credentials, configuration safety, and safe file handling, making it suitable for automated continuous integration security audits.

Does the security review audit work for third-party FTC skills?

Yes, the security review audit works for third-party FTC skills. It is designed to apply to both FTC projects and third-party skills during code audits, CI checks, and security reviews to identify credential leaks and unsafe operations.

What's the best way to audit unsafe file operations in FTC robot code?

The best way to audit unsafe file operations in FTC robot code is to execute a structured security review that includes path validation and configuration safety checks. This process identifies unsafe file handling and documents the safety criteria used.

When do I need a credential leakage check for my FTC project?

You need a credential leakage check for your FTC project when auditing skills for security issues or checking for hardcoded secrets. Running a security review before deployment prevents exposing sensitive credentials in your robot code.