Last Updated: 2026-02-06 by Keming He
Security considerations for using and contributing to common-devx.
This repository contains documentation templates and AI agent skills - not executable code with traditional security vulnerabilities. This policy covers:
- Content accuracy and safety
- Responsible use of AI-generated content
- Reporting issues with skills or templates
Important
Always review AI-generated content before use.
When using skills from this repository:
- Read the skill - Understand what the AI will do before invoking it
- Review output - Verify AI-generated content is accurate and appropriate
- Check for sensitive data - Ensure no credentials, secrets, or PII are exposed
- Validate links and paths - Confirm references point to correct locations
Secure your development workflow with these practices:
| CIA Component | Practice | Guide |
|---|---|---|
| Confidentiality | SSH key authentication | use-cases-ssh-authentication.md |
| Integrity | GPG commit signing | use-cases-gpg-commit-signing.md |
| Availability | Git version control | use-cases-git.md |
These guides apply to any Git-based workflow, not just this repository.
For inaccurate, misleading, or problematic content:
- Open a GitHub issue with details
- Use the bug report template for specific problems
- Include the file path and description of the issue
For issues that could cause harm if publicly disclosed:
- Do not open a public issue
- Use GitHub's private vulnerability reporting
- Or email the maintainer directly (see repository profile)
Response time: Best effort, typically within 7 days.
When adding or modifying content:
- No hardcoded credentials, API keys, or secrets in examples
- No real personal information in templates (use placeholders)
- No instructions that could enable harmful actions
- Clear warnings where caution is needed
This repository follows a rolling release model. The main branch always contains the current supported version.
If you discover a security issue:
- Report privately (see above)
- Allow reasonable time for response and fix
- Do not disclose publicly until addressed
Security Policy v1.1.0 - KemingHe/common-devx