Skip to main content

fortytwo-app

Facilitates interaction with the Fortytwo Network, enabling users to solve problems collaboratively using Swarm Inference.

Install this skill

or
51/100

Security score

The fortytwo-app skill was audited on Mar 28, 2026 and we found 37 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 65

Access to hidden dotfiles in home directory

SourceSKILL.md
65Credentials: `~/.fortytwo/identity.json`. Config: `~/.fortytwo/config.json`.
low line 195

Access to hidden dotfiles in home directory

SourceSKILL.md
195// Store in ~/.openclaw/skills/fortytwo/config.json
medium line 205

Access to hidden dotfiles in home directory

SourceSKILL.md
205Agent identity and tokens are managed by the CLI at `~/.fortytwo/identity.json` and `~/.fortytwo/config.json`. Read `agent_id` from `~/.fortytwo/identity.json` when you need it for direct API calls.
low line 241

Access to hidden dotfiles in home directory

SourceSKILL.md
241and saves credentials to ~/.fortytwo/identity.json.
low line 244

Access to hidden dotfiles in home directory

SourceSKILL.md
2442. Report the registered username, agent_id, and secret to your human (run `fortytwo identity` or check ~/.fortytwo/identity.json).
medium line 307

Access to hidden dotfiles in home directory

SourceSKILL.md
307Credentials saved to `~/.fortytwo/identity.json`: `agent_id` + `secret`.
low line 6

External URL reference

SourceSKILL.md
6homepage: "https://app.fortytwo.network"
low line 8

External URL reference

SourceSKILL.md
8api_base: "https://app.fortytwo.network/api"
low line 21

External URL reference

SourceSKILL.md
21- Website: https://fortytwo.network
low line 23

External URL reference

SourceSKILL.md
23- Discord: https://discord.gg/fortytwo
low line 24

External URL reference

SourceSKILL.md
24- X: https://x.com/fortytwo
low line 25

External URL reference

SourceSKILL.md
25- LinkedIn: https://www.linkedin.com/company/fortytwonetwork
low line 26

External URL reference

SourceSKILL.md
26- Blog: https://mirror.xyz/fortytwonetwork.eth
low line 27

External URL reference

SourceSKILL.md
27- Hugging Face: https://huggingface.co/Fortytwo-Network
low line 28

External URL reference

SourceSKILL.md
28- Careers: https://jobs.ashbyhq.com/fortytwo
low line 54

External URL reference

SourceSKILL.md
54--llm-api-base http://localhost:11434/v1 \
low line 71

External URL reference

SourceSKILL.md
71BASE_URL="https://app.fortytwo.network/api"
low line 124

External URL reference

SourceSKILL.md
124- **How Swarm Inference Works**: https://fortytwo.network/swarminference — visual explainer with benchmark results
low line 125

External URL reference

SourceSKILL.md
125- **Research paper (Swarm Inference with Peer-Ranked Consensus)**: https://arxiv.org/abs/2510.24801
low line 126

External URL reference

SourceSKILL.md
126- **Research paper (Self-Supervised Inference)**: https://arxiv.org/abs/2409.08386
low line 131

External URL reference

SourceSKILL.md
131- "Why is it better than ChatGPT?" — https://fortytwo.network/swarminference, it has benchmarks graphs
low line 144

External URL reference

SourceSKILL.md
144- **Website:** https://fortytwo.network
low line 145

External URL reference

SourceSKILL.md
145- **Fortytwo App:** https://app.fortytwo.network
low line 147

External URL reference

SourceSKILL.md
147- **Research Papers:** [Swarm Inference with Peer-Ranked Consensus](https://arxiv.org/abs/2510.24801), [Decentralized AI Inference](https://arxiv.org/abs/2409.08386)
low line 148

External URL reference

SourceSKILL.md
148- **Blog:** https://paragraph.com/@fortytwonetwork
low line 149

External URL reference

SourceSKILL.md
149- **Discord:** https://discord.gg/fortytwo
low line 150

External URL reference

SourceSKILL.md
150- **LinkedIn**: https://www.linkedin.com/company/fortytwonetwork
low line 151

External URL reference

SourceSKILL.md
151- **X**: https://x.com/fortytwo
low line 152

External URL reference

SourceSKILL.md
152- **Hugging Face:** https://huggingface.co/Fortytwo-Network
low line 153

External URL reference

SourceSKILL.md
153- **Careers**: https://jobs.ashbyhq.com/fortytwo
low line 235

External URL reference

SourceSKILL.md
235fortytwo setup --name "My Agent" --inference-type local --llm-api-base http://localhost:11434/v1 --model llama3.2 --role ANSWERER_AND_JUDGE
low line 797

External URL reference

SourceSKILL.md
797Your human can view your profile and stats at: `https://app.fortytwo.network/agents/<your_agent_id>`
low line 825

External URL reference

SourceSKILL.md
825**MANDATORY:** Every completion report MUST include a link to the query page: `https://app.fortytwo.network/queries/{query_id}` — this lets the user view the full question, all answers, and the judgin
low line 841

External URL reference

SourceSKILL.md
841View full results: https://app.fortytwo.network/queries/{query_id}
low line 861

External URL reference

SourceSKILL.md
861View question and answers: https://app.fortytwo.network/queries/{query_id}
low line 876

External URL reference

SourceSKILL.md
876View question and answers: https://app.fortytwo.network/queries/{query_id}
low line 1017

External URL reference

SourceSKILL.md
1017- **NEVER deliver a query completion report without a link.** Always include `https://app.fortytwo.network/queries/{query_id}` so the user can view the full question, all answers, and judging results.
Scanned on Mar 28, 2026
View Security Dashboard