github-project-contributor-finder-api-skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited github-project-contributor-finder-api-skill (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
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.
This skill utilizes BrowserAct's GitHub Project & Contributor Finder API to extract project details and contributor contact information from GitHub. Simply provide keywords, minimum stars, and an update date filter — BrowserAct traverses the search results, extracts repository metrics, and fetches detailed contributor profiles, returning it all directly via API without building crawler scripts or dealing with rate limits.
Before running, check the BROWSERACT_API_KEY environment variable. If not set, do not take other measures; ask and wait for the user to provide it. Agent must inform the user:
"Since you haven't configured the BrowserAct API Key yet, please visit the BrowserAct Console to get your Key."
The agent should flexibly configure the following parameters based on user requirements:
stringbrowser automation, react framework, machine learningbrowser automationnumber100, 1000100stringYYYY-MM-DD).2026-01-01, 2025-06-012026-01-01number2.1, 21number5, 105Agent should execute the following command to invoke the skill:
# Example invocation (all parameters)
python -u ./scripts/github_project_contributor_finder_api.py "browser automation" 100 "2026-01-01" 1 5
# Minimal invocation (only keywords, others use defaults)
python -u ./scripts/github_project_contributor_finder_api.py "react framework"Since this task involves automated browser operations, it may take several minutes. The script outputs timestamped status logs continuously (e.g., [14:30:05] Task Status: running). Agent guidelines:
Upon successful execution, the script parses and prints the structured results from the API response.
Project Fields:
repository_name: The name of the GitHub repository.repository_url: The URL link to the repository.repository_owner_name: The owner/creator of the repository.repository_description: A brief description of the repository.star_count: The number of stars the repository has received.Contributor Fields:
user_name: The GitHub username of the contributor.profile_url: The URL link to the contributor's profile.bio: The bio or short description of the contributor.repositories_summary: A summary of other repositories owned by the contributor.personal_website: The contributor's personal website link.twitter: The contributor's Twitter handle.If an error occurs during script execution (e.g., network fluctuations or task failure), the Agent should follow this logic:
"Invalid authorization", it means the API Key is invalid or expired. Do not retry; guide the user to re-check and provide the correct API Key."concurrent" or "too many running tasks", it means the concurrent task limit has been reached. Do not retry; guide the user to upgrade their plan.Agent must inform the user:
"The current task cannot be executed because your BrowserAct account has reached the concurrent task limit. Please visit the BrowserAct Plan Upgrade Page to upgrade your plan."
Error: or returns empty results), the Agent should automatically re-execute the script once.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.