BA onlyfansapi-skill
Query OnlyFans data and analytics via the OnlyFansAPI.com platform. Get revenue summaries across all models, identify top-performing models, analyze Free Trial and Tracking Link conversion rates, compare link earnings, and much more! Use when users ask about anything related to OnlyFans.
Query OnlyFans data and analytics via the OnlyFansAPI.com platform. Get revenue summaries across all models, identify top-performing models, analyze Free…
As a process A 81/100 · Runs to the end — weak spots: consistency, progress reporting
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 6
✓ No critical or high findings
Medium and low: 6
-
medium Broad scope
meta-broad-allowed-toolsSKILL.md:1Broad tool permissions pre-approved: Bash(curl:*)allowed-tools: Bash(curl:*) Bash(jq:*) Read
-
medium Exfiltration
net-credential-useSKILL.md:49Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $ONLYFANSAPI_API_KEY" \
-
medium Exfiltration
net-credential-useSKILL.md:62Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $ONLYFANSAPI_API_KEY" \
-
medium Exfiltration
net-credential-useSKILL.md:81Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $ONLYFANSAPI_API_KEY" \
-
medium Exfiltration
net-credential-useSKILL.md:92Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $ONLYFANSAPI_API_KEY" \
-
medium Exfiltration
net-credential-useSKILL.md:119Credential used in a network call (verify the destination is the intended service)curl -s -H "Authorization: Bearer $ONLYFANSAPI_API_KEY" \
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 81/100
- 0Progress reporting. Says nothing while it works
- 40Consistency. Frontmatter name (onlyfansapi-skill) differs from the folder (onlyfans-api)
- 60Result and completion. Output format stated, no completion criterion
- 70When it triggers. States when to use, but not when not to
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 50 steps
- 100Failures and branches. 1 branches, has a failure section
- 100Execution cost. Instruction body is 1638 tokens
- 100Running it twice. No mutating operations
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +1No license
- +2Single-language instructions
- +3Description length 288: enough signal without eating the budget
- +4Structure: 14 headings
- +3Step-by-step instructions: 50 items
- +3Output format is stated explicitly
- +4Has examples (8 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 87.