Scanned skills

nomadamas/k-skill geeknews-search

Checked the catalogued skill at geeknews-search.

SkillTrust corpus scan 20 September 2026 v0.10.0 via skillsh Verify on GitHub
A AI-triaged 0
A Security

A set by no findings on this axis

A Permissions

A set by no findings on this axis

A Transparency

A set by no findings on this axis

0 findings

No issues flagged by the static checks in the scanned files.

4 suppressed by AI triage
securityhigh SD-007 benign_example
scripts/geeknews_search.py

The code merely imports a standard library for HTTP requests, not executing any outbound call.

securityhigh SD-007 benign_example
scripts/geeknews_search.py

It defines a constant pointing to a legitimate public RSS feed URL, which is safe.

securityhigh SD-007 benign_example
scripts/geeknews_search.py

The function fetches a public feed via urllib, a standard and safe operation.

securityhigh SD-007 benign_example
scripts/geeknews_search.py

The line executes an HTTP request to a known, trusted domain as part of normal script functionality.