SKILL·4A3A44

content-security-scan

oimiragieo
Updated 2 months ago
20 views
11
11
View on GitHub
Othersecuritysupply-chaincontent-scanningprompt-injectionexfiltrationexternal-contentasi04

About

The content-security-scan skill automatically checks external markdown or text content from GitHub or the web against a 7-step security gate, returning a PASS/FAIL result. It's designed for developers to safely vet third-party content before integration, preventing risks like prompt injection or data exfiltration. Use it as a mandatory security checkpoint in workflows that fetch external code, documentation, or agent skills.

Quick Install

Claude Code

Recommended
Primary
npx skills add oimiragieo/agent-studio -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/oimiragieo/agent-studio
Git CloneAlternative
git clone https://github.com/oimiragieo/agent-studio.git ~/.claude/skills/content-security-scan

Copy and paste this command in Claude Code to install this skill

GitHub Repository

oimiragieo/agent-studio
Path: .claude/skills/content-security-scan
0
FAQ

Frequently asked questions

What is the content-security-scan skill?

content-security-scan is a Claude Skill by oimiragieo. Skills package instructions and resources that Claude loads on demand, so Claude can perform content-security-scan-related tasks without extra prompting.

How do I install content-security-scan?

Use the install commands on this page: add content-security-scan to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does content-security-scan belong to?

content-security-scan is in the Other category, tagged security, supply-chain, content-scanning, prompt-injection, exfiltration, and external-content.

Is content-security-scan free to use?

Yes. content-security-scan is listed on AIMCP and free to install.

Related Skills

API JWT Authenticator
Other

This skill implements JWT authentication for FastAPI APIs, protecting endpoints with token validation and user-specific access control. It's designed for securing REST APIs that require stateless authentication or role-based access. Use it when you need to add standardized JWT security to your FastAPI applications.

View skill
api-jwt-authenticator
Other

This skill provides JWT authentication for FastAPI APIs, securing endpoints with token validation and user-specific access control. It's ideal for implementing stateless authentication in microservices or adding role-based access to REST APIs. Use it when you need to protect API resources that require user authentication.

View skill
moai-security-auth
Other

This skill provides modern authentication implementation patterns including passwordless options (FIDO2/WebAuthn/Passkeys) and MFA. It covers OAuth 2.1, session management, and security features for Next.js and Express.js applications. Use it when implementing enterprise-grade authentication with current security standards.

View skill
content-collections
Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill