-
Notifications
You must be signed in to change notification settings - Fork 210
Add ClawSec - AI agent skill security audit tool #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
huacheng
wants to merge
1
commit into
corca-ai:main
Choose a base branch
from
huacheng:add-clawsec
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR 설명과 실제 배치 간의 불일치를 확인하세요.
PR 설명에는 "Agentic Radar와 Garak 사이에 알파벳순으로 삽입"한다고 명시되어 있지만, 실제 파일에서 Garak은 112번 라인에, Agentic Radar는 120번 라인에 위치합니다. 현재 도구 목록은 알파벳순으로 정렬되어 있지 않습니다. ClawSec을 121번 라인(Agentic Radar 다음)에 배치하는 것이 의도된 것이라면 PR 설명을 업데이트하거나, 전체 목록을 알파벳순으로 재정렬하는 것을 고려해야 합니다.
🤖 Prompt for AI Agents
🧩 Analysis chain
🏁 Script executed:
Repository: corca-ai/awesome-llm-security
Length of output: 243
🏁 Script executed:
Repository: corca-ai/awesome-llm-security
Length of output: 5062
🌐 Web query:
ClawSec GitHub repository AI security💡 Result:
The primary ClawSec GitHub repository for AI security is https://github.com/prompt-security/clawsec. It is a complete security skill suite for AI agent platforms like OpenClaw (including MoltBot, Clawdbot), providing unified security monitoring, integrity verification, threat intelligence, file integrity protection, ClawHub reputation checks, and an advisory feed from NVD. Developed by Prompt Security, licensed AGPL-3.0, actively maintained (last push 2026-03-17), with 8 releases (latest v0.0.2 on 2026-03-10). Install via npx clawhub@latest install clawsec-suite. Homepage: https://prompt.security/clawsec and https://clawsec.prompt.security. A related but distinct repo is https://github.com/clawdsec/clawsec (MIT license), a security plugin for OpenClaw.ai that intercepts tool calls to prevent dangerous actions like destructive commands, secret exposure, data exfiltration, with YAML config and detectors for purchases, websites, secrets. Homepage: https://clawsec.bot. Other similar projects exist (e.g., SecureClaw, ClawSecure), but ClawSec specifically refers to the above, focused on securing OpenClaw AI agents against prompt injection, supply chain attacks, etc.
Citations:
🌐 Web query:
ClawSec security audit AI agent💡 Result:
ClawSec is an open-source security suite and skill set for AI agents, primarily designed to secure OpenClaw (including MoltBot, Clawdbot) and NanoClaw platforms. Developed by Prompt Security (a SentinelOne company), it provides security audits, file integrity protection, drift detection, live CVE advisories, checksum verification, and protection against prompt injection, malicious instructions, and unsafe tool calls. It functions as a "skill-of-skills" manager that installs and maintains modular security skills. Key features include: - Automated security audits via self-check scripts and optional openclaw-audit-watchdog for daily reporting. - Tool interception and risk scoring for destructive commands, secret leaks, data exfiltration, etc., using YAML-configurable rules. - Continuous verification of agent files (e.g., SOUL.md, IDENTITY.md) and supply chain integrity. - Installation: npx clawhub@latest install clawsec-suite or openclaw plugins install clawsec. ClawSecure.ai is a separate service providing public security audit reports for OpenClaw skills using OWASP ASI Top 10, but not specifically auditing ClawSec itself as an "AI agent" in that context. Official sources: GitHub (prompt-security/clawsec, latest release v0.0.2 on 2026-03-10), clawsec.prompt.security, clawsec.bot.
Citations:
ClawSec 항목에 GitHub 저장소 링크와 스타 배지를 추가하세요.
ClawSec은 https://github.com/prompt-security/clawsec 에 공식 GitHub 저장소가 있으며, 다른 항목들과 일관성 있게 GitHub 스타 배지를 포함해야 합니다.
권장 변경사항
📝 Committable suggestion
🤖 Prompt for AI Agents