Scanned skills
nomadamas/k-skill komsa-ferry-info
Checked the catalogued skill at komsa-ferry-info.
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
instruction.md
The snippet is a documentation example using curl, not an executed or granted permission in runtime code.
scripts/komsa_ferry_info.py
The code performs a standard outbound HTTP request to a configured proxy for data retrieval, a benign use case.
scripts/komsa_ferry_info.py
It references a fixed proxy URL for legitimate external communication, not malicious.
scripts/komsa_ferry_info.py
The request constructs a normal GET request to the proxy for ferry data, a benign operation.
scripts/komsa_ferry_info.py
It executes a normal urllib.urlopen call to fetch JSON data, which is a legitimate outbound call.