Scan Report
5 /100
polish
Pre-release code review - runs lint/type checks, then launches 3 parallel review agents to analyze the diff, synthesizes a unified report, and fixes with approval.
A legitimate pre-release code review skill that runs lint/type checks and parallel review agents against git diffs. No malicious behavior detected; all observed functionality aligns with documented purpose.
Safe to install
No action needed. The skill is safe to use as a code review assistant.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md: Reads every changed file fully before reviewing (Rule 1, Phase 2) |
| Shell | NONE | READ | ✓ Aligned | SKILL.md: Runs git diff, git diff --cached, git rev-parse, and project lint/type… |
| Skill Invoke | NONE | WRITE | ✓ Aligned | SKILL.md Phase 3: Launches 3 parallel Agent tool calls for review sub-tasks |
| Network | NONE | READ | ✓ Aligned | SKILL.md: Runs project validation commands which may make HTTP calls (e.g., fetc… |
1 findings
Medium External URL 外部 URL
https://www.apache.org/licenses/ LICENSE.txt:3 File Tree
8 files · 33.9 KB · 853 lines Shell 5f · 487L
Text 1f · 162L
Markdown 1f · 132L
JSON 1f · 72L
├─
▾
evals
│ ├─
▾
fixtures
│ │ ├─
▾
clean
│ │ │ └─
setup.sh
Shell
│ │ ├─
▾
cleanliness
│ │ │ └─
setup.sh
Shell
│ │ ├─
▾
design-reuse
│ │ │ └─
setup.sh
Shell
│ │ ├─
▾
efficiency
│ │ │ └─
setup.sh
Shell
│ │ └─
▾
mixed
│ │ └─
setup.sh
Shell
│ └─
evals.json
JSON
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
Security Positives
✓ All Phase 3 findings are validated against actual code before reporting (Phase 4)
✓ Skill requires explicit user approval before making any fixes (Phase 5)
✓ No sensitive file paths accessed (~/.ssh, ~/.aws, .env)
✓ No credential harvesting or exfiltration detected
✓ No obfuscation, reverse shell, or C2 patterns
✓ No base64/eval execution or suspicious URL/IP contact
✓ evals/ fixtures are isolated test repositories created in temp directories
✓ Skill is a pure code review tool with well-scoped, legitimate behavior