在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用posture
星标5
分支1
更新时间2026年3月2日 11:03
Show current compliance posture across all findings
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Show current compliance posture across all findings
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate an audit-ready compliance report grouped by SOC2 and HIPAA controls
Fix open compliance findings with evidence capture and human approval
Run a Prowler compliance scan against your AWS account (SOC2 + HIPAA)
| name | posture |
| description | Show current compliance posture across all findings |
| user_invocable | true |
| argument_description | Optional: --framework soc2|hipaa to filter by framework |
Show a quick compliance posture summary. Read-only — does not spawn subagents.
Do NOT use the Agent tool. Handle this directly.
Use Glob to find all .compliance/findings/FINDING-*.json files, then Read each one.
If no findings exist, report:
No findings found. Run /scan first to assess your AWS account.
Count findings by:
source.servicecompliance[].frameworkCalculate compliance percentage:
compliance% = (verified + skipped) / total * 100
# Compliance Posture
Last scan: {most recent scanId from findings}
Total findings: {n}
## By Status
| Status | Count |
|--------|-------|
| Open | {n} |
| In Progress | {n} |
| Remediated | {n} |
| Verified | {n} |
| Skipped | {n} |
## By Severity
| Severity | Open | Fixed | Total |
|----------|------|-------|-------|
| Critical | {n} | {n} | {n} |
| High | {n} | {n} | {n} |
| Medium | {n} | {n} | {n} |
| Low | {n} | {n} | {n} |
## By Framework
| Framework | Controls Hit | Findings | Verified | Score |
|-----------|-------------|----------|----------|-------|
| SOC 2 | {n unique controls} | {n} | {n} | {%} |
| HIPAA | {n unique controls} | {n} | {n} | {%} |
## By Service
| Service | Open | Fixed | Total |
|---------|------|-------|-------|
| s3 | {n} | {n} | {n} |
| iam | {n} | {n} | {n} |
| ... | ... | ... | ... |
## Top Open Issues
{List top 5 open findings by severity, with finding ID, check title, and resource}
If $ARGUMENTS contains --framework soc2 or --framework hipaa: