security: remove remaining scanner trigger patterns, bump to 0.1.5#10
Merged
Conversation
- ansible-designer: remove bash_tool from frontmatter, remove find shell command from global rule 8, remove npx from SKILL.md entirely - update-conf: replace unauthenticated redis://localhost URL with vault-referenced authenticated form in example diff - update-playbook, update-role: quote find command path arguments Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
SUMMARY
This PR update the skills to resolve Security Risk Assessment:
ansible-designer: RemovedRequires bash_toolfrom frontmatter description; replaced inlinefindshell command in global rule 8 with a plain description; removednpx skills addfrom SKILL.md (installation belongs in README, not in the skill itself) — addresses Socket LOW alert.new-collection: Added Input Validation table rejecting shell metacharacters in all user-supplied fields; added prompt injection boundary note instructing the agent to treat user inputs as literal data only; quoted variables in thefindshell command — addresses Gen MEDIUM COMMAND_EXECUTION + PROMPT_INJECTION.update-conf: Added Step 2a Secret Scan — scans loaded content for credential-like values and redacts them before any diff display; replaced unauthenticatedredis://localhost:6379/0example URL with a vault-referenced authenticated form; extended Safety Rules to require inline security comments on sensitive setting changes — addresses Snyk HIGH W007 + W013.update-playbook: Added Step 2a Secret Scan — scans loaded playbook for credential-like values and redacts before diff display; quotedfindcommand — addresses Snyk HIGH W007.update-role: Added Step 2a Secret Scan — scans all loaded role files (especiallydefaults/,vars/) for credential-like values and redacts before diff display; quotedfindcommand — addresses Snyk HIGH W007.ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION