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.

avisangle/avisangle.github.io

https://github.com/avisangle/avisangle.github.io · scanned 2026-06-17 01:36 UTC (1 month, 2 weeks ago)

120 raw signals (0 security + 120 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -19.6 (diff) · 119 actionable findings from 1 signal source. 1 repeated signal 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 57.1/100 with 77.8% coverage. It contains 698 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 120 findings — concentrated in security (47), frontend (35), quality (34). Risk profile is high: 3 critical, 5 high, 87 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 118 of 119 actionable findings. 120 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 Possible secret in src/app/blog/ant-cli-getting-started/page.tsx
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
src/app/blog/ant-cli-getting-started/page.tsx:511
critical System graph security Secrets conf 1.00 Possible secret in src/app/blog/gemini-3-5-flash-agentic-coding-guide/page.tsx
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
src/app/blog/gemini-3-5-flash-agentic-coding-guide/page.tsx:1074
critical System graph security Secrets conf 1.00 Possible secret in src/app/blog/qwen-code-getting-started/page.tsx
Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager.
src/app/blog/qwen-code-getting-started/page.tsx:467
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/blog-guidelines.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/blog-guidelines.md:270 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/content-briefs/ant-cli-getting-started.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/content-briefs/ant-cli-getting-started.md:194 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/content-briefs/claude-managed-agents.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/content-briefs/claude-managed-agents.md:191 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/content-briefs/mcp-code-execution-pattern.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/content-briefs/mcp-code-execution-pattern.md:244 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/content-briefs/regression-proofing-claude-code-workflows.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/content-briefs/regression-proofing-claude-code-workflows.md:178 SecretsClaude instruction
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/ant-cli-getting-started/page.tsx:275
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/claude-code-cost-tracking/page.tsx:85
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/claude-code-dynamic-workflows-guide/page.tsx:82
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/claude-code-fable-5-model-routing/page.tsx:84
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/claude-code-security-review-github-actions/page.tsx:282
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/claude-managed-agents-outcomes/page.tsx:229
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/claude-managed-agents/page.tsx:228
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/claude-md-guide/page.tsx:251
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/claude-mythos-preview/page.tsx:77
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/clawdbot-guide/page.tsx:100
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/codex-security-github-setup/page.tsx:78
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/gemini-3-5-flash-agentic-coding-guide/page.tsx:299
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/gemini-cli-to-antigravity-cli-guide/page.tsx:313
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/gemma-4-models-guide/page.tsx:83
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/hardening-ai-agents-cicd-prompt-injection/page.tsx:228
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/mcp-code-execution-pattern/page.tsx:226
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/method-crm-mcp/page.tsx:40
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/page.tsx:44
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/persistent-memory-ai-coding-agents/page.tsx:83
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/qwen-code-getting-started/page.tsx:265
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/regression-proofing-claude-code-workflows/page.tsx:246
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/blog/ultrareview-ci-cd-pipelines/page.tsx:230
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/page.tsx:19
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/aws-ec2-agent/page.tsx:58
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/calculator-server/page.tsx:55
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/jenkins-chatbot/page.tsx:55
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/jenkins-mcp/page.tsx:55
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/method-crm-mcp/page.tsx:55
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/reddit-agent/page.tsx:58
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/social-media-auto-poster/page.tsx:55
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/twitter-oauth/page.tsx:55
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/projects/wp-mcp/page.tsx:53
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/services/page.tsx:123
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/components/ui/chart.tsx:83
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/blog-guidelines.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/blog-guidelines.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/claude.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/claude.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/research-topic.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/commands/research-topic.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/content-briefs/claude-code-cost-tracking.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/content-briefs/claude-code-cost-tracking.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/content-briefs/claude-managed-agents-outcomes.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/content-briefs/claude-managed-agents-outcomes.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/content-briefs/gemma-4-models-guide.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/content-briefs/gemma-4-models-guide.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/content-briefs/qwen-code-getting-started.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/content-briefs/qwen-code-getting-started.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/content-pipeline.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/content-pipeline.md VerificationClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/content-briefs/gemini-cli-to-antigravity-cli-guide.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/content-briefs/gemini-cli-to-antigravity-cli-guide.md:142 Supply chainClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/content-briefs/persistent-memory-ai-coding-agents.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/content-briefs/persistent-memory-ai-coding-agents.md:144 Supply chainClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/content-briefs/qwen-code-getting-started.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/content-briefs/qwen-code-getting-started.md:88 Supply chainClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/content-briefs/regression-proofing-claude-code-workflows.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/content-briefs/regression-proofing-claude-code-workflows.md:133 Supply chainClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/content-briefs/ultrareview-ci-cd-pipelines.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/content-briefs/ultrareview-ci-cd-pipelines.md:141 Supply chainClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/progress.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/progress.md:173 Supply chainClaude 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, ci, tests. 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
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 security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in CLAUDE.md:198
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
CLAUDE.md:198 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/ant-cli-getting-started/page.tsx:275
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/ant-cli-getting-started/page.tsx:275 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/claude-code-cost-tracking/page.tsx:85
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/claude-code-cost-tracking/page.tsx:85 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/claude-code-dynamic-workflows-guide/page.tsx:82
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/claude-code-dynamic-workflows-guide/page.tsx:82 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/claude-code-fable-5-model-routing/page.tsx:84
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/claude-code-fable-5-model-routing/page.tsx:84 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/claude-code-security-review-github-actions/page.tsx:282
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/claude-code-security-review-github-actions/page.tsx:282 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/claude-managed-agents-outcomes/page.tsx:229
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/claude-managed-agents-outcomes/page.tsx:229 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/claude-managed-agents/page.tsx:228
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/claude-managed-agents/page.tsx:228 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/claude-md-guide/page.tsx:251
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/claude-md-guide/page.tsx:251 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/clawdbot-guide/page.tsx:100
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/clawdbot-guide/page.tsx:100 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/gemini-3-5-flash-agentic-coding-guide/page.tsx:299
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/gemini-3-5-flash-agentic-coding-guide/page.tsx:299 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/gemini-cli-to-antigravity-cli-guide/page.tsx:313
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/gemini-cli-to-antigravity-cli-guide/page.tsx:313 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/hardening-ai-agents-cicd-prompt-injection/page.tsx:228
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/hardening-ai-agents-cicd-prompt-injection/page.tsx:228 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/mcp-code-execution-pattern/page.tsx:226
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/mcp-code-execution-pattern/page.tsx:226 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/method-crm-mcp/page.tsx:40
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/method-crm-mcp/page.tsx:40 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/page.tsx:44
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/page.tsx:44 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/persistent-memory-ai-coding-agents/page.tsx:83
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/persistent-memory-ai-coding-agents/page.tsx:83 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/qwen-code-getting-started/page.tsx:265
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/qwen-code-getting-started/page.tsx:265 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/regression-proofing-claude-code-workflows/page.tsx:246
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/regression-proofing-claude-code-workflows/page.tsx:246 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/blog/ultrareview-ci-cd-pipelines/page.tsx:230
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/blog/ultrareview-ci-cd-pipelines/page.tsx:230 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/page.tsx:19
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/page.tsx:19 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/aws-ec2-agent/page.tsx:58
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/aws-ec2-agent/page.tsx:58 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/calculator-server/page.tsx:55
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/calculator-server/page.tsx:55 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/jenkins-chatbot/page.tsx:55
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/jenkins-chatbot/page.tsx:55 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/jenkins-mcp/page.tsx:55
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/jenkins-mcp/page.tsx:55 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/method-crm-mcp/page.tsx:55
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/method-crm-mcp/page.tsx:55 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/reddit-agent/page.tsx:58
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/reddit-agent/page.tsx:58 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/social-media-auto-poster/page.tsx:55
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/social-media-auto-poster/page.tsx:55 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/twitter-oauth/page.tsx:55
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/twitter-oauth/page.tsx:55 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/projects/wp-mcp/page.tsx:53
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/projects/wp-mcp/page.tsx:53 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/services/page.tsx:123
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/services/page.tsx:123 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:83
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/ui/chart.tsx:83 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/main.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/main.js:28 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/linkedin_authorize.py:94
`requests.post(...)` 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 Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 26 placeholder/mock markers across 9 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 109 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 173 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 quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/search_console_report.py:get_service, scripts/request_indexing.py:get_service 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.
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 Possibly dead Python function: add_header_footer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
SEO_Indexing_Analysis.py:116
low System graph software Dead code conf 1.00 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.
scripts/linkedin_authorize.py:65
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.
scripts/linkedin_authorize.py:62
low System graph software Dead code conf 1.00 Possibly dead Python function: severity_badge
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
SEO_Indexing_Analysis.py:134
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/blog/claude-code-cost-tracking/page.tsx:728
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/ant-cli-getting-started/page.tsx (1215 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/claude-code-cost-tracking/page.tsx (1125 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/claude-code-dynamic-workflows-guide/page.tsx (988 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/claude-code-security-review-github-actions/page.tsx (1257 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/claude-managed-agents-outcomes/page.tsx (1209 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/clawdbot-guide/page.tsx (1666 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/codex-security-github-setup/page.tsx (1434 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/gemini-3-5-flash-agentic-coding-guide/page.tsx (1511 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/gemini-cli-to-antigravity-cli-guide/page.tsx (1391 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/gemma-4-models-guide/page.tsx (1304 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/hardening-ai-agents-cicd-prompt-injection/page.tsx (1286 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/mcp-code-execution-pattern/page.tsx (1164 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/persistent-memory-ai-coding-agents/page.tsx (1035 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/regression-proofing-claude-code-workflows/page.tsx (1394 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/blog/ultrareview-ci-cd-pipelines/page.tsx (1390 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/e5f5df94-6fca-4cfc-947f-dcea125221fa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e5f5df94-6fca-4cfc-947f-dcea125221fa/

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.