Scanned skills

nomadamas/k-skill komsa-ferry-info

Checked the catalogued skill at komsa-ferry-info.

SkillTrust corpus scan 19 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.

5 suppressed by AI triage
securityhigh SD-007 benign_example
instruction.md

The snippet is a documentation example using curl, not an executed or granted permission in runtime code.

securityhigh SD-007 benign_example
scripts/komsa_ferry_info.py

The code performs a standard outbound HTTP request to a configured proxy for data retrieval, a benign use case.

securityhigh SD-007 benign_example
scripts/komsa_ferry_info.py

It references a fixed proxy URL for legitimate external communication, not malicious.

securityhigh SD-007 benign_example
scripts/komsa_ferry_info.py

The request constructs a normal GET request to the proxy for ferry data, a benign operation.

securityhigh SD-007 benign_example
scripts/komsa_ferry_info.py

It executes a normal urllib.urlopen call to fetch JSON data, which is a legitimate outbound call.