agentsclimarketplace

Security standards

Skill ComeOnOliver/skillshub/skills/HoangNguyen0403/agent-skills-standard/security-standards

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill security-standards

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Universal security protocols for safe, resilient software. Use when implementing authentication, encryption, authorization, or any security-sensitive feature.

SKILL.md

2.5 KB, as published. Nobody here has run it

Security Standards - High-Density Standards

Universal security protocols for building safe and resilient software.

Priority: P0 (CRITICAL)

🛡 Data Safeguarding

  • Zero Trust: Never trust external input. Sanitize and validate every data boundary (API, UI, CSV).
  • Least Privilege: Grant minimum necessary permissions to users, services, and containers.
  • No Hardcoded Secrets: Use environment variables or secret managers. Never commit keys or passwords.
  • Encryption: Use modern, collision-resistant algorithms (AES-256 for data-at-rest; TLS 1.3 for data-in-transit).
  • PII Logging: Never log PII (email, phone, names). Mask sensitive fields before logging.

🧱 Secure Coding Practices

  • Injection Prevention: Use parameterized queries or ORMs to stop SQL, Command, and XSS injections.
  • Dependency Management: Regularly scan (audit) and update third-party libraries to patch CVEs.
  • Secure Auth: Implement Multi-Factor Authentication (MFA) and secure session management.
  • Error Privacy: Never leak stack traces or internal implementation details to the end-user.

🔍 Continuous Security

  • Shift Left: Integrate security scanners (SAST/DAST) early in the CI/CD pipeline.
  • Data Minimization: Collect and store only the absolute minimum data required for the business logic.
  • Logging: Maintain audit logs for sensitive operations (Auth, Deletion, Admin changes).

🚫 Anti-Patterns

  • Hardcoded Secrets: **No Secrets in Git**: Use Secret Managers or Env variables.
  • Raw SQL: **No String Concatenation**: Use Parameterized queries or ORMs.
  • Leaking Context: **No Stacktraces in Prod**: Return generic error codes to clients.
  • Insecure Defaults: **No Default Passwords**: Force rotation and strong entropy.

📚 References

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.