Scanned skills

daymade/claude-code-skills frontend-visual-qa

Checked the catalogued skill at frontend-visual-qa.

SkillTrust corpus scan 22 September 2026 v0.10.0 via skillsh Verify on GitHub
D AI-triaged 1
D Security

D; retained sample includes a high finding · SD-007 · what this rule accepts as a false positive →

A Permissions

A set by no findings on this axis

A Transparency

A set by no findings on this axis

1 finding
securityhigh SD-007
evals/trigger-evals.json
22 suppressed by AI triage
securityhigh SD-007 benign_example
evals/evals.json

The URL is merely a string in a prompt; no network call is executed.

transparencymedium SD-007 benign_example
evals/evals.json

The endpoint is referenced only as text; no outbound request is made.

transparencymedium SD-007 benign_example
evals/evals.json

The URL appears only as part of a prompt description, not as an active call.

securityhigh SD-007 benign_example
references/browser-driving-and-observation-traps.md

The excerpt describes a documented example of a fetch call used for testing, not an actual malicious outbound network request.

securityhigh SD-007 benign_example
references/browser-driving-and-observation-traps.md

It is a sample diagnostic command for checking server Range support, purely instructional.

securityhigh SD-007 benign_example
references/browser-driving-and-observation-traps.md

Shows how to use curl for range header diagnostics; no malicious activity implied.

securityhigh SD-007 benign_example
references/browser-driving-and-observation-traps.md

Describes expected curl response for a range-capable server; purely explanatory.

permission_hygienehigh SD-003 benign_example
scripts/silent_degradation_probe.mjs

The code simply searches for Playwright modules in parent directories, a normal pattern for dependency resolution.

securityhigh SD-007 benign_example
scripts/silent_degradation_probe.mjs

The network call is a standard Playwright route.fetch used for request interception, not an exfiltration or malicious outbound call.

securityhigh SD-007 benign_example
scripts/visual_layout_audit.mjs

The string only documents a usage example and does not execute any outbound network call.

permission_hygienehigh SD-003 benign_example
scripts/visual_layout_audit.mjs

It references a static system path to locate an executable, not to traverse arbitrary directories.

permission_hygienehigh SD-003 benign_example
scripts/visual_layout_audit.mjs

It lists a fixed path used solely for locating a browser binary, not for arbitrary file access.

permission_hygienehigh SD-003 benign_example
scripts/visual_layout_audit.mjs

The path is a constant used to find an executable, not to traverse or modify files outside the script.

permission_hygienehigh SD-003 benign_example
scripts/visual_layout_audit.mjs

It is a fixed system path for a browser binary, not an exploitative path traversal.

securityhigh SD-007 benign_example
tests/test_silent_degradation_probe.mjs

The URL points to localhost in a test, not an external host.

securityhigh SD-007 benign_example
tests/test_silent_degradation_probe.mjs

The URL references 127.0.0.1 within a test, not a real outbound call.

securityhigh SD-007 benign_example
tests/test_silent_degradation_probe.mjs

This test uses a localhost address, which is benign.

securityhigh SD-007 benign_example
tests/test_silent_degradation_probe.mjs

The location is a local server set up in the test environment.

securityhigh SD-007 benign_example
tests/test_silent_degradation_probe.mjs

The URL targets a test server on localhost, not an external resource.

securityhigh SD-007 benign_example
tests/test_silent_degradation_probe.mjs

The probe URL is localhost for testing navigation failures.

securityhigh SD-007 benign_example
tests/test_silent_degradation_probe.mjs

Target URL is a local test server used for visual layout redaction.

securityhigh SD-007 benign_example
tests/test_silent_degradation_probe.mjs

The URL points to a local test server for error redaction scenarios.