Bird.Backup
Analysis
Review before installing: this X/Twitter CLI is coherent, but it uses browser/session cookies and can post, reply, follow, and unfollow from your account.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
bird follow @handle ... bird unfollow @handle ... bird tweet "hello world" ... bird reply <url-or-id> "nice thread!"
These are authenticated account-changing and public-posting actions. The instructions do not provide clear approval gates or safeguards before the agent uses them.
brew formula: steipete/tap/bird; node package: @steipete/bird; creates binaries: bird
The skill depends on an externally installed CLI binary/package. This is purpose-aligned, but the supplied review artifacts do not include the binary or package source code.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`bird` uses cookie-based auth. Use `--auth-token` / `--ct0` to pass cookies directly, or `--cookie-source` for browser cookies.
Session cookies and browser cookie stores are effectively account credentials. The registry metadata declares no primary credential, so this high-impact account access is not clearly bounded by the artifact contract.
