Scanned skills
resciencelab/opc-skills reddit
Checked the catalogued skill at reddit.
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
scripts/reddit_api.py
The script uses urllib to make standard requests to Reddit's public JSON API, which is a legitimate outbound call.
scripts/reddit_api.py
BASE_URL references Reddit's public API, a benign outbound reference.
scripts/reddit_api.py
The code constructs and sends a normal HTTP request to Reddit; it is not malicious.
scripts/reddit_api.py
The urlopen call retrieves data from Reddit's API, a benign outbound call.
scripts/reddit_api.py
It formats a permalink URL for Reddit content, which is a benign reference.
scripts/reddit_api.py
It constructs a URL for a Reddit subreddit, a benign outbound reference.