Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

coconutlampshade/reco-deals

https://github.com/coconutlampshade/reco-deals · scanned 2026-06-17 01:50 UTC (1 month, 1 week ago)

180 raw signals (0 security + 180 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -26.4 (diff) · 160 actionable findings from 1 signal source. 20 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Repository scanned at 50.3/100 with 66.7% coverage. It contains 589 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 180 findings — concentrated in security (121), quality (31), software (19). Risk profile is high: 2 critical, 0 high, 132 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 159 of 160 actionable findings. 180 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in scripts/archive/convert_to_geniuslinks.py
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
lines 27, 28
scripts/archive/convert_to_geniuslinks.py:27, 28 (2 hits)
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/deal-analyzer.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/agents/deal-analyzer.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/catalog-cleanup/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/catalog-cleanup/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/performance-report/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/performance-report/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/push-newsletter/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/push-newsletter/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/regen-benefits/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/regen-benefits/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/review-deals/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/review-deals/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/weekly-update.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/daily-deals.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/prices.py:202
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/prices.py:202 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in generate_report.py:717
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
generate_report.py:717 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/index.html:463
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/index.html:463 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-20.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-20.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-21.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-21.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-22.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-22.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-23.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-23.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-24.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-24.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-25.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-25.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-26.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-26.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-27.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-27.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-28.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-28.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-29.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-29.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-30.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-30.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-01-31.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-01-31.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-01.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-01.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-02.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-02.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-03.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-03.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-04.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-04.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-05.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-05.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-06.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-06.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-07.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-07.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-08.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-08.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-09.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-09.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-10.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-10.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-11.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-11.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-12.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-12.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-13.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-13.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-14.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-14.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-15.html:286
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-15.html:286 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-16.html:286
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-16.html:286 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-17.html:280
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-17.html:280 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-18.html:280
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-18.html:280 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-19.html:280
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-19.html:280 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-20.html:280
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-20.html:280 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-21.html:284
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-21.html:284 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-22.html:284
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-22.html:284 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-23.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-23.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-24.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-24.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-25.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-25.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-26.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-26.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-02-27.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-02-27.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-04.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-04.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-05.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-05.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-06.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-06.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-09.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-09.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-10.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-10.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-11.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-11.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-12.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-12.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-13.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-13.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-14.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-14.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-16.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-16.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-17.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-17.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-18.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-18.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-19.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-19.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-20.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-20.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-21.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-21.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-23.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-23.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-24.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-24.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-25.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-25.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-26.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-26.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-27.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-27.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-30.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-30.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-03-31.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-03-31.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-01.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-01.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-02.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-02.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-03.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-03.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-06.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-06.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-07.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-07.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-08.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-08.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-09.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-09.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-10.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-10.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-13.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-13.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-14.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-14.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-15.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-15.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-16.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-16.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-17.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-17.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-18.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-18.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-20.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-20.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-21.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-21.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-22.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-22.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-23.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-23.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-24.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-24.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-27.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-27.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-28.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-28.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-29.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-29.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-04-30.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-04-30.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-04.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-04.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-05.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-05.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-06.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-06.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-07.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-07.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-08.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-08.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-11.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-11.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-12.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-12.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-13.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-13.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-14.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-14.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-15.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-15.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-18.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-18.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-19.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-19.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-20.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-20.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-21.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-21.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-25.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-25.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-27.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-27.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-28.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-28.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-29.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-29.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-05-30.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-05-30.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-01.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-01.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-02.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-02.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-03.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-03.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-04.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-04.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-05.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-05.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-08.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-08.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-09.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-09.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-10.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-10.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-11.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-11.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-12.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-12.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/newsletter-2026-06-15.html:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/newsletter-2026-06-15.html:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/review.html:569
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/review.html:569 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in review_deals.py:1185
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
review_deals.py:1185 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — mailchimp_send.py:66
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — review_deals.py:2003
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
low System graph quality Integrity conf 1.00 5 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `CATALOG_MODE`, `PA_API_CACHE_TTL_SECS`, `PA_API_DEBUG`, `USE_CLAUDE_CLI`, `VERCEL_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 413 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 7 locations
.github/workflows/daily-deals.yml:27, 30 (2 hits)
.github/workflows/tests.yml:29, 32 (2 hits)
.github/workflows/weekly-update.yml:21, 24 (2 hits)
.github/workflows/deploy-vercel.yml:19
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
5 tests / 23 src (ratio 0.22).
low System graph quality Integrity conf 1.00 11 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: generate_all_benefits.py:fetch_article_html, review_deals.py:fetch_article_html This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
11 occurrences
repo-level (11 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: fetch_cooltools_campaigns.py:load_catalog, scripts/archive/fetch_latest_issue.py:load_catalog, catalog/import_cooltools.py:load_catalog This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene).…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
api/prices.py:166
create_review_page.py:959
review_deals.py:1297
low System graph software Dead code conf 1.00 Possibly dead Python function: do_OPTIONS
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/prices.py:212
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
review_deals.py:1303
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
create_review_page.py:992
low System graph software Dead code conf 1.00 Possibly dead Python function: filter_recently_featured
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
generate_report.py:169
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
generate_all_benefits.py:135
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
review_deals.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
generate_all_benefits.py:129
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
review_deals.py:134
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
generate_all_benefits.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
review_deals.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: limit_media_items
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
generate_report.py:240
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
review_deals.py:1294
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
create_review_page.py:926
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_price_history
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
check_deals.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_logging
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
utils.py:78
low System graph software Dead code conf 1.00 Possibly dead Python function: sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
generate_catalog_data.py:243
low System graph quality Complexity conf 1.00 Very large file: create_review_page.py (1515 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: review_deals.py (2032 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/0daf684c-386a-4f1c-944e-d31a7cbee421/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0daf684c-386a-4f1c-944e-d31a7cbee421/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.