<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>MITRE ATT&amp;CK on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/mitre-attck/</link>
        <description>Recent content in MITRE ATT&amp;CK on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Mon, 22 Jun 2026 08:05:45 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/mitre-attck/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>How to use Anthropic Cybersecurity Skills: add a security analysis skill library to AI agents</title>
        <link>https://knightli.com/en/2026/06/22/anthropic-cybersecurity-skills-ai-agent-guide/</link>
        <pubDate>Mon, 22 Jun 2026 08:05:45 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/06/22/anthropic-cybersecurity-skills-ai-agent-guide/</guid>
        <description>&lt;p&gt;&lt;code&gt;mukul975/Anthropic-Cybersecurity-Skills&lt;/code&gt; is a cybersecurity skill library for AI agents. The README says it includes 754 structured cybersecurity skills and maps them to frameworks such as MITRE ATT&amp;amp;CK, NIST CSF, MITRE ATLAS, D3FEND, and NIST AI RMF.&lt;/p&gt;
&lt;p&gt;Project repository:&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mukul975/Anthropic-Cybersecurity-Skills&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/mukul975/Anthropic-Cybersecurity-Skills&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation
&lt;/h2&gt;&lt;p&gt;The recommended method is to add it with &lt;code&gt;npx&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npx skills add mukul975/Anthropic-Cybersecurity-Skills
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;You can also clone the repository directly:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; Anthropic-Cybersecurity-Skills
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;what-the-skill-directory-looks-like&#34;&gt;What the Skill Directory Looks Like
&lt;/h2&gt;&lt;p&gt;The README gives this structure example:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;9
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;skills/performing-memory-forensics-with-volatility3/
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;├── SKILL.md
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;├── references/
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;│   ├── standards.md
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;│   └── workflows.md
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;├── scripts/
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;│   └── process.py
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;└── assets/
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    └── template.md
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;A skill usually includes:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;YAML frontmatter.&lt;/li&gt;
&lt;li&gt;Usage conditions.&lt;/li&gt;
&lt;li&gt;Prerequisites.&lt;/li&gt;
&lt;li&gt;Step-by-step workflow.&lt;/li&gt;
&lt;li&gt;Validation methods.&lt;/li&gt;
&lt;li&gt;References and scripts.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;suitable-tasks&#34;&gt;Suitable Tasks
&lt;/h2&gt;&lt;p&gt;It is suitable for defensive and analytical tasks, such as:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Memory forensics.&lt;/li&gt;
&lt;li&gt;Windows event log analysis.&lt;/li&gt;
&lt;li&gt;Investigation of credential access behavior.&lt;/li&gt;
&lt;li&gt;Security alert triage.&lt;/li&gt;
&lt;li&gt;Threat modeling and framework mapping.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The README example asks an agent to analyze a memory dump. The agent first scans skill frontmatter, then loads the most relevant skills and follows the workflow.&lt;/p&gt;
&lt;h2 id=&#34;usage-boundaries&#34;&gt;Usage Boundaries
&lt;/h2&gt;&lt;p&gt;Security skill libraries like this should only be used in authorized environments. Good use cases include:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Your own lab environment.&lt;/li&gt;
&lt;li&gt;Authorized internal enterprise assessments.&lt;/li&gt;
&lt;li&gt;Blue-team analysis, forensics, and compliance work.&lt;/li&gt;
&lt;li&gt;Learning security frameworks such as MITRE and NIST.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Do not use it against unauthorized targets. After an AI agent gains a skill library, its actions become more systematic. That makes permission boundaries, logging, and human review even more important.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
