Scanned skills

codeswithroh/tastemaker tastemaker

Checked the catalogued skill at tastemaker.

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

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

F Permissions

F; retained sample includes a critical finding · SD-004 · what this rule accepts as a false positive →

A Transparency

A set by no findings on this axis

showing 10 of 14
securityhigh SD-007
SECURITY.md
securityhigh SD-007
scripts/fetch_icons.py
securityhigh SD-007
scripts/fetch_icons.py
permission_hygienecritical SD-004
scripts/test_security.py
permission_hygienecritical SD-004
scripts/test_security.py
securityhigh SD-007
scripts/test_security.py
securityhigh SD-007
scripts/test_security.py
securityhigh SD-007
scripts/test_security.py
securityhigh SD-007
scripts/test_security.py
securityhigh SD-007
scripts/test_security.py
15 suppressed by AI triage
securityhigh SD-007 benign_example
ideagram/scripts/extract_component.py

The matched string is a literal SVG namespace URL in a string constant, not an outbound network call.

securityhigh SD-007 benign_example
ideagram/scripts/extract_component.py

The code only parses nested <g> tags, with no network operations.

securityhigh SD-007 benign_example
ideagram/scripts/extract_component.py

This line is part of a loop that extracts XML segments; it does not perform any network request.

transparencymedium SD-007 benign_example
references/asset-curation.md

The matched text is only documentation of an external API endpoint, not an actual outbound network call or permission grant, so it poses no threat.

securityhigh SD-007 benign_example
scripts/_netguard.py

Defines an allowlist-based URL guard, not a direct network call.

securityhigh SD-007 benign_example
scripts/_netguard.py

Lists permitted hosts; restrictive configuration, not a broad permission.

securityhigh SD-007 benign_example
scripts/_netguard.py

User-agent string definition; benign configuration.

securityhigh SD-007 benign_example
scripts/_netguard.py

Custom redirect handler enforcing the allowlist; defensive code.

securityhigh SD-007 benign_example
scripts/_netguard.py

Instantiates guarded opener; benign implementation.

securityhigh SD-007 benign_example
scripts/_netguard.py

Defines safe urlopen_checked function; not a direct outbound call.

securityhigh SD-007 benign_example
scripts/fetch_photos.py

The script intentionally performs outbound HTTP requests to public image APIs for legitimate functionality.

securityhigh SD-007 benign_example
scripts/fetch_photos.py

The URL is a known public API endpoint used intentionally by the script.

securityhigh SD-007 benign_example
scripts/fetch_photos.py

The script references Pixabay’s public API for image search, a benign operation.

securityhigh SD-007 benign_example
scripts/fetch_photos.py

The User-Agent string contains a public GitHub URL, not a malicious outbound call.

securityhigh SD-007 benign_example
scripts/fetch_photos.py

The script warns about missing API key and references Pixabay documentation, a normal informational message.