Scan Report
5 /100
soc2-evidence-collector
Generate SOC2 evidence collection checklists, automate evidence gathering scripts, and produce audit-ready evidence packages across all 5 Trust Service Criteria.
The skill is a SOC2 evidence collection documentation tool with no executable code, scripts, or dependencies. The pre-scan IOC for base64 -d at SKILL.md:175 is a false positive — it is standard AWS API response handling in a legitimate documentation example.
Safe to install
Approve for use. The skill generates compliance documentation and example shell scripts for SOC2 audits. No malicious behavior detected.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Sales promotional content Doc Mismatch | SKILL.md:278 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md declares Read as the primary interaction method for evidence gathering |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md contains bash script examples for AWS/GitHub evidence collection; Bash … |
| Network | READ | READ | ✓ Aligned | Skill only documents AWS CLI and GitHub API calls for evidence collection; no ar… |
1 Critical 3 findings
Critical Encoded Execution Base64 编码执行(代码混淆)
base64 -d SKILL.md:175 Medium External URL 外部 URL
https://afrexai.com README.md:48 Info Email 邮箱地址
[email protected] SKILL.md:278 File Tree
2 files · 15.3 KB · 326 lines Markdown 2f · 326L
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill — no executable code or scripts in the package
✓ No dependencies (no requirements.txt, package.json, Cargo.toml, etc.), eliminating supply chain risk
✓ The base64 -d usage is standard AWS credential report handling (aws iam generate-credential-report returns base64-encoded CSV)
✓ No credential harvesting or exfiltration — shell script examples only write to local soc2-evidence/ directories
✓ No references to sensitive paths (~/.ssh, ~/.aws, .env) except as part of legitimate AWS CLI command documentation
✓ Well-structured SKILL.md with clear evidence categories aligned to SOC2 Trust Service Criteria
✓ No obfuscation, eval(), or hidden instructions in HTML comments or elsewhere