Scanned skills

resciencelab/opc-skills reddit

Checked the catalogued skill at reddit.

SkillTrust corpus scan 22 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/reddit_api.py

The script uses urllib to make standard requests to Reddit's public JSON API, which is a legitimate outbound call.

securityhigh SD-007 benign_example
scripts/reddit_api.py

BASE_URL references Reddit's public API, a benign outbound reference.

securityhigh SD-007 benign_example
scripts/reddit_api.py

The code constructs and sends a normal HTTP request to Reddit; it is not malicious.

securityhigh SD-007 benign_example
scripts/reddit_api.py

The urlopen call retrieves data from Reddit's API, a benign outbound call.

securityhigh SD-007 benign_example
scripts/reddit_api.py

It formats a permalink URL for Reddit content, which is a benign reference.

securityhigh SD-007 benign_example
scripts/reddit_api.py

It constructs a URL for a Reddit subreddit, a benign outbound reference.