Scan Report
5 /100
contractor-marketing-cowork
AI marketing department for contractors and home service businesses. 12 slash commands + 6 background skills for SEO, ads, social media, proposals, job costing, competitor audits, and more.
Pure documentation-based marketing skill with no executable code, no sensitive file access, and a publicly-documented Supabase anon key used for strategy lookups.
Safe to install
No action needed. The skill is safe to use as documented.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Supabase anon API key embedded in documentation Doc Mismatch | SKILL.md:43 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file I/O operations found; all content is markdown text |
| Network | NONE | NONE | — | No network calls in code; curl example is documented API usage, not executed |
| Shell | NONE | NONE | — | No bash/shell commands, scripts, or subprocess calls found |
| Environment | NONE | NONE | — | No os.environ or environment variable access found |
| Clipboard | NONE | NONE | — | Not referenced in any file |
| Browser | READ | READ | ✓ Aligned | CONNECTORS.md documents browser use for GBP/Meta/Google Ads — clearly declared |
| Database | NONE | NONE | — | No direct DB access; Supabase REST call is documented API usage |
3 findings
Medium External URL 外部 URL
https://heavymetric.com/strategies README.md:37 Medium External URL 外部 URL
https://heavymetric.com README.md:95 Medium External URL 外部 URL
https://dmlybcnpwtnaadmapdhl.supabase.co/rest/v1/strategies?or=(title.ilike.*QUERY* SKILL.md:43 File Tree
21 files · 38.6 KB · 928 lines Markdown 21f · 928L
├─
▾
commands
│ ├─
ad-creative.md
Markdown
│ ├─
competitor-audit.md
Markdown
│ ├─
content-calendar.md
Markdown
│ ├─
email-sequence.md
Markdown
│ ├─
gbp-post.md
Markdown
│ ├─
job-cost.md
Markdown
│ ├─
lead-followup.md
Markdown
│ ├─
onboard.md
Markdown
│ ├─
proposal.md
Markdown
│ ├─
review-response.md
Markdown
│ ├─
social-batch.md
Markdown
│ └─
weekly-report.md
Markdown
├─
▾
skills
│ ├─
▾
contractor-ads
│ │ └─
SKILL.md
Markdown
│ ├─
▾
contractor-email
│ │ └─
SKILL.md
Markdown
│ ├─
▾
contractor-operations
│ │ └─
SKILL.md
Markdown
│ ├─
▾
contractor-positioning
│ │ └─
SKILL.md
Markdown
│ ├─
▾
contractor-seo
│ │ └─
SKILL.md
Markdown
│ └─
▾
contractor-social
│ └─
SKILL.md
Markdown
├─
CONNECTORS.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code — pure Markdown documentation only
✓ No scripts, shell commands, or subprocess calls
✓ No environment variable or credential access
✓ No sensitive file paths accessed (~/.ssh, ~/.aws, .env)
✓ No base64-encoded or obfuscated content
✓ No credential harvesting or data exfiltration
✓ All external capabilities (browser automation) clearly documented in CONNECTORS.md
✓ No supply chain risks — no dependencies, no package files