security-scan

Produces security scans and routes detected vulnerabilities to appropriate owners.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/sncollective/snc-platform --skill security-scan-sncollective
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scan
Source: https://github.com/sncollective/snc-platform/tree/main/.claude/skills/security-scan
Command: npx skills add https://github.com/sncollective/snc-platform --skill security-scan-sncollective

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates reviews by scanning the platform codebase for security issues and ensuring findings are documented on the correct board and lane.

Core Features & Use Cases

  • Rule-based scanning against a defined set of security rules (deny-by-default, schema-at-boundary, parameterized-queries-only, error-sanitization, no-secrets-in-output, audit-security-events, webhook-verification, rate-limit-auth, defense-in-depth-headers, presigned-url-controls, audit-on-ci).
  • Classifies findings by domain and severity and routes them to the appropriate board lanes for triage and remediation.
  • Integrates with references/ to provide rationale, examples, and exceptions for each rule.

Quick Start

Run a security scan of the repository to generate findings and push them to the security board.

Frequently Asked Questions about security-scan

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

FAQPage Schema
How do I automate code security scanning across my repository?

Automating code security scanning across your repository involves running rule-based checks against the codebase to identify vulnerabilities and log findings. This skill scans all areas, including apps, APIs, web, and infrastructure, classifying issues by domain and severity for triage.

What security rules should I check for in my codebase?

Security rules to check in a codebase include deny-by-default, schema-at-boundary, parameterized-queries-only, error-sanitization, and no-secrets-in-output. Additional rules cover webhook-verification, rate-limit-auth, defense-in-depth-headers, and presigned-url-controls.

How do I triage security vulnerabilities found during a code scan?

Triage security vulnerabilities found during a code scan by classifying each finding by domain and severity. The scan routes classified findings to the appropriate board lanes, providing actionable remediation guidance and rationale from defined references.

Can I run security audits on CI for my API and web apps?

Yes, you can run security audits on CI for your API and web apps. The defined rule set includes audit-on-ci, ensuring findings are documented on the correct board and lane automatically during the continuous integration process.

Does this code scan check for webhook verification and rate limiting?

Yes, this code scan checks for webhook verification and rate limiting. The rule set includes webhook-verification and rate-limit-auth rules, scanning the platform codebase to ensure these security controls are properly implemented and logged.

How do I get remediation guidance for security findings?

You get remediation guidance for security findings by running a scan that implements defined rules via references and runtime checks. The scan produces actionable guidance, classifying findings by domain and severity and routing them to the correct board lanes.