[skill-update] agent-package-manager-skill-update: clarify default transitive MCP security#21
Draft
github-actions[bot] wants to merge 1 commit into
Conversation
…cking behavior The APM homepage 'Secure by default' card explicitly states that apm install blocks transitive MCP servers by default unless they are explicitly declared in dependencies.mcp or trusted — no opt-in required. The previous SKILL.md (item 10) only mentioned Unicode/hash security scanning and omitted this default blocking behavior. Item 11 (policy) mentioned transitive MCP blocking only in the context of apm-policy.yml, which could mislead an agent into thinking blocking only applies when org policy is configured. Changes: - SKILL.md Step 3 item 10: add default transitive MCP blocking note - SKILL.md Step 3 item 11: clarify policy adds restrictions on top of default - manifest-and-lockfile.md: expand Policy governance section to distinguish the two-layer security model (default block + optional policy layer) Source: https://microsoft.github.io/apm/#secure-by-default Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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
Updates
skills/agent-package-managerto reflect the APM homepage's explicit Secure by default guarantee for transitive MCP server blocking.Material Deltas Found
Gap: The previous skill documented two security mechanisms separately but did not clearly state that transitive MCP blocking is a default behavior (not only a policy-driven one):
SKILL.mditem 10 only mentioned hidden-Unicode and content-hash scanningSKILL.mditem 11 only mentioned MCP blocking in the context ofapm-policy.ymlmanifest-and-lockfile.mdPolicy governance section implied blocking required a policy fileSource justification: APM homepage [Secure by default card]((microsoft.github.io/redacted) "Every install scans for hidden Unicode, pins content hashes, and blocks transitive MCP servers unless they are explicitly declared or trusted. No opt-in required."
Files Changed
skills/agent-package-manager/SKILL.mdskills/agent-package-manager/references/manifest-and-lockfile.mdValidation
SUCCESS(nameanddescriptionunchanged)Unresolved Risks