Scan Report
5 /100
card-profile-recommend
Analyze a multi-card portfolio — grade each card (MVP / Keep / Consider Dropping), recommend 2–3 new additions with churning strategy, apply issuer rules (Chase 5/24, Amex lifetime bonus, Citi 8/65), and sequence applications to maximize signup bonuses.
A legitimate credit card portfolio recommendation skill that uses the Brave Search API for card research, with fully declared capabilities and no hidden behavior.
Safe to install
This skill is safe to use. All network calls are to the declared Brave Search API and issuer domains, no credential exfiltration, no shell execution beyond curl for fetching.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | BRAVE_API_KEY declared with minimal version scoping detail Doc Mismatch | SKILL.md:6 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md:51 — curl to api.search.brave.com |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:51 — curl command usage declared |
| Environment | READ | READ | ✓ Aligned | SKILL.md:6 — requires BRAVE_API_KEY env var |
| Filesystem | NONE | NONE | — | No file operations found |
| Clipboard | NONE | NONE | — | No clipboard access found |
| Browser | NONE | NONE | — | No browser tool usage found |
| Database | NONE | NONE | — | No database access found |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation found |
1 findings
Medium External URL 外部 URL
https://api.search.brave.com/res/v1/web/search?q=CARD+NAME+benefits+credits+annual+fee&count=10 SKILL.md:78 File Tree
1 files · 9.0 KB · 219 lines Markdown 1f · 219L
└─
SKILL.md
Markdown
Security Positives
✓ All network access is explicitly declared and limited to Brave Search API and known issuer domains
✓ No shell execution beyond documented curl commands for web fetching
✓ No filesystem, clipboard, or database access — fully scoped to read-only research
✓ No credential harvesting or exfiltration of user credentials
✓ No obfuscated code, base64 payloads, or anti-analysis techniques
✓ No supply chain dependencies that could introduce malicious code
✓ No persistence mechanisms (cron, startup hooks, backdoors)
✓ SKILL.md is thorough and accurately reflects implementation behavior