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.

xr843/Master-skill

https://github.com/xr843/Master-skill · scanned 2026-06-16 01:03 UTC (2 months, 1 week ago)

26 raw signals (0 security + 26 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 26 actionable findings from 1 signal source. 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 64.2/100 with 66.7% coverage. It contains 608 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 26 findings — concentrated in software (13), quality (9), network (1). Risk profile is high: 0 critical, 1 high, 4 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 21 of 26 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security security conf 1.00 Insecure pattern 'eval_used' in .github/workflows/persona-fidelity.yml:93
Found a known-risky pattern (eval_used). Review and replace if possible.
.github/workflows/persona-fidelity.yml:93 Eval used
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .codex/INSTALL.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.
.codex/INSTALL.md VerificationCodex instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 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.
SKILL.md VerificationSkill file
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/npm-publish.yml CI/CD securitySupply chainGithub actions
medium System graph network Security conf 1.00 Privileged port 7 in use
Port 7 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/persona-fidelity.yml Ports
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 123 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 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/query.py:parse_sections, scripts/cite.py:parse_sections 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.
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: build_teacher_prompt
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/master_builder.py:116
low System graph software Dead code conf 1.00 Possibly dead Python function: cleanup_old_versions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/version_manager.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_dict
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/rag_query.py:236
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_kg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/rag_query.py:242
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/rag_query.py:224
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_semantic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/rag_query.py:230
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_specific_texts
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/sutra_collector.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: collect_teacher_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/sutra_collector.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_teacher_skill
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/master_builder.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: list_versions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/version_manager.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: replacer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/verify_sources.py:214
low System graph software Dead code conf 1.00 Possibly dead Python function: rollback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/version_manager.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: save_collected_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
tools/sutra_collector.py:120
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
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/bac4dc68-3ad6-4f85-828b-e76de3ea7d79/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bac4dc68-3ad6-4f85-828b-e76de3ea7d79/

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.