conventions-security

Enforce security conventions for authentication, data access, file handling, and external APIs.

163|43|Updated May 3, 2026
One-click install
npx skills add https://github.com/stella/stella --skill conventions-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conventions-security
Source: https://github.com/stella/stella/tree/main/.agents/skills/conventions-security
Command: npx skills add https://github.com/stella/stella --skill conventions-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures secure coding practices when dealing with authentication, data access, file handling, and external APIs, protecting privileged legal data.

Core Features & Use Cases

  • Enforces least privilege in code paths and explicit access controls.
  • Maintains audit trails for state-changing operations.
  • Promotes encryption in transit and at rest, input validation, workspace isolation, ethical walls, and dependency hygiene.
  • Provides guidelines for logging without exposing secrets or PII and for robust change management.

Quick Start

Ensure new code conforms to the security conventions when handling authentication, data access, file handling, or external API calls.

Frequently Asked Questions about conventions-security

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

FAQPage Schema
How do I enforce least privilege and audit trails in code handling privileged data?

To enforce least privilege and audit trails for privileged data, apply explicit access controls and log all state-changing operations. This ensures code paths follow strict security conventions while maintaining full auditability.

What security conventions are needed for authentication endpoints and external API integrations?

Security conventions for authentication endpoints and external API integrations require encryption in transit and at rest, input validation, and logging without exposing secrets. These measures protect privileged data across all integration touchpoints.

How do I implement SOC 2 and ISO 27001 compliance principles in data access layers?

Implement SOC 2 and ISO 27001 compliance in data access layers by enforcing change management, data retention policies, dependency hygiene, and robust access control. This ensures secure coding practices for privileged data handling.

How should I handle logging and file processing without leaking secrets or PII?

Handle logging and file processing without leaking secrets or PII by following strict security conventions that enforce workspace isolation and ethical walls. This protects sensitive data while maintaining necessary operational audit trails.

Does this approach support workspace isolation and ethical walls for legal compliance?

Yes, this approach supports workspace isolation and ethical walls for legal compliance by enforcing strict security conventions in code. It ensures privileged legal data remains protected across authentication, data access, and file handling modules.