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.

sankalpasawa/sutra

https://github.com/sankalpasawa/sutra · scanned 2026-06-16 00:02 UTC (2 months, 3 weeks ago)

120 raw signals (0 security + 120 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 113 actionable findings from 1 signal source. 7 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
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 67.6/100 with 100.0% coverage. It contains 2116 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 120 findings — concentrated in quality (89), security (12), cicd (9). Risk profile is high: 0 critical, 4 high, 25 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 42 of 113 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.

high System graph security security conf 1.00 Insecure pattern 'eval_used' in marketplace/plugin/skills/blueprint/SKILL.md:70
Found a known-risky pattern (eval_used). Review and replace if possible.
marketplace/plugin/skills/blueprint/SKILL.md:70 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in marketplace/plugin/sutra-defaults.json:616
Found a known-risky pattern (eval_used). Review and replace if possible.
marketplace/plugin/sutra-defaults.json:616 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in marketplace/native/src/engine/host-llm-activity.ts:424
Found a known-risky pattern (exec_used). Review and replace if possible.
marketplace/native/src/engine/host-llm-activity.ts:424 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — marketplace/plugin/connectors/lib/backends/gmail-direct.js:158
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — marketplace/plugin/connectors/lib/backends/gmail-direct.ts:206
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — marketplace/plugin/connectors/lib/backends/slack-direct.js:144
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — marketplace/plugin/connectors/lib/backends/slack-direct.ts:182
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — marketplace/plugin/connectors/scripts/call.mjs:464
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — marketplace/plugin/connectors/scripts/verify-connection.mjs:80
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/ask-billu.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/ask-billu.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: marketplace/plugin/skills/deepseek/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.
marketplace/plugin/skills/deepseek/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: marketplace/plugin/skills/founder-360-review/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.
marketplace/plugin/skills/founder-360-review/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: marketplace/plugin/skills/input-routing/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.
marketplace/plugin/skills/input-routing/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: marketplace/plugin/skills/output-trace/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.
marketplace/plugin/skills/output-trace/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: marketplace/plugin/skills/readability-gate/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.
marketplace/plugin/skills/readability-gate/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/session-retrieve/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.
skills/session-retrieve/SKILL.md VerificationSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: marketplace/plugin/skills/codex-sutra/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
marketplace/plugin/skills/codex-sutra/SKILL.md:170 Supply chainSkill file
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/deploy-website.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in marketplace/native/src/engine/host-llm-activity.ts:69
Found a known-risky pattern (node_child_process). Review and replace if possible.
marketplace/native/src/engine/host-llm-activity.ts:69 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in marketplace/native/src/engine/opa-evaluator.ts:34
Found a known-risky pattern (node_child_process). Review and replace if possible.
marketplace/native/src/engine/opa-evaluator.ts:34 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in marketplace/plugin/connectors/lib/secret-store-age.js:43
Found a known-risky pattern (node_child_process). Review and replace if possible.
marketplace/plugin/connectors/lib/secret-store-age.js:43 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in marketplace/plugin/connectors/lib/secret-store-age.ts:54
Found a known-risky pattern (node_child_process). Review and replace if possible.
marketplace/plugin/connectors/lib/secret-store-age.ts:54 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in marketplace/plugin/connectors/scripts/preflight-age.mjs:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
marketplace/plugin/connectors/scripts/preflight-age.mjs:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in state/validate.mjs:365
Found a known-risky pattern (node_child_process). Review and replace if possible.
state/validate.mjs:365 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 22 placeholder/mock markers across 14 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Maintenance conf 1.00 53 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 96 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 8 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.
3 files, 8 locations
.github/workflows/deploy-website.yml:30, 33, 36, 42 (4 hits)
.github/workflows/deploy-vercel.yml:33, 36 (2 hits)
.github/workflows/test-native.yml:37, 40 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: marketplace/plugin/lib/mcp_trust_mode.py:main, marketplace/plugin/lib/web_trust_mode.py:main 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 separa…
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_banner
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/2026-05-01-py3-removed-from-bootstrap/_sutra_project_lib.py:126
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_patch_profile
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/2026-05-01-py3-removed-from-bootstrap/_sutra_project_lib.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_stamp_identity
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/2026-05-01-py3-removed-from-bootstrap/_sutra_project_lib.py:112
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_write_onboard
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
archive/2026-05-01-py3-removed-from-bootstrap/_sutra_project_lib.py:90
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — marketplace/native/src/runtime/native-engine.ts:250
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — marketplace/native/tests/e2e/helpers/live-llm-dispatch.ts:16
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — marketplace/native/tests/e2e/verifier-engine-pets-site-broken.test.ts:56
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — marketplace/native/tests/e2e/verifier-engine-pets-site-happy.test.ts:59
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: marketplace/native/src/cli/sutra-native.ts (1576 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: marketplace/native/src/engine/step-graph-executor.ts (1514 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/255f815c-25af-4a95-82c9-f7c066be464c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/255f815c-25af-4a95-82c9-f7c066be464c/

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.