Humaboam Final

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

An agent using this skill could create job listings or flag listings under the user's Humaboam token.

Why it was flagged

The skill documents authenticated POST actions that can add job listings and report existing listings; this is purpose-aligned for a job board, but it can affect service content.

Skill content
| Submit a job | POST | `https://humaboam.fyi/agent/job-descriptions/` ... | Report bad listing | POST |
Recommendation

Only allow submit or report actions after user confirmation, and verify job URLs and reasons before sending them.

What this means

Anyone or any agent with the token may be able to access the Humaboam agent API for that account, including profile and posting/reporting actions.

Why it was flagged

The skill requires a bearer token supplied by the human and says it is used in every request; this is expected for the integration but is account authority that should be protected.

Skill content
**Auth:** `Authorization: Bearer <token>`
Recommendation

Use a revocable, least-privileged agent token if available, avoid exposing it in unrelated chats or logs, and revoke it if it may have been shared accidentally.