fix(skills): update mongodb/agent-skills to be846b4, fix path move#737
Open
JAORMX wants to merge 3 commits into
Open
fix(skills): update mongodb/agent-skills to be846b4, fix path move#737JAORMX wants to merge 3 commits into
JAORMX wants to merge 3 commits into
Conversation
…connection,mongodb-mcp-setup,mongodb-natural-language-querying,mongodb-query-optimizer,mongodb-schema-design,mongodb-search-and-ai
mongodb/agent-skills moved this skill from skills/atlas-stream-processing to skills/mongodb-atlas-stream-processing at commit be846b4, breaking validate-skills and skill-security-scan (checkout failure) in PR #692. Note: mongodb-schema-design (also bumped in this PR) still fails skill-security-scan due to a known scanner meta-analyzer JSON-parse bug unrelated to this content (406 raw findings retained, not practically allowlistable) -- not fixed here, tracked separately. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
🛡️ Skill Security Scan Results❌ atlas-stream-processing
Blocking issues:
✅ mongodb-connection
✅ mongodb-mcp-setup
✅ mongodb-natural-language-querying
✅ mongodb-query-optimizer
❌ mongodb-schema-design
Blocking issues:
✅ mongodb-search-and-ai
Summary: Scanned 7 skill(s), found 274 blocking issue(s).
|
samuv
approved these changes
Jul 3, 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.
Summary
atlas-stream-processing: upstream moved this skill fromskills/atlas-stream-processingtoskills/mongodb-atlas-stream-processingat the new ref — fixedspec.pathto match.mongodb-schema-design'sskill-security-scanstill fails due to a scanner meta-analyzer JSON-parse bug (406 raw findings retained after the false-positive filter crashed) — this is a scanner tooling reliability issue, not a dockyard content problem, and isn't practically fixable by hand-allowlisting hundreds of findings. Tracked separately; will need the scanner tooling fixed or a manual re-run to get lucky on the non-deterministic pass.Test plan
dockhandlocally, ranvalidate-skillagainstskills/atlas-stream-processing/spec.yaml—Status: VALIDmongodb-schema-designto go greenCo-Authored-By: Claude Sonnet 5 noreply@anthropic.com