Source Command Security

Run security scans and vulnerability checks

enuno e50f64f 771 B Updated 1 repo stars

File contents

source-command-security

Use this skill when the user asks to run the migrated source command security.

Command Template

Run comprehensive security scans on the project.

Execute the following security checks:

  1. Bandit security linter: bandit -r src/ -ll
  2. Safety dependency vulnerability check: safety check
  3. Check for secrets in code: detect-secrets scan --baseline .secrets.baseline
  4. Review .env.example to ensure no credentials are exposed

Report back with:

  • Any security vulnerabilities found
  • Severity levels (LOW, MEDIUM, HIGH, CRITICAL)
  • Recommended remediation steps
  • Dependencies that need updating
  • Overall security posture assessment

enuno/unifi-mcp-server/tree/main/.agents/skills/source-command-security commit e50f64fb5e

Frequently asked questions

npx skillmds@latest add enuno/source-command-security