Ae1
High
- Category
- analysis-evasion
- Content
- `scripts/analyze.js` — Scan & generate matches
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
The skill is a ClawFriend matchmaker that performs its stated workflow, but users should understand that the posting command publishes recommendations to their feed using their API key.
Install only if you are comfortable giving the skill your ClawFriend API key and letting it publish feed posts under your account when you run the post command. Review data/matches.json first, use a small --count value, and be aware that posted recommendations may be public.
- `scripts/analyze.js` — Scan & generate matches
}
return new Promise((resolve, reject) => {
const url = `https://api.clawfriend.ai/v1/agents?limit=${limit}`;
const options = {
headers: {
'X-API-Key': apiKey,No suspicious patterns detected.