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.

alibaba/page-agent

https://github.com/alibaba/page-agent · scanned 2026-07-23 19:45 UTC (4 days, 20 hours ago)

102 raw signals (0 security + 102 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 20 hours ago · v7 · last Δ +0.1 (diff) · 99 actionable findings from 1 signal source. 3 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 63.9/100 with 90.0% coverage. It contains 931 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 102 findings — concentrated in security (55), frontend (15), dependencies (13). Risk profile is high: 0 critical, 30 high, 31 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 88 of 99 actionable findings. 102 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 packages/page-controller/src/PageController.ts:386
Found a known-risky pattern (eval_used). Review and replace if possible.
packages/page-controller/src/PageController.ts:386 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in packages/mcp/src/index.js:29
Found a known-risky pattern (exec_used). Review and replace if possible.
packages/mcp/src/index.js:29 Exec used
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in packages/mcp/src/index.js:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/mcp/src/index.js:4 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/build.js:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/build.js:12 Node child process
high System graph security security conf 0.90 Insecure pattern 'node_child_process' in scripts/ci.js:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/ci.js:10 Node child process
high System graph security Skillspector conf 0.80 SkillSpector MP3 (memory-poisoning) in packages/extension/src/components/HistoryList.tsx
Delete history Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior. Skill: unknown Rule: MP3 Category: memory-poisoning Severity: HIGH Confidence: 0.80 Remediation: Protect agent memory and st…
packages/extension/src/components/HistoryList.tsx:168 Mcp skillMemory poisoningMp3
high System graph security Skillspector conf 0.80 SkillSpector MP3 (memory-poisoning) in packages/page-controller/src/dom/index.ts
clear context Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior. Skill: unknown Rule: MP3 Category: memory-poisoning Severity: HIGH Confidence: 0.80 Remediation: Protect agent memory and sta…
packages/page-controller/src/dom/index.ts:420 Mcp skillMemory poisoningMp3
high System graph security Skillspector conf 0.80 SkillSpector MP3 (memory-poisoning) in packages/ui/src/panel/Panel.ts
Reset state Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior. Skill: unknown Rule: MP3 Category: memory-poisoning Severity: HIGH Confidence: 0.80 Remediation: Protect agent memory and state…
packages/ui/src/panel/Panel.ts:335 Mcp skillMemory poisoningMp3
high System graph security Skillspector conf 0.65 SkillSpector OH1 (output-handling) in packages/website/src/components/HighlightSyntax.tsx
dangerouslySetInnerHTML={ Model output is used without validation or sanitization. Unvalidated output injected into downstream contexts (SQL, shell, HTML) enables injection attacks and arbitrary code execution. Skill: unknown Rule: OH1 Category: output-handling Severity: HIGH Confidence: 0.65 …
packages/website/src/components/HighlightSyntax.tsx:172 Mcp skillOutput handlingOh1
high System graph security Skillspector conf 0.65 SkillSpector OH1 (output-handling) in packages/website/src/pages/home/HeroSection.tsx
dangerouslySetInnerHTML={ Model output is used without validation or sanitization. Unvalidated output injected into downstream contexts (SQL, shell, HTML) enables injection attacks and arbitrary code execution. Skill: unknown Rule: OH1 Category: output-handling Severity: HIGH Confidence: 0.65 …
packages/website/src/pages/home/HeroSection.tsx:306 Mcp skillOutput handlingOh1
high System graph security Skillspector conf 0.70 SkillSpector P2 (prompt-injection) in README.md
<!-- demo video --> [![Watch the demo](https://page-agent.github.io/assets/readme/poster.jpg)](https://github.com/user-attachments/assets/a1f2eae2-13fb-4aae-98cf-a3fc1620a6c2) --- ## ✨ Features - Hidden instructions were detected in comments or invisible text. These could contain malicious dir…
README.md:25 Mcp skillPrompt injectionP2
high System graph security Skillspector conf 0.85 SkillSpector P6 (prompt-injection) in packages/core/src/PageAgentCore.ts
return prompt Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties. Skill: unknown Rule: P6 Category: prompt-injection Severity: HIGH Confidence: 0.85 Remediation: Remove any instructions that reveal, print, …
packages/core/src/PageAgentCore.ts:646 Mcp skillPrompt injectionP6
high System graph security Skillspector conf 0.85 SkillSpector P6 (prompt-injection) in packages/website/src/components/JSConsole.tsx
return prompt Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties. Skill: unknown Rule: P6 Category: prompt-injection Severity: HIGH Confidence: 0.85 Remediation: Remove any instructions that reveal, print, …
packages/website/src/components/JSConsole.tsx:327 Mcp skillPrompt injectionP6
high System graph security Skillspector conf 0.70 SkillSpector PE3 (priv-esc) in .agents/skills/submit-pr-from-current-changes/SKILL.md
keyring Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts. Skill: unknown Rule: PE3 Category: priv-esc Severity: HIGH Confidence: 0.70 Remediation: Remove references to credential paths. Use environment variables or secrets managers…
.agents/skills/submit-pr-from-current-changes/SKILL.md:29 Mcp skillPriv escPe3
high System graph security Skillspector conf 0.60 SkillSpector PE3 (priv-esc) in packages/mcp/src/index.js
.env Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts. Skill: unknown Rule: PE3 Category: priv-esc Severity: HIGH Confidence: 0.60 Remediation: Remove references to credential paths. Use environment variables or secrets managers. F…
packages/mcp/src/index.js:11 Mcp skillPriv escPe3
high System graph security Skillspector conf 0.60 SkillSpector PE3 (priv-esc) in packages/page-agent/vite.iife.config.js
.env Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts. Skill: unknown Rule: PE3 Category: priv-esc Severity: HIGH Confidence: 0.60 Remediation: Remove references to credential paths. Use environment variables or secrets managers. F…
packages/page-agent/vite.iife.config.js:10 Mcp skillPriv escPe3
high System graph security Skillspector conf 0.60 SkillSpector PE3 (priv-esc) in packages/website/vite.config.js
.env Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts. Skill: unknown Rule: PE3 Category: priv-esc Severity: HIGH Confidence: 0.60 Remediation: Remove references to credential paths. Use environment variables or secrets managers. F…
packages/website/vite.config.js:15 Mcp skillPriv escPe3
high System graph security Skillspector conf 0.50 SkillSpector SC3 (supply-chain) in packages/extension/wxt.config.js
'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqbzT0iTYeYlnCvDJIGDnGU8oarJgZILDzSfLi/ufuSxXEPDKuMyD892GhvrMCZNVHS11Sh6NYUOc/PcUOhtaR2urHtcNkrpSJNV10zUamY7fxBdVEkOucfyLu8INVy+teis62MoRWYPaUPkfZUjrLGW8MsZ Code contains obfuscation (base64, hex encoding with execution). This is often used to hide malic…
packages/extension/wxt.config.js:43 Mcp skillSupply chainSc3
high System graph security Skillspector conf 0.70 SkillSpector SC6 (supply-chain) in package.json
vite Package name closely resembles a popular package, suggesting possible typosquatting. Attackers publish malicious packages with similar names to trick developers into installing them. Skill: unknown Rule: SC6 Category: supply-chain Severity: HIGH Confidence: 0.70 Remediation: Verify the pa…
package.json:68 Mcp skillSupply chainSc6
high System graph security Skillspector conf 0.70 SkillSpector SC6 (supply-chain) in packages/extension/package.json
wxt Package name closely resembles a popular package, suggesting possible typosquatting. Attackers publish malicious packages with similar names to trick developers into installing them. Skill: unknown Rule: SC6 Category: supply-chain Severity: HIGH Confidence: 0.70 Remediation: Verify the pac…
packages/extension/package.json:39 Mcp skillSupply chainSc6
high System graph security Skillspector conf 0.65 SkillSpector TM1 (tool-misuse) in .husky/pre-commit
--allow-empty Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns). Skill: unknown Rule: TM1 Category: tool-misuse Severity: HIGH Confidence: 0.65 Remediation: Validate all to…
.husky/pre-commit:1 Mcp skillTool misuseTm1
high System graph security Skillspector conf 0.85 SkillSpector TM1 (tool-misuse) in package-lock.json
RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/ Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns). Skill: unknown Rule: TM1 Category: tool-m…
package-lock.json:7720 Mcp skillTool misuseTm1
high System graph security Skillspector conf 0.85 SkillSpector TM1 (tool-misuse) in package.json
rm -rf packages/*/dist && rm -rf packages/*/ Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns). Skill: unknown Rule: TM1 Category: tool-misuse Severity: HIGH Confidence: 0.8…
package.json:43 Mcp skillTool misuseTm1
high System graph security Skillspector conf 0.75 SkillSpector TM2 (tool-misuse) in package.json
&& rm - Tool calls are chained to bypass individual safety checks or escalate capabilities beyond what any single tool call would allow. Skill: unknown Rule: TM2 Category: tool-misuse Severity: HIGH Confidence: 0.75 Remediation: Limit tool chaining depth and validate the output of each tool be…
package.json:43 Mcp skillTool misuseTm2
high System graph dependencies dependencies conf 0.90 Vulnerable dependency adm-zip 0.5.17: GHSA-xcpc-8h2w-3j85
OSV.dev reports `adm-zip` at version `0.5.17` (resolved in `package-lock.json`) is affected by GHSA-xcpc-8h2w-3j85 (aka CVE-2026-39244). Note: `adm-zip` is a transitive dependency — pulled in by another package, not declared directly in a manifest. adm-zip: Crafted ZIP file triggers 4GB memory all…
package-lock.json ScaOsvGhsa xcpc 8h2w 3j85
high System graph dependencies dependencies conf 0.90 Vulnerable dependency brace-expansion 2.1.1: GHSA-3jxr-9vmj-r5cp
OSV.dev reports `brace-expansion` at version `2.1.1` (resolved in `package-lock.json`) is affected by GHSA-3jxr-9vmj-r5cp (aka CVE-2026-13149). Note: `brace-expansion` is a transitive dependency — pulled in by another package, not declared directly in a manifest. brace-expansion: DoS via exponenti…
package-lock.json ScaOsvGhsa 3jxr 9vmj r5cp
high System graph dependencies dependencies conf 0.90 Vulnerable dependency brace-expansion 5.0.6: GHSA-3jxr-9vmj-r5cp
OSV.dev reports `brace-expansion` at version `5.0.6` (resolved in `package-lock.json`) is affected by GHSA-3jxr-9vmj-r5cp (aka CVE-2026-13149). Note: `brace-expansion` is a transitive dependency — pulled in by another package, not declared directly in a manifest. brace-expansion: DoS via exponenti…
package-lock.json ScaOsvGhsa 3jxr 9vmj r5cp
high System graph dependencies dependencies conf 0.90 Vulnerable dependency shell-quote 1.7.3: GHSA-395f-4hp3-45gv
OSV.dev reports `shell-quote` at version `1.7.3` (resolved in `package-lock.json`) is affected by GHSA-395f-4hp3-45gv (aka CVE-2026-13311). Note: `shell-quote` is a transitive dependency — pulled in by another package, not declared directly in a manifest. shell-quote: Quadratic-complexity Denial o…
package-lock.json ScaOsvGhsa 395f 4hp3 45gv
high System graph dependencies dependencies conf 0.90 Vulnerable dependency shell-quote 1.7.3: GHSA-w7jw-789q-3m8p
OSV.dev reports `shell-quote` at version `1.7.3` (resolved in `package-lock.json`) is affected by GHSA-w7jw-789q-3m8p (aka CVE-2026-9277). Note: `shell-quote` is a transitive dependency — pulled in by another package, not declared directly in a manifest. shell-quote quote() does not escape newline…
package-lock.json ScaOsvGhsa w7jw 789q 3m8p
medium System graph frontend Frontend quality conf 0.80 `dangerouslySetInnerHTML` used in a React component — packages/website/src/components/HighlightSyntax.tsx:172
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
packages/website/src/components/HighlightSyntax.tsx:172 Fq dangerous html
medium System graph frontend Frontend quality conf 0.80 `dangerouslySetInnerHTML` used in a React component — packages/website/src/pages/home/HeroSection.tsx:306
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
packages/website/src/pages/home/HeroSection.tsx:306 Fq dangerous html
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: AGENTS.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.
AGENTS.md VerificationAgents md
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 lockfile. 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 security Semgrep conf 0.55 detect child process — scripts/ci.js:19
Detected calls to child_process from a function argument `command`. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed. Rule: javascript.lang.security.detect-child-…
scripts/ci.js:19 SecurityJavascript
medium System graph quality Integrity conf 1.00 Frontend route `/docs` has no Link/navigate to it — packages/website/src/pages/docs/index.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph security Trivy conf 1.00 GHSA-frvp-7c67-39w9: @hono/node-server 1.19.14 — package-lock.json
Node.js Adapter for Hono: Path traversal in `serve-static` on Windows via encoded backslash (`%5C`) The same as the `hono` core [Path traversal in `serve-static` on Windows via encoded backslash (`%5C`)](https://github.com/honojs/hono/security/advisories/GHSA-wwfh-h76j-fc44). ### Summary On Wind…
VulnGhsa frvp 7c67 39w9
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 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/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 0.65 Insecure pattern 'dangerous_innerhtml' in packages/website/src/components/HighlightSyntax.tsx:172
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/website/src/components/HighlightSyntax.tsx:172 Dangerous innerhtml
medium System graph security security conf 0.65 Insecure pattern 'dangerous_innerhtml' in packages/website/src/pages/home/HeroSection.tsx:306
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
packages/website/src/pages/home/HeroSection.tsx:306 Dangerous innerhtml
medium System graph security security conf 0.65 Insecure pattern 'direct_innerhtml_assignment' in packages/ui/src/panel/Panel.ts:189
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/ui/src/panel/Panel.ts:189 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in packages/website/src/pages/docs/features/chrome-extension/page.tsx:139
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
packages/website/src/pages/docs/features/chrome-extension/page.tsx:139 Local storage auth token
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 21 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 security Semgrep conf 0.70 react dangerouslysetinnerhtml — packages/website/src/components/HighlightSyntax.tsx:172
Detection of dangerouslySetInnerHTML from non-constant definition. This can inadvertently expose users to cross-site scripting (XSS) attacks if this comes from user-provided input. If you have to use dangerouslySetInnerHTML, consider using a sanitization library such as DOMPurify to sanitize your H…
packages/website/src/components/HighlightSyntax.tsx:172 SecurityReact
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in docs/developer-guide.md
https://api.your-llm-provider.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and…
docs/developer-guide.md:58 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in packages/extension/docs/extension_api.md
https://api.openai.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and necessary.…
packages/extension/docs/extension_api.md:60 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in packages/extension/src/components/ConfigPanel.tsx
https://api.openai.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and necessary.…
packages/extension/src/components/ConfigPanel.tsx:197 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in packages/website/src/pages/docs/advanced/custom-ui/page.tsx
https://api.openai.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and necessary.…
packages/website/src/pages/docs/advanced/custom-ui/page.tsx:250 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in packages/website/src/pages/docs/advanced/page-agent-core/page.tsx
https://api.openai.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and necessary.…
packages/website/src/pages/docs/advanced/page-agent-core/page.tsx:52 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in packages/website/src/pages/docs/advanced/page-agent/page.tsx
https://api.openai.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and necessary.…
packages/website/src/pages/docs/advanced/page-agent/page.tsx:58 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in packages/website/src/pages/docs/advanced/page-controller/page.tsx
https://api.openai.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and necessary.…
packages/website/src/pages/docs/advanced/page-controller/page.tsx:34 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in packages/website/src/pages/docs/features/chrome-extension/page.tsx
https://api.openai.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and necessary.…
packages/website/src/pages/docs/features/chrome-extension/page.tsx:234 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.50 SkillSpector E1 (data-exfil) in packages/website/src/pages/docs/features/mcp-server/page.tsx
https://api.openai.com/ Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended. Skill: unknown Rule: E1 Category: data-exfil Severity: MEDIUM Confidence: 0.50 Remediation: Verify the destination URL is trusted and necessary.…
packages/website/src/pages/docs/features/mcp-server/page.tsx:40 Mcp skillData exfilE1
medium System graph security Skillspector conf 0.85 SkillSpector EA1 (excessive-agency) in packages/core/src/utils/autoFixer.ts
tools: * Skill grants unrestricted tool access without appropriate constraints. An agent with unfettered tool access can perform arbitrary actions including file modification, network requests, and code execution. Skill: unknown Rule: EA1 Category: excessive-agency Severity: MEDIUM Confidence:…
packages/core/src/utils/autoFixer.ts:127 Mcp skillExcessive agencyEa1
medium System graph security Skillspector conf 0.75 SkillSpector EA2 (excessive-agency) in .agents/skills/pre-impl-discussion/SKILL.md
without checking Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation. Skill: unknown Rule: EA2 Category: excessive-agency Severity: MEDIU…
.agents/skills/pre-impl-discussion/SKILL.md:44 Mcp skillExcessive agencyEa2
medium System graph security Skillspector conf 0.80 SkillSpector EA2 (excessive-agency) in packages/core/src/types.ts
never ask user Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation. Skill: unknown Rule: EA2 Category: excessive-agency Severity: MEDIUM …
packages/core/src/types.ts:46 Mcp skillExcessive agencyEa2
medium System graph security Skillspector conf 0.85 SkillSpector EA2 (excessive-agency) in packages/extension/src/entrypoints/hub/App.tsx
Auto-approve Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation. Skill: unknown Rule: EA2 Category: excessive-agency Severity: MEDIUM C…
packages/extension/src/entrypoints/hub/App.tsx:169 Mcp skillExcessive agencyEa2
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
11 test file(s) for 161 source file(s) (ratio 0.07). Consider adding integration or unit tests for critical paths.
Coverage
medium System graph dependencies dependencies conf 0.90 Vulnerable dependency @hono/node-server 1.19.14: GHSA-frvp-7c67-39w9
OSV.dev reports `@hono/node-server` at version `1.19.14` (resolved in `package-lock.json`) is affected by GHSA-frvp-7c67-39w9. Note: `@hono/node-server` is a transitive dependency — pulled in by another package, not declared directly in a manifest. Node.js Adapter for Hono: Path traversal in `serv…
package-lock.json ScaOsvGhsa frvp 7c67 39w9
low System graph frontend Frontend quality conf 0.85 Debug `console.log` remains in browser-facing code — packages/extension/src/entrypoints/content.ts:28
Remove debug output or route intentional diagnostics through the project's structured logger. Browser console output can expose state and create noise; server and CLI output are outside this rule's scope. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
packages/extension/src/entrypoints/content.ts:28 Fq console leak
low System graph frontend Frontend quality conf 0.85 Debug `console.log` remains in browser-facing code — packages/extension/src/entrypoints/sidepanel/App.tsx:83
Remove debug output or route intentional diagnostics through the project's structured logger. Browser console output can expose state and create noise; server and CLI output are outside this rule's scope. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
packages/extension/src/entrypoints/sidepanel/App.tsx:83 Fq console leak
low System graph frontend Frontend quality conf 0.85 Debug `console.log` remains in browser-facing code — packages/page-agent/src/demo.ts:18
Remove debug output or route intentional diagnostics through the project's structured logger. Browser console output can expose state and create noise; server and CLI output are outside this rule's scope. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
packages/page-agent/src/demo.ts:18 Fq console leak
low System graph frontend Frontend quality conf 0.85 Debug `console.log` remains in browser-facing code — packages/page-controller/src/actions.ts:391
Remove debug output or route intentional diagnostics through the project's structured logger. Browser console output can expose state and create noise; server and CLI output are outside this rule's scope. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
packages/page-controller/src/actions.ts:391 Fq console leak
low System graph frontend Frontend quality conf 0.85 Debug `console.log` remains in browser-facing code — packages/page-controller/src/PageController.ts:225
Remove debug output or route intentional diagnostics through the project's structured logger. Browser console output can expose state and create noise; server and CLI output are outside this rule's scope. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
packages/page-controller/src/PageController.ts:225 Fq console leak
low System graph frontend Frontend quality conf 0.85 Debug `console.log` remains in browser-facing code — packages/ui/vite.config.js:11
Remove debug output or route intentional diagnostics through the project's structured logger. Browser console output can expose state and create noise; server and CLI output are outside this rule's scope. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
packages/ui/vite.config.js:11 Fq console leak
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 85 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 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 4 locations
.github/workflows/ci.yml:18
.github/workflows/deploy-website.yml:19
.github/workflows/main-ci.yml:20
.github/workflows/release.yml:21
CI/CD securitySupply chainGithub actions
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph dependencies dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/core/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/core/package.json LockfileReproducibilityGenerated repo pattern
low System graph dependencies dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/extension/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/extension/package.json LockfileReproducibilityGenerated repo pattern
low System graph dependencies dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/llms/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/llms/package.json LockfileReproducibilityGenerated repo pattern
low System graph dependencies dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/mcp/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/mcp/package.json LockfileReproducibilityGenerated repo pattern
low System graph dependencies dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/page-agent/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/page-agent/package.json LockfileReproducibilityGenerated repo pattern
low System graph dependencies dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/page-controller/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/page-controller/package.json LockfileReproducibilityGenerated repo pattern
low System graph dependencies dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/website/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/website/package.json LockfileReproducibilityGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
packages/extension/package.json CI/CD securitySupply chainNpm
low System graph security Skillspector conf 0.70 SkillSpector EA3 (excessive-agency) in LICENSE
NOT LIMITED TO Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface. Skill: unknown Rule: EA3 Category: excessive-agency Severity: LOW Confidence: 0.70 Remediat…
LICENSE:17 Mcp skillExcessive agencyEa3
low System graph security Skillspector conf 0.40 SkillSpector SC1 (supply-chain) in package.json
"npm": "^11.6.3" Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions. Skill: unknown Rule: SC1 Category: supply-chain Severity: LOW Confidence: 0.40 Remediation: Pin all dependency versions in requirements.txt or pyproject.toml. Use exact …
package.json:26 Mcp skillSupply chainSc1
low System graph security Skillspector conf 0.40 SkillSpector SC1 (supply-chain) in packages/core/package.json
"chalk": "^5.6.2" Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions. Skill: unknown Rule: SC1 Category: supply-chain Severity: LOW Confidence: 0.40 Remediation: Pin all dependency versions in requirements.txt or pyproject.toml. Use exact…
packages/core/package.json:57 Mcp skillSupply chainSc1
low System graph security Skillspector conf 0.40 SkillSpector SC1 (supply-chain) in packages/extension/package.json
"@radix-ui/react-hover-card": "^1.1.20" Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions. Skill: unknown Rule: SC1 Category: supply-chain Severity: LOW Confidence: 0.40 Remediation: Pin all dependency versions in requirements.txt or pyp…
packages/extension/package.json:14 Mcp skillSupply chainSc1
low System graph security Skillspector conf 0.40 SkillSpector SC1 (supply-chain) in packages/llms/package.json
"chalk": "^5.6.2" Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions. Skill: unknown Rule: SC1 Category: supply-chain Severity: LOW Confidence: 0.40 Remediation: Pin all dependency versions in requirements.txt or pyproject.toml. Use exact…
packages/llms/package.json:52 Mcp skillSupply chainSc1
low System graph security Skillspector conf 0.40 SkillSpector SC1 (supply-chain) in packages/mcp/package.json
"@modelcontextprotocol/sdk": "^1.29.0" Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions. Skill: unknown Rule: SC1 Category: supply-chain Severity: LOW Confidence: 0.40 Remediation: Pin all dependency versions in requirements.txt or pypr…
packages/mcp/package.json:31 Mcp skillSupply chainSc1
low System graph security Skillspector conf 0.40 SkillSpector SC1 (supply-chain) in packages/page-agent/package.json
"chalk": "^5.6.2" Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions. Skill: unknown Rule: SC1 Category: supply-chain Severity: LOW Confidence: 0.40 Remediation: Pin all dependency versions in requirements.txt or pyproject.toml. Use exact…
packages/page-agent/package.json:61 Mcp skillSupply chainSc1
low System graph security Skillspector conf 0.40 SkillSpector SC1 (supply-chain) in packages/page-controller/package.json
"ai-motion": "^0.4.8" Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions. Skill: unknown Rule: SC1 Category: supply-chain Severity: LOW Confidence: 0.40 Remediation: Pin all dependency versions in requirements.txt or pyproject.toml. Use e…
packages/page-controller/package.json:50 Mcp skillSupply chainSc1
low System graph security Skillspector conf 0.40 SkillSpector SC1 (supply-chain) in packages/website/package.json
"@radix-ui/react-icons": "^1.3.2" Dependencies lack version pinning, allowing potential malicious package updates. Consider pinning versions. Skill: unknown Rule: SC1 Category: supply-chain Severity: LOW Confidence: 0.40 Remediation: Pin all dependency versions in requirements.txt or pyproject…
packages/website/package.json:12 Mcp skillSupply chainSc1
low System graph quality Complexity conf 1.00 Very large file: packages/page-controller/src/dom/dom_tree/index.js (1745 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/8949a7d7-f9d6-4ff6-b8de-ead09c27498f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8949a7d7-f9d6-4ff6-b8de-ead09c27498f/

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.