CC inflynce-create-campaign
Create and launch Inflynce Boost campaigns to promote any https:// link (tweet, website, Farcaster cast, etc.) by paying USDC rewards to real users on Base. Use this skill when: boosting any content, creating a marketing campaign, promoting a link for visibility. Each campaign requires a 0.25 USDC payment on Base before creation. Your campaign budget is distributed as rewards to users who explore the promoted link. Inflynce increases visibility by paying real creators based on their social influence score.
As a process C 51/100 · Has gaps — weak spots: result and completion, when it triggers, consistency
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 purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
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 · 16
✓ No critical or high findings
Medium and low: 16
-
medium Risky intent
intent-wallet-secretsscripts/top_up.js:5Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target* Agent needs the wallet private key to sign.
-
medium Risky intent
intent-wallet-secretsskill-card.md:22Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetRisk: Programmatic fee payment and top-up flows require a wallet private key and can move or approve real USDC. <br>
-
medium Risky intent
intent-wallet-secretsSKILL.md:38Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target3. **Config**: Set `GRAPHQL_URL` to `https://boost.inflynce.com/api/graphql`. For programmatic pay/top-up, also set `PRIVATE_KEY` (creator wallet private key).
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:24High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…p81+8Ob3…L40/b0i7…gQw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:230High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-+lF0B…kdX+94aG…d8c+B3KT…U6A==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:323High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-+lF0B…kdX+94aG…d8c+B3KT…U6A==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:336High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…CzX+oOPq…N14+GARU…vzg==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/pay_fee.js:15High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_BASE = '0x83…913';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/pay_fee.js:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const INFLYNCE_RECIPIENT = '0xA6…38A';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/top_up.js:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_BASE = '0x83…913';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/top_up.js:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const BOOSTS_CONTRACT = '0x6e…07b';
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:63High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| 0.25 USDC fee recipient | `0xA6…38A` | Base |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:64High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC contract | `0x83…913` | Base (Circle) |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:65High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Boosts contract (approve spender) | `0x6e…07b` | Base |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:159High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Sends `USDC.transfer(0xA6…38A, 0.25)` on Base.
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:171High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)2. Send **exactly 0.25 USDC** to `0xA6…38A`
quoted
Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
frontmatter-yamlSKILL.md: the frontmatter is not valid YAML (YAML parse error: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Create and launch Inflynce Boost campaigns to promote any https://… ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value - note
frontmatter-keyunknown frontmatter key "requires" - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 51/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 15 mutating operations with no state check
- 40Consistency. Frontmatter name (inflynce-create-campaign) differs from the folder (inflynce-campaign)
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 31 steps
- 100Execution cost. Instruction body is 2872 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 12 top-level sections: this looks like several domains in one skill
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)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 511: enough signal without eating the budget
- +4Structure: 21 headings
- +3Step-by-step instructions: 31 items
- +4Has examples (9 code blocks)
- +3All 3 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 75.