Scanned skills

nomadamas/k-skill government-support-survey

Checked the catalogued skill at government-support-survey.

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.

6 suppressed by AI triage
securityhigh SD-007 benign_example
scripts/run_survey.py

The script makes a standard outbound HTTP request using urllib.request, which is typical for legitimate data retrieval.

securityhigh SD-007 benign_example
scripts/run_survey.py

It references a public proxy URL for intended network communication, not a malicious payload.

securityhigh SD-007 benign_example
scripts/run_survey.py

The code constructs and sends a normal HTTP request to the configured proxy, part of normal operation.

securityhigh SD-007 benign_example
scripts/run_survey.py

The outbound call is made to a controlled proxy endpoint; the script handles responses in a standard way, indicating benign use.

securityhigh SD-007 benign_example
tests/test_run_survey.py

Test file constructs a URL string; no network request is made.

securityhigh SD-007 benign_example
tests/test_run_survey.py

Test file constructs a URL string; no network request is made.