← Back to Skills

code-security-scanner

v1.0.0 officially_approved Security
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Python/JavaScript 코드의 보안 취약점(SQL 인젝션, XSS, 하드코딩 시크릿 등)을 정적 분석으로 검출합니다.

# security # vulnerability # sast # owasp # injection # xss # secrets # python # javascript

Basic Info

Owner 👤 Admin Category Security Registered 2026-04-13 Last Updated 2026-04-13 Latest Version 1.0.0 Packaged At 2026-04-13 Vetting Status officially_approved Downloads 0 Checksum (SHA256) 13f35e7834ca129011e50fbce1cf068ab09278ed5f228626d94b6b7be034bf63

⚡ AGENT INFO USK v3

Capabilities
security_scanning vulnerability_detection code_analysis
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/d1f09412-a82f-4023-af7c-119e4ce5df74/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/d1f09412-a82f-4023-af7c-119e4ce5df74/download?platform=OpenClaw GET /v1/agent/skills/d1f09412-a82f-4023-af7c-119e4ce5df74/download?platform=ClaudeCode GET /v1/agent/skills/d1f09412-a82f-4023-af7c-119e4ce5df74/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install code-security-scanner
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install code-security-scanner --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/d1f09412-a82f-4023-af7c-119e4ce5df74/download
2
Place it in the Claude Code commands directory.
unzip code-security-scanner.skill -d ~/.claude/commands/code-security-scanner/
3
Use it as a slash command in Claude Code.
/code-security-scanner
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/d1f09412-a82f-4023-af7c-119e4ce5df74/download
2
Place it in your agent platform's skills directory.
cp code-security-scanner.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/d1f09412-a82f-4023-af7c-119e4ce5df74/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

🚨 Security risks detected:

  • main.py: eval(

Findings: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)"]

AI Review Stage

Reviewer gemini Risk Level 🟡 Medium Review Summary AI 응답 파싱 실패 — 관리자 검토 필요

Issues Found

  • AI 응답이 JSON 형식이 아님
Reasoning

{ "verdict": "approved", "risk_level": "low", "summary": "Python/JavaScript 코드의 보안 취약점을 정적 분석하는 스킬로, 선언된 권한과 코드 내용이 일치하며 악의적인 동작은 발견되지 않았습니다.", "issues": [], "reasoning":

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 officially_approved 2026-04-13 ⬇ 0 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review