Language Specific Security Skills Base on Intel Secure Coding Standards#1328
Merged
Conversation
saratpoluri
reviewed
Apr 30, 2026
| @@ -0,0 +1,246 @@ | |||
| <!-- SPDX-License-Identifier: Apache-2.0 --> | |||
Contributor
There was a problem hiding this comment.
We will need to set the proper hierarchy for what is auto discoverable and what will be hierarchically loaded as part of security guidelines. I will make that change across the repo later. For now, this looks good to me.
saratpoluri
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
This pull request introduces Intel-based secure coding guidelines for both C++ and Python, and updates the main security skill to reference these new language-specific documents. These additions provide detailed, actionable best practices and review checklists tailored for SceneScape's C++ and Python codebases, helping ensure secure development and code review processes.
New language-specific secure coding guidelines:
.github/skills/intel-secure-cpp-specifics.mdwith secure C++ coding practices, including RAII, type safety, error handling, integer arithmetic, and a code review checklist, all based on Intel Secure Coding Standards..github/skills/intel-secure-python-specifics.mdwith secure Python practices covering input validation, string handling, authentication, file/network I/O, error handling, project structure, deployment, and a review checklist, following Intel's secure coding guidance.Security skill documentation update:
.github/skills/security.mdto reference the new C++ and Python secure coding guideline documents, directing contributors and reviewers to language-specific best practices.✨ Type of Change
Select the type of change your PR introduces:
🧪 Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
✅ Checklist
Before submitting the PR, ensure the following: