Homestruk Tenant Screening

v1.0.0

Screen tenant applications using Fair Housing compliant criteria for Massachusetts properties. Use when evaluating a rental application, setting screening cr...

0· 93·1 current·1 all-time
byAdams Jean Baptiste@adamsjb
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (tenant screening, MA fair housing) match the SKILL.md content. All listed tasks (income, credit, criminal, rental history, letters) are relevant to the stated purpose and the skill does not request unrelated binaries, credentials, or services.
Instruction Scope
The instructions stay within tenant‑screening scope but explicitly direct collection and use of highly sensitive personal data (SSNs, criminal records, credit reports) and require creation of files in ~/.openclaw/workspace. They also reference local SOP and KB files (e.g., ~/.openclaw/workspace/sops/tenant-onboarding.md, homestruk-kb). This is expected for the purpose but increases the need for secure handling and clear boundaries (do not collect or transmit extra data).
Install Mechanism
No install spec and no code files — instruction‑only skill. Nothing is downloaded or written by an installer, reducing installation risk.
Credentials
The skill does not request environment variables or credentials, which is consistent for an instruction only skill. However, it instructs workflows that require third‑party screening vendor credentials (credit bureau/API access) and the collection of PII; users must supply those credentials and handle PII securely outside the skill. The skill's instructions do not justify any extra credentials beyond those expected for running credit/background checks.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It does instruct saving drafts and referencing local SOPs in the user's ~/.openclaw workspace — normal for a workflow skill but ensure the agent's file‑write permission is acceptable.
Assessment
This skill appears to do what it says, but it will involve collecting and recording sensitive applicant data (SSNs, credit and criminal information) and writing documents into ~/.openclaw/workspace. Before installing: 1) confirm how you will run credit/background checks and where vendor credentials will be stored (do not store them inside the skill unless you control the environment); 2) ensure the agent process and workspace are secured and that you have policies for PII retention, access, and deletion; 3) verify the agent will not transmit applicant data to external endpoints you haven't approved; and 4) if you rely on the skill to read local SOPs/KB, make sure those files are accurate and do not contain secrets. If you want stronger guarantees, request the skill author to document exactly how external screening services are invoked and to avoid hardcoded endpoints or instructions that could cause unintended data exfiltration.

Like a lobster shell, security has layers — review code before you run it.

latestvk970mbx0zppqrpmew3255tkjz583d82h

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments