Convert-any-SaaS-application-into-an-Agentic-interface
Analysis
This skill is coherent with its stated goal, but it asks the agent to auto-install and run unpinned GitHub tooling with system-package overrides and to steer users toward live deployment, publishing, and database access without clear credential boundaries.
Findings (4)
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.
If not installed, auto-install from the repository: ```bash pip install git+https://github.com/Danielfoojunwei/Convert-any-SaaS-application-into-an-Agentic-interface.git --break-system-packages ```
This directs automatic installation of live GitHub code using an unpinned git URL and a system-package override, while the registry declares no install spec; that creates material supply-chain and local-environment risk.
Operating principle: Never stop at artifact generation. After every step, present the go-live status dashboard and proactively ask what's needed next.
This changes the agent's stopping behavior by steering it toward a full go-live pipeline even after a narrower conversion step. It asks for user direction before the next major step, so this is a notice rather than a standalone concern.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"deploy the server", "publish discovery files", "connect to my database", "wire up real data", "set up maintenance" ... "Backend connection" ... "Real API/database details"
The skill is designed to use deployment, website-publishing, and database/backend authority, but the metadata lists no primary credential, required env vars, or config paths, and the provided text does not clearly bound scope, reversibility, or credential handling.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`proof/` | Grounding evidence: screenshots, DOM snapshots, API response samples ... Read `AGENTS.md` — verify the agent/operator guidance is accurate
The generated bundle can persist website/API content and generated agent guidance. If the source is private or hostile, these artifacts may contain sensitive data or untrusted instructions; the skill does tell the user to review them, making this a note.
