Roadmap: semantic artifact linting#23
Draft
charliechenye wants to merge 3 commits into
Draft
Conversation
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 is a planning-only roadmap PR for adding semantic artifact linting without pivoting SkillGate into runtime prompt-injection protection.
It adds:
docs/roadmaps/semantic-artifact-linting.mdwith the product decision, scope, non-goals, taxonomy, staged roadmap, output contract, PR sequence, and open questions.future_steps.mdpointer that places semantic artifact linting under Later Work and explicitly keeps it local-first, opt-in, advisory, and bounded to shipped artifacts.Product decision
SkillGate should not become a runtime prompt-injection firewall, hosted dashboard, malware scanner, or generic agent framework. The proposed direction is a narrower extension:
The first implementation milestone should be a deterministic text inventory and high-precision advisory rule pack, not a classifier, runtime monitor, or blocking policy gate.
Why this helps SkillGate stand out
Most current benchmark and security work around InjecAgent, AgentDojo, MCP security, OWASP GenAI, and prompt-injection defenses focuses on runtime behavior, dynamic tool use, or agent environments. SkillGate can own a narrower and more reviewable layer: making the semantic instructions that ship with agent artifacts visible before install or merge.
That supports the core positioning:
Non-goals
This roadmap does not propose:
Suggested implementation sequence
review preinstall --semanticintegration.Validation
Documentation-only change. No code or tests are expected for this planning PR.
Review focus
Please review whether the roadmap is sufficiently narrow, credible, and differentiated before implementation begins.