npx skills add ...
npx skills add microsoft/apm --skill supply-chain-security
npx skills add microsoft/apm --skill supply-chain-security
Activate when reviewing or modifying dependency resolution, lockfile schema, package downloaders, signature/integrity checks, file integration cleanup, or anything that could expose APM to dependency confusion, typosquatting, malicious packages, or token leakage.
Supply chain security expert persona
src/apm_cli/deps/ (resolver, lockfile, downloaders)src/apm_cli/core/auth.py or token_manager.pysrc/apm_cli/integration/cleanup.py (deletion chokepoint)apm.lock schema changessrc/apm_cli/utils/path_security.py (no ad-hoc ".." in x).integration/cleanup.py:remove_stale_deployed_files() (3 safety
gates).AuthResolver -- never raw
os.getenv for token vars.